Sunday
Dec062009
SIGBUS Errors
Sunday, December 6, 2009 at 01:52PM I was getting these when running a new version of the game with no valid callstack. Problem was this line of script:
transform.postion = spawnPoint.position.
I had not set the spawnPoint for that object, so it was null. This works fine in preview but dies on the iphone.
Run the iPhone version often.

Reader Comments