Advertisement
Guest User

Untitled

a guest
Nov 28th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Release Crash at Thu Nov 28 12:00:59 2013
  2. ; Reason Uncaught Exception in GameEngine::update
  3.  
  4. Last error:
  5. Exception is access violation
  6. WinMain at 401720
  7. Error code: EXCEPTION_ACCESS_VIOLATION
  8. Description: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
  9. Access address:00000000 was read from.
  10.  
  11. Stack Dump:
  12. <Unknown>(-1) : <Unknown> 0x0060A059
  13. <Unknown>(-1) : <Unknown> 0x00772DD0
  14.  
  15. Details:
  16. Register dump...
  17. Eip:0060A059 Esp:0018E288 Ebp:0095EE18
  18. Eax:1D6CE1CC Ebx:FFFFFFFF Ecx:00000000
  19. Edx:00000003 Esi:1C140CD4 Edi:00000000
  20. EFlags:00210206
  21. CS:0023 SS:002b DS:002b ES:002b FS:0053 GS:002b
  22. EIP bytes dump...
  23.  
  24. Bytes at CS:EIP (0060A059) : 8B 17 89 4C 24 10 FF 52 2C 50 8B 07 8B CF FF 50 30 8B 4E 0C 50 FF 55 04 84 C0 0F 84 ED 0F 00 00
  25.  
  26.  
  27. Current stack:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement