Forum ‹ Multiplayer ‹ Warning Message in Development Server
8 posts
• Page 1 of 1
Warning Message in Development Server
Hi i get this error message everytime debugging with local development server, any clue?
ContextSwitchDeadlock was detected
Message: The CLR has been unable to transition from COM context 0x217be8 to COM context 0x217d58 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations.
ContextSwitchDeadlock was detected
Message: The CLR has been unable to transition from COM context 0x217be8 to COM context 0x217d58 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations.
- wbsaputra
- Paid Member
- Posts: 116
- Joined: June 29th, 2010, 4:38 pm
Re: Warning Message in Development Server
Most likely it's miss behavior from the WinForms toolkit which renders the UI. Can I get you to try to swap the dev server over in console mode and report back here with the results.
Details on how to do this here: http://playerio.com/blog/2012/01/04/ver ... 0-support/
Details on how to do this here: http://playerio.com/blog/2012/01/04/ver ... 0-support/
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
Re: Warning Message in Development Server
Hi Ben, do i have to change Visual Studio version to 2010? I still use VS 2008 to build multiplayer code.
How long player io will support 2008 version.
How long player io will support 2008 version.
- wbsaputra
- Paid Member
- Posts: 116
- Joined: June 29th, 2010, 4:38 pm
Re: Warning Message in Development Server
wbsaputra wrote:Hi Ben, do i have to change Visual Studio version to 2010? I still use VS 2008 to build multiplayer code.
How long player io will support 2008 version.
Simply download and install Visual Studio Express 2010 and open the project file using it. It should then automatically convert the project to 2010.
As the newest version of the Player.IO development server is now running .NET 4.0 we sadly do no longer support VS2008
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
Re: Warning Message in Development Server
Ok, i upgrading and use vs2010, when i test on development server with flash client can successfully connect to playerio but got this error message when trying to join any room.
Unable to connect, Error: Invalid joinkey: Got join key that was expired (1440,63476879833 minutes old). Disconnecting user.
Any clue?
Unable to connect, Error: Invalid joinkey: Got join key that was expired (1440,63476879833 minutes old). Disconnecting user.
Any clue?
- wbsaputra
- Paid Member
- Posts: 116
- Joined: June 29th, 2010, 4:38 pm
Re: Warning Message in Development Server
wbsaputra wrote:Ok, i upgrading and use vs2010, when i test on development server with flash client can successfully connect to playerio but got this error message when trying to join any room.
Unable to connect, Error: Invalid joinkey: Got join key that was expired (1440,63476879833 minutes old). Disconnecting user.
Any clue?
Your computer clock is horribly out of sync (Chances are your computer is registered as being in the wrong time-zone), enable NTP and the problem should disappear.
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
Re: Warning Message in Development Server
ic, disable sync internet time server. now is working. Thanks
- wbsaputra
- Paid Member
- Posts: 116
- Joined: June 29th, 2010, 4:38 pm
Re: Warning Message in Development Server
wbsaputra wrote:ic, disable sync internet time server. now is working. Thanks
Sounds like your computer is configured to be in the wrong time zone
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
8 posts
• Page 1 of 1