1. Re: Error in IDE

Judith Evans wrote:
> 
> Thomas Jansen wrote:
> > 
> > Judith Evans wrote:
> > > 
> > > Thomas Jansen wrote:
> > > > 
> > > > 
> > > > When i click on ide.exw i get an error.
> > > > Here is a snippet from EX.ERR 
> > > > 
> > > > C:\Ide\IDE.exw:115 in function displayErrorMessage() 
> > > > not enough values to print in printf() 
> > > >     number = 147
> > > >     param = {}
> > > >     ok = <no value>
> > > > 
> > > > ... called from C:\Ide\includes\ide_proj.ew:7310 in procedure
> > > > readProject()
> > > >     id = 33'!'
> > > >     fName = {}
> > > >     file = <no value>
> > > >     file1 = <no value>
> > > >     ignore = <no value>
> > > >     index = <no value>
> > > >     countControls = 0
> > > >     needProc = <no value>
> > > > 
> > > 
> > > Which IDE version are you attempting to use? Near the top if IDE is a
> > > global variable
> > > Version which gives the information I need.
> > > 
> > > In any event, the error message number that IDE is trying to display (
> > > #147 ) would
> > > have
> > > told you that the file you are wanting to read is not .prj (or whatever
> > > you have changed
> > > to
> > > be your project file type.)
> > > ~judith
> > > 
> > 
> > This crash happen in all version after 18.0
> > I'm sure that i have not changed file type.
> > In config i say clearly prj.
> > Tj.
> >
> 
> If the file you are attempting to open has .prj at the end then you shouldn't
> be getting
> this error message.
> If you have checked "read last opened or saved project" and there is not last
> project
> perhaps you can
> also get this error.
> 
> In IDE_proj.ew search for 147. Change that statement from
> ok=displayErrorMessage(147,{})
> to
> ok=displayErrorMessage(147,{projectFileTypeTest}).
> 
> Does it still fail?
> ~judith
>

Oops, that should be:
ok=displayErrorMessage(147,{projectFileType})

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu