Advertisement
Guest User

crash

a guest
Feb 24th, 2014
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Release Crash at Mon Feb 24 18:20:30 2014
  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:000001F0 was read from.
  10.  
  11. Stack Dump:
  12. <Unknown>(-1) : <Unknown> 0x004F8FA0
  13. <Unknown>(-1) : <Unknown> 0x038E60A8
  14. <Unknown>(-1) : <Unknown> 0x0073C830
  15.  
  16. Details:
  17. Register dump...
  18. Eip:004F8FA0 Esp:0018F9D8 Ebp:0574005C
  19. Eax:0018FA0C Ebx:00000000 Ecx:00000000
  20. Edx:00EEB870 Esi:0000002C Edi:FFFFFFFF
  21. EFlags:00210286
  22. CS:0023 SS:002b DS:002b ES:002b FS:0053 GS:002b
  23. EIP bytes dump...
  24.  
  25. Bytes at CS:EIP (004F8FA0) : 8B 81 F0 01 00 00 85 C0 8B 54 24 04 56 8B 71 10 89 32 8B 71 14 8B 4C 24 0C 89 31 74 18 8B 70 10
  26.  
  27.  
  28. Current stack:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement