Also:
This one was while I attempted to change the indentation type to block in the IDE. I did so, hit ok, then ok again, and crash.
---------------------------
Error
---------------------------
An Error has been detected in the IDE!
Error: Invalid memory access
IDE build on 09/07/2010 [21:57] by Fred
Branch: v4.50 Revision: 1261
---------------------------
OK
---------------------------
Yes, that is probably the reason. Looks like your network connection is failing and therefore the system is not able to page in parts of the executable from the network source.
It sounds plausible however I've been working for hours every day in NetBeans over the same network from the same computer-to-computer without a problem. And NetBeans will throw a fit if it can't access something.
Is there any way to get more information about this problem? I will copy PureBasic over to my local machine and see if that helps. Merely accessing the project itself should safely tell me that it can't save/read the file without crashing.
Since it's an exception you could try catching it and reinitializing whatever it was you were trying to access and report a "I can't open file such-and-such" error instead of crashing.
Thinking about this a little bit more, I think the problem has to do with some object or handle "timing out". For example, this last error occurred when I tried to do something after being idle for a while. Possibly a named pipe or file handle?