Advertisement
Timo6

VDrift bt4 29/07/11

Jul 29th, 2011
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. Starting program: /Applications/VDrift/Dev/vdrift/tools/osx/build/Debug/VDrift.app/Contents/MacOS/VDrift
  2. Reading symbols for shared libraries . done
  3. INFO: Multi-processor system detected. Run with -multithreaded argument to enable multithreading (EXPERIMENTAL).
  4. INFO: Starting VDrift: 2011-07-26, Version: 2011-07-26, O/S: Mac OS
  5. INFO: Home directory: /Users/timothyfurlong
  6. INFO: Settings file: /Users/timothyfurlong/Library/Preferences/VDrift/VDrift.config
  7. INFO: Data directory: /Applications/VDrift/Dev/vdrift/data
  8. DATA_DIR: /Applications/VDrift/Dev/vdrift/data
  9. INFO: Temporary directory: /Users/timothyfurlong/Library/Preferences/VDrift/tmp
  10. INFO: Log file: /Users/timothyfurlong/Library/Preferences/VDrift/log.txt
  11. Reading symbols for shared libraries . done
  12. INFO: SDL initialization successful
  13. INFO: SDL video query was successful
  14. INFO: Disabling antialiasing
  15. Jul 29 19:23:12 Timothy-Furlongs-MacBook-Pro.local VDrift[9773] <Warning>: CGDisplayBaseAddress is obsolete and returning NULL for display 0xb413541
  16. Reading symbols for shared libraries ++ done
  17. Reading symbols for shared libraries + done
  18. Reading symbols for shared libraries + done
  19. ERROR: Display change failed: 800x600x16 16z fullscreen=1
  20. ERROR: Error: Error setting OpenGL fullscreen: invalid fullscreen drawable
  21. Assertion failed: (0), function ChangeDisplay, file /Applications/VDrift/Dev/vdrift/tools/osx/../../src/window.cpp, line 122.
  22.  
  23. Program received signal SIGABRT, Aborted.
  24. 0x00007fff82f87ce2 in __pthread_kill ()
  25. (gdb) bt
  26. #0 0x00007fff82f87ce2 in __pthread_kill ()
  27. #1 0x00007fff8bcbe7d2 in pthread_kill ()
  28. #2 0x00007fff8bcafa7a in abort ()
  29. #3 0x00007fff8bce25de in __assert_rtn ()
  30. #4 0x000000010048a2ad in WINDOW_SDL::ChangeDisplay (this=0x7fff5fbf4d58, width=800, height=600, bpp=16, dbpp=16, fullscreen=true, antialiasing=0, enableGL3=true, info_output=@0x7fff5fbfe2f0, error_output=@0x7fff5fbfe1e0) at window.cpp:122
  31. #5 0x0000000100489932 in WINDOW_SDL::Init (this=0x7fff5fbf4d58, windowcaption=@0x7fff5fbf42a0, resx=800, resy=600, bpp=16, depthbpp=16, fullscreen=true, antialiasing=0, enableGL3=true, info_output=@0x7fff5fbfe2f0, error_output=@0x7fff5fbfe1e0) at window.cpp:50
  32. #6 0x000000010014f949 in GAME::InitCoreSubsystems (this=0x7fff5fbf4ae8) at game.cpp:294
  33. #7 0x000000010015a0ef in GAME::Start (this=0x7fff5fbf4ae8, args=@0x7fff5fbf4ad8) at game.cpp:147
  34. #8 0x0000000100353961 in SDL_main (argc=1, argv=0x101426210) at main.cpp:84
  35. #9 0x00000001000029fa in -[SDLMain applicationDidFinishLaunching:] (self=0x10340a2e0, _cmd=0x7fff8e005714, note=0x1030039e0) at SDLMain.m:301
  36. #10 0x00007fff89c49716 in __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 ()
  37. #11 0x00007fff8405051a in _CFXNotificationPost ()
  38. #12 0x00007fff89c359cb in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
  39. #13 0x00007fff8c2a5779 in -[NSApplication _postDidFinishNotification] ()
  40. #14 0x00007fff8c2a54df in -[NSApplication _sendFinishLaunchingNotification] ()
  41. #15 0x00007fff8c2a4250 in -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] ()
  42. #16 0x00007fff8c2a3fb1 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
  43. #17 0x00007fff84099f51 in -[NSObject performSelector:withObject:withObject:] ()
  44. #18 0x00007fff89c6c1c7 in __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 ()
  45. #19 0x00007fff89c6b14e in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
  46. #20 0x00007fff89c6afdc in _NSAppleEventManagerGenericHandler ()
  47. #21 0x00007fff89a3aa85 in aeDispatchAppleEvent ()
  48. #22 0x00007fff89a3a963 in dispatchEventAndSendReply ()
  49. #23 0x00007fff89a3a857 in aeProcessAppleEvent ()
  50. #24 0x00007fff8da1d12d in AEProcessAppleEvent ()
  51. #25 0x00007fff8c2a13dd in _DPSNextEvent ()
  52. #26 0x00007fff8c2a0a95 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
  53. #27 0x00007fff8c29d3d6 in -[NSApplication run] ()
  54. #28 0x00000001000027c5 in CustomApplicationMain (argc=1, argv=0x7fff5fbffac8) at SDLMain.m:228
  55. #29 0x0000000100002de0 in main (argc=1, argv=0x7fff5fbffac8) at SDLMain.m:379
  56. #30 0x000000010000177a in _start ()
  57. #31 0x0000000100001681 in start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement