Advertisement
krzys_h

Colobot - Crash report

Sep 28th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.39 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0xb105668f in _mesa_initialize_texture_object ()
  3.    from /usr/lib/i386-linux-gnu/libdricore9.0.3.so.1
  4. (gdb) backtrace
  5. #0  0xb105668f in _mesa_initialize_texture_object ()
  6.    from /usr/lib/i386-linux-gnu/libdricore9.0.3.so.1
  7. #1  0xb130f8ef in ?? () from /usr/lib/i386-linux-gnu/dri/i965_dri.so
  8. #2  0xb10574a2 in _mesa_GenTextures ()
  9.    from /usr/lib/i386-linux-gnu/libdricore9.0.3.so.1
  10. #3  0x081cf32b in Gfx::CGLDevice::CreateTexture (this=0x8b646e8,
  11.     data=0xbfffebc4, params=...)
  12.     at /home/krzys_h/Pulpit/colobot/src/graphics/opengl/gldevice.cpp:555
  13. #4  0x081c3bd2 in Gfx::CText::CreateCharTexture (this=0x8b65078, ch=...,
  14.     font=0xa6fa6d8)
  15.     at /home/krzys_h/Pulpit/colobot/src/graphics/engine/text.cpp:892
  16. #5  0x081c17a6 in Gfx::CText::GetCharWidth (this=0x8b65078, ch=...,
  17.     font=Gfx::FONT_COLOBOT, size=7.19999981, offset=0.369999766)
  18.     at /home/krzys_h/Pulpit/colobot/src/graphics/engine/text.cpp:366
  19. #6  0x081c20b9 in Gfx::CText::DrawString (this=0x8b65078, text=...,
  20.     format=..., end=..., size=7.19999981, pos=..., width=0.721875012, eol=0,
  21.     color=...) at /home/krzys_h/Pulpit/colobot/src/graphics/engine/text.cpp:613
  22. #7  0x081c0d2d in Gfx::CText::DrawText (this=0x8b65078, text=..., format=...,
  23.     end=..., size=7.19999981, pos=..., width=0.721875012,
  24.     align=Gfx::TEXT_ALIGN_LEFT, eol=0, color=...)
  25.     at /home/krzys_h/Pulpit/colobot/src/graphics/engine/text.cpp:182
  26. #8  0x082d3fae in Ui::CEdit::Draw (this=0x9ee3678)
  27.     at /home/krzys_h/Pulpit/colobot/src/ui/edit.cpp:1078
  28. ---Type <return> to continue, or q <return> to quit---
  29. #9  0x083221ee in Ui::CWindow::Draw (this=0x9e8ec00)
  30.     at /home/krzys_h/Pulpit/colobot/src/ui/window.cpp:1160
  31. #10 0x082e5517 in Ui::CInterface::Draw (this=0x8c0aa80)
  32.     at /home/krzys_h/Pulpit/colobot/src/ui/interface.cpp:334
  33. #11 0x0816dbc5 in Gfx::CEngine::DrawInterface (this=0x8b66130)
  34.     at /home/krzys_h/Pulpit/colobot/src/graphics/engine/engine.cpp:3386
  35. #12 0x0816c871 in Gfx::CEngine::Render (this=0x8b66130)
  36.     at /home/krzys_h/Pulpit/colobot/src/graphics/engine/engine.cpp:3079
  37. #13 0x081359de in CApplication::Render (this=0x83d9528)
  38.     at /home/krzys_h/Pulpit/colobot/src/app/app.cpp:1270
  39. #14 0x08134c3f in CApplication::Run (this=0x83d9528)
  40.     at /home/krzys_h/Pulpit/colobot/src/app/app.cpp:978
  41. #15 0x0813ae47 in main (argc=1, argv=0xbffff2d4)
  42.     at /home/krzys_h/Pulpit/colobot/src/app/main.cpp:117
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement