Page 1 of 1

C0000006 error

Posted: Mon Oct 23, 2006 6:13 pm
by dito
it only runs for a couple of hours then i get C0000006 error
i tried the repair and fix database options

Posted: Tue Oct 24, 2006 2:39 am
by alex
C0000006 is rather a system error, it doesn't depend on UE code

it means invalid page fault, e.g. some memory page has been swapped by the system to the disk but when the program requests to load it back into memory the error occurs. since swapping is transparent for the application but happens at the system discretion to manage RAM it is not connected to the application itself.

in the past it happened e.g. when users ran UE over network (database located on a network drive) and it couldn't read the page because network wasn't available at the moment so if you are running UE in this way it is it, if it is not a network drive try to check disk for errors / move UE database to a different hard drive / disable third party applications like antiviruses which might mess with UE database files although I didn't have any specific reports about something else than network errors for this kind of exception.