CoEmu v2 5095: Errors, help, problems... POST HERE

05/30/2009 06:28 Zeroxelli#61
I see, in that case; refer to my other two post's:

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

[Only registered and activated users can see links. Click Here To Register...]
05/30/2009 06:34 royboy01#62
it gives me a red line
05/30/2009 06:35 Zeroxelli#63
That means there's an error in the code, please paste that line here in CODE tags or something :)
05/30/2009 06:37 royboy01#64
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'; Min Pool Size = 300; Max Pool Size = 900" "; pooling = false"
);
05/30/2009 06:40 areudie#65
i got a problem with the npcs.... after i coded them than i go in to the game and click the npc it say npc not coded bla bla bla.

any idea?
05/30/2009 06:40 Zeroxelli#66
Change
Code:
new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'; Min Pool Size = 300; Max Pool Size = 900" "; pooling = false"
);
to:
Code:
new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'; Min Pool Size = 300; Max Pool Size = 900; pooling = false");
05/30/2009 06:46 royboy01#67
ok got that down
dang it still does the same thing
05/30/2009 06:47 Zeroxelli#68
Refer the the second link I posted.
05/30/2009 06:50 royboy01#69
u got tv
05/30/2009 06:51 Zeroxelli#70
TV? What's that to do with anything o.0;
05/30/2009 06:52 royboy01#71
bc i have the same thing in the second link u provided and it still dont work do u got msn or somethin ?
05/30/2009 06:55 Zeroxelli#72
PM me the database login crap from your DatabaseConnection.cs (USER_NAME, DATA_BASE, etc)

Also, make sure SERVER_IP in MasterSocket.cs is set to 127.0.0.1
05/30/2009 07:20 royboy01#73
my openssl is messed up
05/30/2009 07:21 Zeroxelli#74
Paste errors here please.
05/30/2009 07:43 royboy01#75
ok this is wat i got