i got this weird error message that I really dont understand:
Quote:
Release Crash at Wed Nov 12 20:15:26 2003
; Reason Uncaught Exception in GameEngine::update
Last error:
Exception is access violation
WinMain at 4017e0
Error code: EXCEPTION_ACCESS_VIOLATION
Description: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Access address:01301000 was written to.
It means that when you were coding something say an upgrade or weapon you either misspelled the name in the FactionUnit, Upgrade, or Weapon.ini, or you forgot to code one of those things.