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.