Re: no ex.err??
- Posted by Euman <euman at BELLSOUTH.NET> Jan 22, 2001
- 458 views
Kat are you useing MemTurbo? or have a Virus-Scanner that can turn it's self on-off at certain times dureing the day? Maybe ConfigSafe? eum ----- Original Message ----- From: "Kat" <gertie at PELL.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Monday, January 22, 2001 14:18 Subject: Re: no ex.err?? > On 22 Jan 2001, at 13:31, Robert Craig wrote: > > > Kat writes: > > > Robert...what does this mean: > > > > > > Can't create error message file: ex.err > > > > Euphoria wants to report an error. > > It's trying to open a file called "ex.err" for writing. > > It can't do it for some reason - disk full, file locked, > > read-only floppy, etc. You might try rebooting to clear > > any locks from previous crashed programs. > > Kat.Err... i usually delete programs that make me reboot if they fail, please > tell me you don't meant that. > > > Normally ex.err will be opened in the current directory. > > Using crash_file("pathname") you can have it opened > > in some other place on your machine. > > I don't find crash_file in any Eu help file that i have. > > What i am thinking atm is that Eu optimized the code to open all the files > at once, or close them all at once, and that caused the problem? Either > with the number of files open at once, or the number of loaded files in the > swap file? > > Kat >