Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. [IrrDriver Temp Logger] Level 3: Could not load sprite bank because the file does not exist: #DefaultFont
  2.  
  3. Program received signal SIGSEGV, Segmentation fault.
  4. 0x00000000004b31cc in irr::gui::IGUIElement::draw (this=<value optimized out>)
  5. at /usr/local/include/IGUIElement.h:318
  6. 318 (*it)->draw();
  7. (gdb) bt
  8. #0 0x00000000004b31cc in irr::gui::IGUIElement::draw (
  9. this=<value optimized out>) at /usr/local/include/IGUIElement.h:318
  10. #1 0x000000000060ed91 in irr::gui::CGUIEnvironment::drawAll() ()
  11. #2 0x0000000000484004 in GUIEngine::render (
  12. elapsed_time=<value optimized out>) at guiengine/engine.cpp:999
  13. #3 0x000000000045901d in IrrDriver::update (this=0xdc5230,
  14. dt=<value optimized out>) at graphics/irr_driver.cpp:1207
  15. #4 0x0000000000411154 in MainLoop::run (this=0xebc250) at main_loop.cpp:144
  16. #5 0x000000000040f33b in main (argc=<value optimized out>,
  17. argv=0x7fffffffe2d8) at main.cpp:1022
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement