Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. 19:26:11: INFO[main]: locale has been set to:C
  2. 19:26:17: INFO[main]: Dropping main menu
  3. 19:26:17: INFO[main]: Using dummy audio.
  4. 19:26:17: INFO[main]: Creating client
  5. UDPSocket(1644)::UDPSocket()
  6. [New Thread 404.0x3b0]
  7. 19:26:17: VERBOSE[Connection]: Connection thread started
  8. 19:26:17: INFO[main]: TextureSource::buildMainAtlas()
  9. 19:26:17: INFO[main]: Creating texture atlas out of textures: ""
  10. 19:26:17: INFO[main]: SourceImageCache::getOrLoad(): No path found for ""
  11. 19:26:18: INFO[main]: Connecting to server at 91.155.45.98:30000
  12. 19:26:18: INFO[main]: Client packetcounter (20s):
  13. 19:26:18: VERBOSE[Connection]: con(1644/0) processing CONNCMD_CONNECT
  14. 19:26:18: VERBOSE[Connection]: con(1644/0) connecting to 91.155.45.98:30000
  15. UDPSocket(1644)::Bind(): port=0
  16. 19:26:18: VERBOSE[Connection]: con(1644/0) processing CONNCMD_SEND
  17. 19:26:18: VERBOSE[Connection]: con(1644/0) sending to peer_id=1
  18. 19:26:18: VERBOSE[Connection]: con(1644/0) processing CONNCMD_SEND
  19. 19:26:18: VERBOSE[Connection]: con(1644/0) sending to peer_id=1
  20. 19:26:18: VERBOSE[main]: con(1644/0): Receive: got event: CONNEVENT_PEER_ADDED
  21. 19:26:18: INFO[main]: Client::peerAdded(): peer->id=1
  22. 1644 -> 91.155.45.98:30000, size=61, data= 4F45 7403 0000 0001 0010 1646 6978 65
  23. 72 0000 0000...
  24. 1644 -> 91.155.45.98:30000, size=11, data= 4F45 7403 0000 0003 FFDC 01
  25. 19:26:19: VERBOSE[Connection]: con(1644/0): RE-SENDING timed-out RELIABLE to 91.
  26. 155.45.98:30000(t/o=0.5): from_peer_id=0, channel=0, seqnum=65500
  27. 1644 -> 91.155.45.98:30000, size=11, data= 4F45 7403 0000 0003 FFDC 01
  28.  
  29. Program received signal SIGSEGV, Segmentation fault.
  30. 0x06e5fc1e in ?? ()
  31. (gdb) thread apply all bt
  32.  
  33. Thread 2 (Thread 404.0x3b0):
  34. #0 0x7c9705b7 in ntdll!RtlpNtMakeTemporaryKey ()
  35. from D:\WINDOWS\system32\ntdll.dll
  36. #1 0x7c94bafc in ntdll!LdrFindEntryForAddress ()
  37. from D:\WINDOWS\system32\ntdll.dll
  38. #2 0x03150000 in ?? ()
  39. #3 0x7c91a1ba in ntdll!RtlpUnWaitCriticalSection ()
  40. from D:\WINDOWS\system32\ntdll.dll
  41. #4 0x77c1c2de in msvcrt!free () from D:\WINDOWS\system32\msvcrt.dll
  42. #5 0x03150000 in ?? ()
  43. #6 0x007b7413 in __cxa_free_exception ()
  44. #7 0x006b0d07 in _Unwind_DeleteException ()
  45. #8 0x007b7394 in __cxa_end_catch ()
  46. #9 0x004ae489 in con::Connection::checkIncomingBuffers (this=0x22d6d8,
  47. channel=0x3ced5e4, peer_id=@0x6e5fdfa, dst=...)
  48. at /home/celeron55/softat/minetest_win/src/connection.cpp:1234
  49. Backtrace stopped: frame did not save the PC
  50.  
  51. Thread 1 (Thread 404.0xb90):
  52. #0 0x06e5fc1e in ?? ()
  53. #1 0x006b1225 in _Unwind_SjLj_RaiseException ()
  54. #2 0x007b7a17 in __cxa_throw ()
  55. #3 0x004a07c8 in pop_front (wait_time_max_ms=<optimized out>,
  56. this=<optimized out>)
  57. at /home/celeron55/softat/minetest_win/src/utility.h:1236
  58. #4 con::Connection::waitEvent (this=0x22d6d8, timeout_ms=0)
  59. at /home/celeron55/softat/minetest_win/src/connection.cpp:1541
  60. Backtrace stopped: frame did not save the PC
Add Comment
Please, Sign In to add comment