Advertisement
Guest User

Untitled

a guest
Jan 8th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. STACK:
  2. Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
  3. 0 libsystem_platform.dylib 0x00007fff859a78b0 _platform_strcmp + 176
  4. 1 widelands 0x0000000107fd033e Gl::Capabilities::check() + 190
  5. 2 widelands 0x0000000107fcf2c6 Gl::initialize(Gl::Trace const&, SDL_Window*, int*) + 1446
  6. 3 widelands 0x0000000107c58aa6 Graphic::initialize(Graphic::TraceGl const&, int, int, bool) + 150
  7. 4 widelands 0x0000000107bf131f WLApplication::WLApplication(int, char const* const*) + 2079
  8. 5 widelands 0x0000000107bf0ac7 WLApplication::get(int, char const**) + 55
  9. 6 widelands 0x0000000107bee806 main + 86
  10. 7 libdyld.dylib 0x00007fff940085ad start + 1
  11.  
  12. STDOUT:
  13. $ ../build/release/src/widelands --datadir=data --loadgame=~/.widelands/save/b.wgf
  14. This is Widelands Version bzr8191[graphics] (Release)
  15. Set home directory: /Users/sirver/.widelands
  16. Realpath: /Users/sirver/Desktop/Programming/cpp/widelands/bzr_repo/data
  17. Adding directory: /Users/sirver/Desktop/Programming/cpp/widelands/bzr_repo/data
  18. selected language: (system language)
  19. Widelands executable directory: /Users/sirver/Desktop/Programming/cpp/widelands/bzr_repo/../build/release/src/
  20. Graphics: Try to set Videomode 800x600
  21. Graphics: OpenGL: Version "2.1 NVIDIA-10.10.14 310.42.25f02"
  22. Graphics: SDL_GL_RED_SIZE is 8
  23. Graphics: SDL_GL_GREEN_SIZE is 8
  24. Graphics: SDL_GL_BLUE_SIZE is 8
  25. Graphics: SDL_GL_ALPHA_SIZE is 8
  26. Graphics: SDL_GL_BUFFER_SIZE is 32
  27. Graphics: SDL_GL_DOUBLEBUFFER is 1
  28. Graphics: SDL_GL_DEPTH_SIZE is 16
  29. Graphics: SDL_GL_STENCIL_SIZE is 0
  30. Graphics: SDL_GL_ACCUM_RED_SIZE is 0
  31. Graphics: SDL_GL_ACCUM_GREEN_SIZE is 0
  32. Graphics: SDL_GL_ACCUM_BLUE_SIZE is 0
  33. Graphics: SDL_GL_ACCUM_ALPHA_SIZE is 0
  34. Graphics: SDL_GL_STEREO is 0
  35. Graphics: SDL_GL_MULTISAMPLEBUFFERS is 0
  36. Graphics: SDL_GL_MULTISAMPLESAMPLES is 0
  37. Graphics: SDL_GL_ACCELERATED_VISUAL is 1
  38. Graphics: SDL_GL_CONTEXT_MAJOR_VERSION is 2
  39. Graphics: SDL_GL_CONTEXT_MINOR_VERSION is 1
  40. Graphics: SDL_GL_CONTEXT_FLAGS is 0
  41. Graphics: SDL_GL_CONTEXT_PROFILE_MASK is 2
  42. Graphics: SDL_GL_SHARE_WITH_CURRENT_CONTEXT is 0
  43. Graphics: SDL_GL_FRAMEBUFFER_SRGB_CAPABLE is 0
  44. Graphics: OpenGL: Double buffering enabled
  45. Graphics: OpenGL: Max texture size: 16384
  46. Graphics: OpenGL: ShadingLanguage: "1.20"
  47. zsh: segmentation fault (core dumped) ../build/release/src/widelands --datadir=data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement