I am using AppWarp for marmalade and for some reason it is breaking on client->terminate() when I close the application. It is trying to delete a pointer that it 0x0000000C. All I am doing it connecting the client, then joining and subscribing to the lobby. From there I just try to disconnect and terminate the client and it breaks.
The message is
Unhandled exception at 0x528A34FB (s3e_simulator_debug.dll) in s3e_simulator_debug.exe: 0xC0000005: Access violation writing location 0x0000000C.
The only thing that I can see from the output window is
ERROR: S3E_SOCKET_ERR_INPROGRESS in s3eSocketConnect
I am not sure why that happens either.
Any help would be greatly appreciated.