Advertisement
bitetti

godot log 2

Sep 17th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. bitetti@8arte64:~/Desktop/godot$ gdb --args godot -e -d -path ~/WildWitch/godot/barbarian_bunny_killer/
  2. GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Lendo símbolos de godot...(no debugging symbols found)...concluído.
  17. (gdb) r
  18. Starting program: /home/bitetti/Desktop/godot/godot -e -d -path /home/bitetti/WildWitch/godot/barbarian_bunny_killer/
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fffeb083700 (LWP 9349)]
  22. [New Thread 0x7ffff1370700 (LWP 9350)]
  23. [New Thread 0x7ffff132f700 (LWP 9351)]
  24. [New Thread 0x7ffff12ee700 (LWP 9352)]
  25. [New Thread 0x7ffff12ad700 (LWP 9353)]
  26. [New Thread 0x7ffff126c700 (LWP 9356)]
  27. [New Thread 0x7ffff122b700 (LWP 9357)]
  28. [Thread 0x7ffff122b700 (LWP 9357) exited]
  29. MESSAGE: 'click_ctrl' - /root/EditorNode/@Panel3/@CenterContainer37/@PanelContainer38/@HBoxContainer39/@ToolButton40, ToolButton
  30. running: /home/bitetti/Desktop/godot/godot -path /home/bitetti/programacao/cpp/WildWitch/godot/barbarian_bunny_killer -rdebug localhost:6007 res://terrain/vale_dos_mercadores/VilaDosMercadores.scn
  31. ERROR: set_stream_peer: Condition ' p_peer.is_null() ' is true.
  32. At: core/io/packet_peer.cpp:228.
  33. ********* listening on port 6007
  34. OK! 18
  35. opening pack /home/bitetti/Desktop/godot/godot, -1, -1
  36. opening pack /home/bitetti/programacao/cpp/WildWitch/godot/barbarian_bunny_killer/data.pck, -1, -1
  37. has connection!
  38. has connection!
  39. sive override size 800,480
  40. rect size 800,480
  41. X11 --- GenericDevice
  42. 800,480 - False
  43. [New Thread 0x7ffff122b700 (LWP 9367)]
  44. [Thread 0x7ffff122b700 (LWP 9367) exited]
  45. CLOSING CONNECTION
  46. ERROR: set_stream_peer: Condition ' p_peer.is_null() ' is true.
  47. At: core/io/packet_peer.cpp:228.
  48. MESSAGE: 'click_ctrl' - /root/EditorNode/@Panel3/@VBoxContainer6/@HSplitContainer8/@VSplitContainer9/@VSplitContainer10/@VBoxContainer11/@Panel16/@Control18/@ScriptEditor6287/@VSplitContainer5909/@ScriptEditorDebugger6286/@AcceptDialog6243/@HBoxContainer6239/@Button6241, Button
  49. MESSAGE: 'click_ctrl' - /root/EditorNode/@Panel3/@ConfirmationDialog1616/@HBoxContainer1610/@Button1612, Button
  50. freed code id 3
  51. freed code id 5
  52. freed code id 4
  53. ERROR: free: Method/Function Failed.
  54. At: servers/visual/visual_server_raster.cpp:3837.
  55. freed code id 6
  56. ERROR: free: Method/Function Failed.
  57. At: servers/visual/visual_server_raster.cpp:3837.
  58. ERROR: set_stream_peer: Condition ' p_peer.is_null() ' is true.
  59. At: core/io/packet_peer.cpp:228.
  60. [Thread 0x7ffff126c700 (LWP 9356) exited]
  61. [Thread 0x7ffff132f700 (LWP 9351) exited]
  62. [Thread 0x7ffff1370700 (LWP 9350) exited]
  63. base resources missing 1
  64. ERROR: finish: Condition ' instance_dependency_map.size() ' is true.
  65. At: servers/visual/visual_server_raster.cpp:6155.
  66. ERROR: cleanup: ObjectDB Instances still exist!
  67. At: core/object.cpp:1708.
  68. [Thread 0x7ffff12ad700 (LWP 9353) exited]
  69. [Thread 0x7ffff12ee700 (LWP 9352) exited]
  70. [Thread 0x7fffeb083700 (LWP 9349) exited]
  71. [Inferior 1 (process 9345) exited normally]
  72. (gdb) Quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement