Forum C# Server Problem

Server Problem

Postby Beast » January 28th, 2012, 8:36 pm

Okay so I go to upload my game code, uploads fine, but the client wont respond to code that the server should be sending, I set up a simple message listener and I can see that Brodcast() isnt doing anything, the code uploaded dosent seem to do anything, its simply the example game with a few mods.

Anything I might be missing?
~Beast

Image
Site for my upcoming game!
Beast
 
Posts: 38
Joined: December 20th, 2011, 8:14 pm

Re: Server Problem

Postby Benjaminsen » January 31st, 2012, 11:56 am

A few simple things to check

1: Make Sure you are connecting to the correct game and game type
2: Check your error log to see that your server did not fail

If it still fails, post your project and let's all have a look.
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Server Problem

Postby Beast » February 19th, 2012, 7:14 pm

I sent you a PM about it
~Beast

Image
Site for my upcoming game!
Beast
 
Posts: 38
Joined: December 20th, 2011, 8:14 pm

Re: Server Problem

Postby Beast » February 21st, 2012, 1:48 am

<snip>
EDIT: Whatever i did... It works now!
~Beast

Image
Site for my upcoming game!
Beast
 
Posts: 38
Joined: December 20th, 2011, 8:14 pm


Return to C#