Guest User

Untitled

a guest
Feb 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. ALL 19 TESTS PASSED
  2. FRAME BUFFER OBJECT IS SUPPORTED
  3. START LOAD LEVEL
  4. in level constructor...
  5. building...666
  6. done building...666
  7. LAYER -4 BUILT 0 tiles
  8. LAYER -1 BUILT 0 tiles
  9. LAYER 0 BUILT 0 tiles
  10. LAYER 9 BUILT 0 tiles
  11. LAYER 26 BUILT 0 tiles
  12. LAYER 30 BUILT 0 tiles
  13. LAYER 50 BUILT 0 tiles
  14. done building tile_map...666
  15. done level constructor: 4
  16.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. rect::h (this=0x293) at src/geometry.cpp:120
  19. 120 return bottom_right_.y - top_left_.y;
  20. (gdb) bt
  21. #0 rect::h (this=0x293) at src/geometry.cpp:120
  22. #1 0x00000000004d6df5 in entity::calculate_solid_rect (this=0x23fca40)
  23. at src/entity.cpp:137
  24. #2 0x000000000046b0b5 in custom_object::custom_object (this=0x23fca40,
  25. node=...) at src/custom_object.cpp:247
  26. #3 0x00000000004d66c9 in entity::build (node=<optimized out>)
  27. at src/entity.cpp:47
  28. #4 0x000000000054a66d in level::load_character (this=0x20ef1d0,
  29. c=<optimized out>) at src/level.cpp:475
  30. #5 0x00000000005610d9 in level::finish_loading (this=<optimized out>)
  31. at src/level.cpp:584
  32. #6 0x0000000000586b24 in load_level (lvl=...) at src/load_level.cpp:178
  33. #7 0x0000000000418247 in main (argc=<optimized out>, argv=<optimized out>)
  34. at src/main.cpp:475
  35. (gdb)
Add Comment
Please, Sign In to add comment