CoRv1 Problem

08/12/2009 06:10 blade911#1
I don't get this error, does anyone get it? And how do I fix it, because I have no idea =|
This showed up when I opened the source with C# and debugged the GameServer.Connections.MasterSocket file

[Only registered and activated users can see links. Click Here To Register...]
08/12/2009 12:19 tanelipe#2
Code:
.NewConnection();
That part returns 'null' because it's not properly connecting to the database as the picture states. 'Connection' is null and when you try to access the 'State' it'll throw that error. Check the Connection string, also I believe that in the database you will find something like

Code:
string Username = "USERNAME";
string Password = "PASSWORD";
You will have to change those to match your MySQL login information.
08/12/2009 16:32 blade911#3
But when I execute the batch file it gives me an error as well.
08/12/2009 17:17 _tao4229_#4
... do you have mysql installed and running....?
08/12/2009 17:20 ǙņkņőŵŊ#5
xD Add me on MSN i will help u =) i think there is Something wrong on ur mysql connection

[Only registered and activated users can see links. Click Here To Register...]

Best regards
08/12/2009 21:16 blade911#6
Quote:
Originally Posted by ǙņkņőŵŊ View Post
xD Add me on MSN i will help u =) i think there is Something wrong on ur mysql connection

[Only registered and activated users can see links. Click Here To Register...]

Best regards
[Only registered and activated users can see links. Click Here To Register...]