Re: EuVIDE Error
- Posted by Judith Evans <camping at arkansas.net> Nov 29, 2005
- 549 views
cklester wrote: > > I'm trying to run Andy Drummond's EuVIDE, but it is crashing on start-up with > the following error: > > .\includes\ide_syntax.ew:3266 in procedure synSetRect() > type_check failure, <no-name> is 4294967243 > <no-name> = 1 > <no-name> = 110'n' > <no-name> = 30 > <no-name> = -110 > <no-name> = 4294967243 > <no-name> = <no value> > <no-name> = <no value> > <no-name> = <no value> > > ... called from .\includes\ide_code.ew:1904 in procedure Resize_CodeWin() > <no-name> = 347 > <no-name> = 8 > <no-name> = {1,0,65533} > <no-name> = 1 > <no-name> = 0 > <no-name> = 65533 > <no-name> = 0 > <no-name> = {0,0,0,4294967273,-1,4294967272} > <no-name> = <no value> > <no-name> = 1 > <no-name> = 9256720 > > ... > > Can anybody decipher that and help me get a fixed version? Thanks! :) > > -=ck > "Programming in a state of EUPHORIA." > <a > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a> Sorry for the delay; I am fighting some health issues and am not online or coding very often. It looks like your ide.cfg file has been corrupted. I would suggest you delete ide.cfg which will then use default values. You would need to reset any changes in Configurations once you got IDE up. The error is stating that your Code Editor screen CX is -1 and CY is 4294967272. I did make some changes to "Manage How Major Windows Open" and perhaps that is biting you when reading the old values. My appologies if this is the case. If using the default cfg file doesn't help let me know and I'll get back to you with a better answer -- but it might be awhile. ~judith