Advertisement
aaronfranke

Untitled

Dec 24th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. ERROR: _disconnect: Attempt to disconnect signal 'frame_pre_draw' while emitting (locks: 1).
  2. At: core/object.cpp:1522.
  3. ERROR: get: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: __null
  4. At: ./core/rid.h:150.
  5. ERROR: _disconnect: Attempt to disconnect signal 'frame_pre_draw' while emitting (locks: 1).
  6. At: core/object.cpp:1522.
  7.  
  8. =================================================================
  9. Native Crash Reporting
  10. =================================================================
  11. Got a SIGSEGV while executing native code. This usually indicates
  12. a fatal error in the mono runtime or one of the native libraries
  13. used by your application.
  14. =================================================================
  15.  
  16. =================================================================
  17. Native stacktrace:
  18. =================================================================
  19. 0xcff5e4 - /home/franke/Documents/Godot/3.2-mono/Godot : (null)
  20. 0xcff95c - /home/franke/Documents/Godot/3.2-mono/Godot : (null)
  21. 0xcf2408 - /home/franke/Documents/Godot/3.2-mono/Godot : (null)
  22. 0xd0266e - /home/franke/Documents/Godot/3.2-mono/Godot : (null)
  23. 0x7f0df809e890 - /lib/x86_64-linux-gnu/libpthread.so.0 : (null)
  24. 0xe3d597 - /home/franke/Documents/Godot/3.2-mono/Godot : (null)
  25. 0xe40239 - /home/franke/Documents/Godot/3.2-mono/Godot : (null)
  26. 0xe402ab - /home/franke/Documents/Godot/3.2-mono/Godot : mono_object_new
  27. 0x2dcf96b - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN14CSharpLanguage28debug_get_current_stack_infoEv
  28. 0x1776247 - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN20ScriptDebuggerRemote12_err_handlerEPvPKcS2_iS2_S2_16ErrorHandlerType
  29. 0x12b931d - /home/franke/Documents/Godot/3.2-mono/Godot : _Z16_err_print_errorPKcS0_iS0_S0_16ErrorHandlerType
  30. 0x2dfc2ac - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN19BulletPhysicsServer30soft_body_update_visual_serverE3RIDP27SoftBodyVisualServerHandler
  31. 0x1ca076a - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN8SoftBody15_draw_soft_meshEv
  32. 0x3122589 - /home/franke/Documents/Godot/3.2-mono/Godot : (null)
  33. 0x1228343 - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN6Object4callERK10StringNamePPK7VariantiRNS3_9CallErrorE
  34. 0x11e9370 - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN6Object11emit_signalERK10StringNamePPK7Varianti
  35. 0x11ea2c0 - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN6Object11emit_signalERK10StringNameRK7VariantS5_S5_S5_S5_
  36. 0x1627a3d - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN18VisualServerRaster4drawEbd
  37. 0x15a9cc9 - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN18VisualServerWrapMT11thread_loopEv
  38. 0x2a00275 - /home/franke/Documents/Godot/3.2-mono/Godot : _ZN11ThreadPosix15thread_callbackEPv
  39. 0x7f0df80936db - /lib/x86_64-linux-gnu/libpthread.so.0 : (null)
  40. 0x7f0df761288f - /lib/x86_64-linux-gnu/libc.so.6 : clone
  41.  
  42. =================================================================
  43. Telemetry Dumper:
  44. =================================================================
  45. Thread 0x7f0df0b83700 may have been prematurely finalized* Assertion at mono-threads.c:650, condition `info' not met, function:mono_thread_info_current,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement