Physics Joints Crashing [FIXED]

Hello,
I don’t know if this is a beta issue or an issue with the runtime in general, so I’m putting this in the beta section. I’m tyrng to put a WELD physics joint into my program, bmy app crashes and gives me this error in the console:
Assertion failed: (ddef->bodyA != def->bodyB), function b2Joint, file /Users/simeon/Development/iPhone Dev/Codea/Runtime/Runtime/Phyysics/Box2D/Dynamics/Jointts/b2Joint.cpp, line 173.
Any help would be great.
Thanks!

Well, if I had to make an educated guess, I’d say you are trying to attach both ends of the joint to the same body, which I would then guess is not allowed.

@toadkick - Ahh. That would make sense. I’ll try fixing that.
Thanks!
Edit: Works great. That’s just an odd error.

@Zoyt: glad I could help :slight_smile: