cocos2d-x + marmalade + box2d, tests app crashes

I compiled standart tests app on my android device Lg optimus one p 500. I want to run Box2dTest, But I get error

IwAssert failure:
Channel: S3E
File: iwcrt_common.cpp
Line 836
Expression: false
Message: application aborted

Is this a bug ? In Log I’ve got :

07-12 15:17:40.189: I/marmalade(4505): 12/07/12 15:17:40.202: [0xfa0] GAME: cocos2d : getActionByTag: Target not found 07-12 15:17:40.239: I/marmalade(4505): 12/07/12 15:17:40.252: [0xfa0] THREAD: SemCreate 1 -> 0x0028c6e8 07-12 15:17:40.239: I/marmalade(4505): assertion "bd->position.IsValid()" failed: file "d:/cocos2d-1.0.1-x-0.13.0-beta/box2d/Dynamics/b2Body.cpp", line 27 07-12 15:17:40.239: I/marmalade(4505): 12/07/12 15:17:40.255: [0xfa0] DEBUG: s3eDebugAssertShow 0x00000000 type=2 'IwAssert failure: 07-12 15:17:40.239: I/marmalade(4505): Channel: S3E 07-12 15:17:40.239: I/marmalade(4505): File: iwcrt_common.cpp 07-12 15:17:40.239: I/marmalade(4505): Line: 836 07-12 15:17:40.239: I/marmalade(4505): Expression: false 07-12 15:17:40.239: I/marmalade(4505): Message: application aborted 07-12 15:17:40.239: I/marmalade(4505): ' 07-12 15:17:40.249: I/marmalade(4505): 12/07/12 15:17:40.258: [0xfa0] JAVA: LoaderView-Thread-13: showError: Assertion Failure (Marmalade v6.0.4 [317379]) 07-12 15:17:40.249: I/marmalade(4505): 12/07/12 15:17:40.261: [0xafd4d46c] JAVA: LoaderView-main: showErrorReal 07-12 15:17:40.259: I/marmalade(4505): 12/07/12 15:17:40.269: [0xfa0] JAVA: LoaderView-Thread-13: showError: waiting 07-12 15:17:40.299: I/marmalade(4505): 12/07/12 15:17:40.312: [0xafd4d46c] JAVA: LoaderView-main: showErrorReal done

Does this work in the Marmamalde Simulator?

From above I can see you are using this version of cocos2d-x : cocos2d-1.0.1-x-0.13.0-beta
and Marmalade 6.0.4

I have been working with cocos2d-rc2-x-2.0.1 and the latest Marmalade ( I had to update it myself) and have had no problems. I have the older 13beta cocos2d-x also so I will give that a try later this evening.

Francis