Build 639 - Crash

This may have been broken in a previous build, but it works in build 591, and not in 639.

Creating a touch joint with either the hybrid or debug drawing mode on crashes the simulator. Here’s the code:

[code]physics = require(“physics”)
physics.start()
physics.setDrawMode( “hybrid” )

local object = display.newRect(0,0,50,50)
physics.addBody(object, “dynamic”)
object.touchJoint = physics.newJoint( “touch”, object, object.x, object.y )[/code]

You can also crash the debugDraw sample app in this build, by turning on hybrid or debug mode, and then trying to drag one of the falling objects.

Anyhow, if someone could confirm they’re also getting this, then I’ll report it as an official bug.

Cheers. [import]uid: 35618 topic_id: 16371 reply_id: 316371[/import]