Advertisement
84634E1A607A

Untitled

Aug 31st, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. Unhandled Exception:
  2. System.ObjectDisposedException: Cannot access a disposed object.
  3. Object name: 'Microbe'.
  4. at Godot.Object.GetPtr (Godot.Object instance) [0x0001b] in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Object.base.cs:37
  5. at Godot.PhysicsBody.RemoveCollisionExceptionWith (Godot.Node body) [0x00001] in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/PhysicsBody.cs:181
  6. at Microbe.OnColonyMemberRemoved (Microbe microbe) [0x00050] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:1433
  7. at MicrobeColony.RemoveFromColony (Microbe microbe) [0x0006a] in E:\source\repos\Thrive\src\microbe_stage\MicrobeColony.cs:63
  8. at Microbe.OnDestroyed () [0x00001] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:1368
  9. at Microbe.Kill () [0x00033] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:834
  10. at Microbe.Damage (System.Single amount, System.String source) [0x00198] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:776
  11. at Microbe.OnContactBegin (System.Int32 bodyID, Godot.Node body, System.Int32 bodyShape, System.Int32 localShape) [0x000d3] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:2489
  12.  
  13. Unhandled Exception:
  14. System.ObjectDisposedException: Cannot access a disposed object.
  15. Object name: 'Microbe'.
  16. at Godot.Object.GetPtr (Godot.Object instance) [0x0001b] in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Object.base.cs:37
  17. at Godot.PhysicsBody.RemoveCollisionExceptionWith (Godot.Node body) [0x00001] in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Generated/GodotObjects/PhysicsBody.cs:181
  18. at Microbe.OnColonyMemberRemoved (Microbe microbe) [0x00050] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:1433
  19. at MicrobeColony.RemoveFromColony (Microbe microbe) [0x0006a] in E:\source\repos\Thrive\src\microbe_stage\MicrobeColony.cs:63
  20. at Microbe.OnDestroyed () [0x00001] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:1368
  21. at Microbe.Kill () [0x00033] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:834
  22. at Microbe.Damage (System.Single amount, System.String source) [0x00198] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:776
  23. at Microbe.OnContactBegin (System.Int32 bodyID, Godot.Node body, System.Int32 bodyShape, System.Int32 localShape) [0x000d3] in E:\source\repos\Thrive\src\microbe_stage\Microbe.cs:2489
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement