App42 is failing with new version of Marmalade 7.3.2

0 votes

After upgrading to the newest Marmalade SDK, app 42 is breaking.  It breaks on any service call from a service object. This is failing on both my own project and the examples that were included in the app42 sdk.  I think it has to do with the newest version of Marmalade because my project doesnt crash on an onlder version of the Marmalade SDK.
 

Code
callbackFunction = new UsersCallback(this);

UserService::Initialize(APP_WARP_API_KEY, APP_WARP_SECRET_KEY);
userService = UserService::getInstance();
 
userService->CreateUser("username", "password", "email", callbackFunction);
 
 
it is breaking on "userService->CreateUser("username", "password", "email", callbackFunction);"
 
Output window
26/08/14 17:38:23.541: [0xfa0] HTTP: (Unsupported protocol: )
First-chance exception at 0x0FF73F8B (s3e_simulator_debug.dll) in s3e_simulator_debug.exe: 0xC0000005: Access violation writing location 0x083ADBDC.
Unhandled exception at 0x0FF73F8B (s3e_simulator_debug.dll) in s3e_simulator_debug.exe: 0xC0000005: Access violation writing location 0x083ADBDC.
The program '[6428] s3e_simulator_debug.exe' has exited with code 0 (0x0).
 
Actual error
Unhandled exception at 0x0F4D3F8B (s3e_simulator_debug.dll) in s3e_simulator_debug.exe: 0xC0000005: Access violation writing location 0x08B2DBDC.
 
asked Aug 26, 2014 in App42 Cloud API-BaaS by mike.sawayda (10 points)

1 Answer

0 votes

Hello Mike,

Thanks for writing to us.

As of now you can use older version of marmalade sdk. We have already planned to have compatibility with the latest version of Marmalade and that will be available in the next month release. 

Let us know if you have more question for us.

Thanks

 

answered Aug 27, 2014 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...