Sim

ET:L crash on Mac OS X 10.9 Mavericks

Sim
Oct 29th, 2013
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.81 KB | None | 0 0
  1. LOADING... graphics
  2. LOADING... maps/goldrush.bsp
  3. tty]
  4. Program received signal SIGABRT, Aborted.
  5. 0x92f33952 in __pthread_kill ()
  6. (gdb) bt
  7. #0  0x92f33952 in __pthread_kill ()
  8. #1  0x971fa167 in pthread_kill ()
  9. #2  0x983e6340 in abort ()
  10. #3  0x983e6488 in abort_report_np ()
  11. #4  0x984139db in __chk_fail ()
  12. #5  0x984139f2 in __chk_fail_overlap ()
  13. #6  0x98413a2d in __chk_overlap ()
  14. #7  0x98413bac in __strncpy_chk ()
  15. #8  0x00042734 in Q_strncpyz (dest=0x240caf8 "goldrush.bsp", src=0x240caf8 "goldrush.bsp", destsize=9) at /Users/jansimek/Development/etlegacy/src/qcommon/q_shared.c:1285
  16. #9  0x00042633 in COM_StripExtension (in=0x240caf8 "goldrush.bsp", out=0x240caf8 "goldrush.bsp", destsize=64) at /Users/jansimek/Development/etlegacy/src/qcommon/q_shared.c:116
  17. #10 0x000d206d in RE_LoadWorldMap (name=0x2c94b180 "maps/goldrush.bsp") at /Users/jansimek/Development/etlegacy/src/renderer/tr_bsp.c:2642
  18. #11 0x0006efc7 in CL_CgameSystemCalls (args=0xbfff52b8) at /Users/jansimek/Development/etlegacy/src/client/cl_cgame.c:767
  19. #12 0x0004a71e in VM_DllSyscall (arg=52) at /Users/jansimek/Development/etlegacy/src/qcommon/vm.c:309
  20. #13 0x2b17d26d in trap_R_LoadWorldMap ()
  21. #14 0x2b155825 in CG_RegisterGraphics ()
  22. #15 0x2b15351a in CG_Init ()
  23. #16 0x2b151a74 in vmMain ()
  24. #17 0x0004b20d in VM_Call (vm=0x241b68, callnum=0) at /Users/jansimek/Development/etlegacy/src/qcommon/vm.c:671
  25. #18 0x00071879 in CL_InitCGame () at /Users/jansimek/Development/etlegacy/src/client/cl_cgame.c:1179
  26. #19 0x00086d38 in CL_DownloadsComplete () at /Users/jansimek/Development/etlegacy/src/client/cl_main.c:1923
  27. #20 0x0008735e in CL_InitDownloads () at /Users/jansimek/Development/etlegacy/src/client/cl_main.c:2124
  28. #21 0x000923d0 in CL_ParseGamestate (msg=0xbfff65c0) at /Users/jansimek/Development/etlegacy/src/client/cl_parse.c:774
  29. #22 0x00092f98 in CL_ParseServerMessage (msg=0xbfff65c0) at /Users/jansimek/Development/etlegacy/src/client/cl_parse.c:1064
  30. #23 0x0008a07b in CL_PacketEvent (from={type = NA_IP, ip = "\005?\033\v", ip6 = "\030?H\000?e??\024\005\000\000\020\000\000", port = 14445, scope_id = 1300}, msg=0xbfff65c0) at /Users/jansimek/Development/etlegacy/src/client/cl_main.c:2702
  31. #24 0x0001fb1a in Com_EventLoop () at /Users/jansimek/Development/etlegacy/src/qcommon/common.c:2502
  32. #25 0x0002135f in Com_Frame () at /Users/jansimek/Development/etlegacy/src/qcommon/common.c:3195
  33. #26 0x000b3d73 in SDL_main (argc=9, argv=0x2b54ae0) at /Users/jansimek/Development/etlegacy/src/sys/sys_main.c:930
  34. #27 0x0012918f in -[SDLMain applicationDidFinishLaunching:] ()
  35. #28 0x9ae81692 in __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke ()
  36. #29 0x940c07e4 in __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ ()
  37. #30 0x93fa23fb in _CFXNotificationPost ()
  38. #31 0x9ae6febf in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
  39. #32 0x9232f7d5 in -[NSApplication _postDidFinishNotification] ()
  40. #33 0x9232f475 in -[NSApplication _sendFinishLaunchingNotification] ()
  41. #34 0x9232bda4 in -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] ()
  42. #35 0x9232b691 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
  43. #36 0x981bf304 in -[NSObject performSelector:withObject:withObject:] ()
  44. #37 0x9ae903fa in __76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke ()
  45. #38 0x9ae8ff31 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
  46. #39 0x9ae8fd3b in _NSAppleEventManagerGenericHandler ()
  47. #40 0x912b3b15 in aeDispatchAppleEvent ()
  48. #41 0x91282ed6 in dispatchEventAndSendReply ()
  49. #42 0x91282dce in aeProcessAppleEvent ()
  50. #43 0x99b527c1 in AEProcessAppleEvent ()
  51. #44 0x923273a8 in _DPSNextEvent ()
  52. #45 0x92326ad0 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
  53. #46 0x9231935c in -[NSApplication run] ()
  54. #47 0x0012990c in main ()
Advertisement
Add Comment
Please, Sign In to add comment