----Exception message----
Fatal error encountered during command execution.
----End of exception message----
----Stack trace----
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at Conquer_Online_Server.Database.MySqlReader.TryFill(MySqlCommand command) in C:\Users\WarCraft\Desktop\Joseph - Copy\Source (Warcraftsco)\Database\MySql\MySqlReader.cs:line 26
at Conquer_Online_Server.Database.MySqlReader..ctor(MySqlCommand command) in C:\Users\WarCraft\Desktop\Joseph - Copy\Source (Warcraftsco)\Database\MySql\MySqlReader.cs:line 17
at Conquer_Online_Server.Database.SkillTable.LoadSpells(GameState client, MySqlConnection conn) in C:\Users\WarCraft\Desktop\Joseph - Copy\Source (Warcraftsco)\Database\SkillTable.cs:line 112
at Conquer_Online_Server.Network.PacketHandler.DoLogin(Object _client) in C:\Users\WarCraft\Desktop\Joseph - Copy\Source (Warcraftsco)\Network\PacketHandler.cs:line 11429
at Conquer_Online_Server.Network.PacketHandler.AppendConnect(Connect appendConnect, GameState client) in C:\Users\WarCraft\Desktop\Joseph - Copy\Source (Warcraftsco)\Network\PacketHandler.cs:line 11401
at Conquer_Online_Server.Network.PacketHandler.HandlePacket(Byte[] packet, GameState client) in C:\Users\WarCraft\Desktop\Joseph - Copy\Source (Warcraftsco)\Network\PacketHandler.cs:line 1035
----End of stack trace----
Well... unfortunately, conquer online private server projects are big. There could be a lot of causes to this problem. Let's first cover whether or not that you're disposing of things properly. (1) Are you using a thread that loops every 20000 milliseconds or so to kill sleeping connections (like the void seen in the link I posted)? (2) Are you disposing of your connections? If you don't, the pool can get blocked up and start spamming error messages (similar to that). It also seems like you have truncated your error message. (3) Was there an error code (specifically a number) that went along with it?
yes reflector not good not out full source and have alot of errror
Try downloading a full source or talking with the coder of the bin that you downloaded then. There's not much you can do unless you get the source (unless you want to make a hook which is much to advanced for this situation). You could just put it into a different program and run that along side it...
V17 Database Error 06/06/2011 - Flyff Private Server - 8 Replies Hey,
ich wollte n P-server nach Mr.Helper´s v17 TuT machen.
Es lief eigentlich alles super, doch als ich den Database server starten wollte kam die bekannte Fehlmeldung "FAIL read ini" usw.....
Bei anderen Threads hab ich bis jetzt noch keine antwort gefunden.
kann mir jemand helfen?
Database U1 Error 05/08/2011 - Flyff Private Server - 0 Replies Hi ich hab nen problem woran könnte es liegen das ich den error
query:{call CHARACTER_STR('U1','0000001','01','',?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?, 0, 0, 0,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
SQLSTATE:22001 error:Die Zeichenfolgedaten wurden rechts abgeschnitten
bekomme.
Database.cs Error 06/17/2010 - CO2 Private Server - 6 Replies Can someone help me fix this error in red?
public double ReadDouble(string Section, string Key)
{
string section = "";
IniSectionStructure ISS = null;
Sections.TryGetValue(section, out ISS);
if (ISS != null)
{
IniValueStructure IVS = null;
Database.cs Error? 12/13/2009 - CO2 Private Server - 2 Replies Well I get my friends playing my server and I'm getting this alot. This therefore isn't saving them. They also DC alot but maybe thats more to do with my conenction.
http://img704.imageshack.us/img704/2858/error1n.p ng
and inside line 1183 is the save char region.
public static void SaveCharacter(Game.Character C, string Acc)
{
try
{
FileStream FS = new FileStream(@"C:\OldCODB\Users\Characters\&quo t; + C.Name + ".chr", FileMode.Open);
...
[Help] SQL Error with DataBase 10/29/2009 - Aion - 0 Replies Hey im working on my Server and i think i have everything working but when i run the Sql to add my database to navicat it says there is an error :( If someone can help me add me on msn please and thank you.
[email protected]