Guest User

Untitled

a guest
Oct 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Program received signal EXC_BAD_ACCESS, Could not access memory.
  2. Reason: KERN_INVALID_ADDRESS at address: 0x0000000001674800
  3. 0x00000001000c825f in Gv_GetVarX (id=268) at gamevars.c:777
  4. 777 return (((*((int32_t *)aGameVars[id].val.lValue)) ^ -negateResult) + negateResult);
  5. (gdb) bt
  6. #0 0x00000001000c825f in Gv_GetVarX (id=268) at gamevars.c:777
  7. #1 0x00000001000ac1b4 in VM_Execute (loop=1) at gameexec.c:2374
  8. #2 0x00000001000a5f0f in VM_Execute (loop=1) at gameexec.c:1386
  9. #3 0x000000010009ec00 in VM_OnEvent (iEventID=84, iActor=0, iPlayer=0, lDist=-1) at gameexec.c:106
  10. #4 0x00000001000f967a in M_DisplayMenus () at menus.c:5384
  11. #5 0x000000010007fd86 in G_PlaybackDemo () at demo.c:634
  12. #6 0x000000010003abd7 in app_main (argc=2, argv=0x108317b60) at game.c:10325
  13. #7 0x0000000100246eb3 in SDL_main (argc=2, argv=0x108317b60) at sdlayer.c:215
  14. #8 0x0000000100171e91 in -[SDLMain applicationDidFinishLaunching:] (self=0x10860c1a0, _cmd=0x7fff8a063714, note=0x10a00ea70) at SDLMain.m:302
  15. #9 0x00007fff84347716 in __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 ()
  16. #10 0x00007fff8a40251a in _CFXNotificationPost ()
  17. #11 0x00007fff843339cb in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
  18. #12 0x00007fff84844779 in -[NSApplication _postDidFinishNotification] ()
  19. #13 0x00007fff848444df in -[NSApplication _sendFinishLaunchingNotification] ()
  20. #14 0x00007fff84843250 in -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] ()
  21. #15 0x00007fff84842fb1 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
  22. #16 0x00007fff8a44bf51 in -[NSObject performSelector:withObject:withObject:] ()
  23. #17 0x00007fff8436a1c7 in __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 ()
  24. #18 0x00007fff8436914e in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
  25. #19 0x00007fff84368fdc in _NSAppleEventManagerGenericHandler ()
  26. #20 0x00007fff857d3a85 in aeDispatchAppleEvent ()
  27. #21 0x00007fff857d3963 in dispatchEventAndSendReply ()
  28. #22 0x00007fff857d3857 in aeProcessAppleEvent ()
  29. #23 0x00007fff8549d12d in AEProcessAppleEvent ()
  30. #24 0x00007fff848403dd in _DPSNextEvent ()
  31. #25 0x00007fff8483fa95 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
  32. #26 0x00007fff8483c3d6 in -[NSApplication run] ()
  33. #27 0x0000000100171c6e in CustomApplicationMain (argc=2, argv=0x7fff5fbffbf0) at SDLMain.m:229
  34. #28 0x0000000100172250 in main (argc=2, argv=0x7fff5fbffbf0) at SDLMain.m:379
  35. Current language: auto; currently c
Add Comment
Please, Sign In to add comment