Bug / Crash Solver Error - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html) +--- Thread: Bug / Crash Solver Error (/thread-2753.html) |
Solver Error - Xanduffy - 13-02-2021 Figured I'd begin a new thread as this isn't strictly related to the grabbing issue Jose helped me with recently. I woke up this morning to the following console error: Code: ArgumentNullException: Value cannot be null. It's throwing from the solver that handles the grapple rope, but no changes were made to the rope recently, only to the grappling hook, and the particle attachment was redirected to that new model. The rope isn't simulating and it's preventing other scripts from executing, any ideas? RE: Solver Error - josemendez - 13-02-2021 This is a known bug in 5.X, fixed in Obi 6.0. Happens when you have a ObiCollider + MeshCollider in the scene, but the mesh for the MeshCollider is null. Simply make sure your MeshCollider has a valid mesh. RE: Solver Error - Xanduffy - 13-02-2021 (13-02-2021, 03:59 PM)josemendez Wrote: This is a known bug in 5.X, fixed in Obi 6.0. Quick and painless, it was a different object I hadn't noticed. Thanks! |