[0xfa0] SOCKET: TryConnect error: 10036

0 votes

I am using the Marmalade AppWarp S2 version with the ChatApp sample server files. I get the message in Eclipse that the Zone and Room has been created after I make them in the AdminDashboard. This is the code I have in my Marmalade client side:

 

AppWarp::Client::initialize(api_key, ip);
    warpClient = AppWarp::Client::getInstance();
    warpClient->setConnectionRequestListener(this);
    warpClient->setRoomRequestListener(this);
    warpClient->setNotificationListener(this);

warpClient->connect(std::string(gameData->userName), "");

But this error just keeps repeating when I try run the app:

[0xfa0] SOCKET: TryConnect error: 10036

Any ideas?

asked Feb 25, 2014 in AppWarpS2 by scott.woolven (35 points)
retagged Mar 11, 2014 by shepAdmin

1 Answer

0 votes
Can you verify the IP that you are passing in the initialize method? Have you tried running the Marmalade_SpaceWarFare sample that is provided part of the download?
answered Feb 26, 2014 by dhruvc (1,099 points)
I was using the IP I got from whatsmyip.org instead of 127.0.0.1 like in the spacewarefare sample. So I changed it over to 127.0.0.1 and now it works I think

Thanks
great! can you please also mark as 'answered'? :-)
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
...