Hello Elitepvpers!
Currently trying to play around with the source CoEmuv2
I tried googling the problem and although I found another person with this issue it didn't appear to be answered?
I followed the guides, and used appserv to install mysql.
ips all set to 127.0.0.1
I get this error on line 23 in database.cs
NullReferenceException was unhandled
Object reference not set to an instance of an object.
inside of the login server window it has:
Any ideas? :handsdown:
Currently trying to play around with the source CoEmuv2
I tried googling the problem and although I found another person with this issue it didn't appear to be answered?
I followed the guides, and used appserv to install mysql.
ips all set to 127.0.0.1
I get this error on line 23 in database.cs
NullReferenceException was unhandled
Object reference not set to an instance of an object.
Code:
if(Connection.State == ConnectionState.Open)
Code:
---CoEmu v2 LoginServer - Starting up!--- This program is a branch [LoginServer-Init] Starting MasterSocket Thread. [LoginServer] Init OK. System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at MySql.Data.MySqlClient.CharSetMap.GetChararcterSet(DBVersion version, String CharSetName) at MySql.Data.MySqlClient.CharSetMap.GetEncoding(DBVersion version, String CharSetName) at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection) at MySql.Data.MySqlClient.NativeDriver.Configure(MySqlConnection conn) at MySql.Data.MySqlClient.MySqlConnection.Open() at CoEmu_v2_LoginServer.Database.DatabaseConnection.NewConnection() in C:\Users\drako\OneDrive\Desktop\CoEmu v2\CoEmu v2 LoginServer\Database\DatabaseConnection.cs:line 30