Advertisement
Guest User

Untitled

a guest
Sep 25th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. #0 0xb7748689 in glClear () from /usr/lib/nvidia-current/libGL.so.1
  2. (xxgdb) info stack
  3. #0 0xb7748689 in glClear () from /usr/lib/nvidia-current/libGL.so.1
  4. #1 0x08321120 in Glest::Game::MainMenu::render (this=0xb21e6928) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/menu/main_menu.cpp:98
  5. #2 0x081bee0d in Glest::Game::Program::loopWorker (this=0x8e8abf8) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/main/program.cpp:327
  6. #3 0x081e1d75 in Glest::Game::ExceptionHandler::handleRuntimeError(char const*) ()
  7. #4 0x081c6681 in Glest::Game::handleSIGSEGV (sig=11) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/main/main.cpp:610
  8. #5 <signal handler called>
  9. #6 0xb7748dc9 in glGetError () from /usr/lib/nvidia-current/libGL.so.1
  10. #7 0x0846d584 in _assertGl (line=993, forceErrorNumber=<value optimized out>, file=<value optimized out>) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/shared_lib/include/graphics/gl/opengl.h:52
  11. #8 0x0846dee2 in Shared::Graphics::Gl::Texture2DGl::end (this=0xa2964bc8, deletePixelBuffer=true) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/shared_lib/sources/graphics/gl/texture_gl.cpp:993
  12. #9 0x081f5f46 in Glest::Game::MenuStateCustomGame::cleanupMapPreviewTexture (this=0xaac07ac8) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/menu/menu_state_custom_game.cpp:3488
  13. #10 0x081fa398 in Glest::Game::MenuStateCustomGame::loadMapInfo (this=0xaac07ac8, file=..., mapInfo=0xaac09ecc, loadMapPreview=true) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/menu/menu_state_custom_game.cpp:3041
  14. #11 0x08204111 in Glest::Game::MenuStateCustomGame::setupUIFromGameSettings (this=0xaac07ac8, gameSettings=...) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/menu/menu_state_custom_game.cpp:2844
  15. #12 0x08207adb in Glest::Game::MenuStateCustomGame::loadGameSettings (this=0xaac07ac8, gameSettings=0xa7bf7fcc, forceCloseUnusedSlots=false) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/menu/menu_state_custom_game.cpp:2404
  16. #13 0x0820e45c in Glest::Game::MenuStateCustomGame::simpleTask (this=0xaac07ac8, callingThread=0xb0a0f6a0) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/glest_game/menu/menu_state_custom_game.cpp:2330
  17. #14 0x08491bac in Shared::PlatformCommon::SimpleTaskThread::execute (this=0xb0a0f6a0) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/shared_lib/sources/platform/common/simple_threads.cpp:357
  18. #15 0x084baf35 in Shared::Platform::Thread::beginExecution (data=0x0) at /home/tscharn/Desktop/glest/megaglest/megaglest/source/shared_lib/sources/platform/sdl/thread.cpp:64
  19. #16 0xb77fc9ce in ?? () from /usr/lib/libSDL-1.2.so.0
  20. #17 0xb784725d in ?? () from /usr/lib/libSDL-1.2.so.0
  21. #18 0xb77da96e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
  22. #19 0xb6e47a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement