I am starting an application and having a major issue that I cannot resolve. I have tried reinstalling corona, different display objects, but no matter what, the simulator crashes. Here is the error I receive:
/Applications/CoronaSDK/Corona Terminal: line 9: 1528 Bus error: 10 “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
logout
[Process completed]
Here is the code that causes it:
local physics = require "physics"
local w = display.contentWidth
local h = display.contentHeight
local zone1 = display.newRect(0, 0, 40, 180)
zone1.x = 0 + zone1.width / 2
zone1.y = h / 2
physics.addBody( zone1, "static", {density = 0.0, friction = 0.0, bounce = 0.0})
I CANNOT get this to stop crashing, am I doing something wrong? Thanks in advance! [import]uid: 9968 topic_id: 15982 reply_id: 315982[/import]
[import]uid: 52491 topic_id: 15982 reply_id: 59274[/import]