server stopped with error
#8
That's a generic access violation exception, ie attempted to read/write an invalid memory address - the number in [] - both of those are clearly not in process memory space (well, "clearly" to a Windows developer).

The error message itself is AC's own though, so the exception has been caught internally.

flowtron, consider extending fatal() function to have the caller info (eg __FILE__ and __LINE__) to help trace the source of these errors in general.
Thanks given by:


Messages In This Thread
server stopped with error - by pufig - 10 Dec 10, 06:06AM
RE: server stopped with error - by DEKiMA - 10 Dec 10, 07:15AM
RE: server stopped with error - by pufig - 14 Dec 10, 05:04PM
RE: server stopped with error - by flowtron - 14 Dec 10, 09:14PM
RE: server stopped with error - by pufig - 14 Dec 10, 10:15PM
RE: server stopped with error - by flowtron - 15 Dec 10, 08:31AM
RE: server stopped with error - by jamz - 15 Dec 10, 10:24AM
RE: server stopped with error - by GeneralDisarray - 15 Dec 10, 03:03PM
RE: server stopped with error - by flowtron - 15 Dec 10, 06:01PM
RE: server stopped with error - by eynstyne - 15 Dec 10, 07:43PM
RE: server stopped with error - by V-Man - 15 Dec 10, 07:54PM