1. Re: no ex.err??
- Posted by Kat <gertie at PELL.NET> Jan 22, 2001
- 448 views
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