K, a lot of the things my console tells me I do not understand. I try! Don't get me wrong. I know a lot more then I used to. But this one got by me...I have no clue what it means. It appears as soon as ANYONE (except myself) logs in.
System.InvalidOperationException: Connection must be valid and open
at MySQL.data.MySQLClient.MySQLCommand.CheckState<>
at MySQL.data.MySQLClient.MySQLCommand.ExecuteNonQuer y<>
at COServer_Project.Database.SaveHB<Character Charr> in D:\Documents and Settings\******\Desktop\Pyro Source\Source\COServerProject\database.cs:line 1169
I thought I had an idea of what it could have been but I was wrong =\ I still got the error. What I did was take "Points" out of SaveHB so it wouldn't save them there (It never did anyways -.-') but it failed =\
Now I need help =p
why say can't you read if he is only this post you no he can read .. just tell him to read the earror it says it there and help him undersand what the earror is saying "can't you read?" how can that help any one?
@tao4229
Yeah, sorry I actually have a life so I can't learn this sh*t 24/7 like yourself. Well you probably have everything memorized. Anyways.."'System.InvalidOperationException:"
Wtf does that mean...Your answer was the most retarded thing I'd seen all day. What was the f*cking point in replying. If you were going to take the time of day to type that you might as well have typed something useful.
@tao4229
Yeah, sorry I actually have a life so I can't learn this sh*t 24/7 like yourself. Well you probably have everything memorized. Anyways.."'System.InvalidOperationException:"
Wtf does that mean...Your answer was the most retarded thing I'd seen all day. What was the f*cking point in replying. If you were going to take the time of day to type that you might as well have typed something useful.
"Connection must be valid and open."
This is telling you that your connection is either not valid, or not open.
This means you should find what's causing the connection to be closed or invalidated.
Your turn, ignorant idiot.
You are retarded!! Thats not even what hes saying. He doesn't understand what "'System.InvalidOperationException:" means you idiot. You are blind or something? Two times you misread what he said so go take English lessons you illiterate son of a *****.
That's one of the stupidest things I've ever heard.
I think learning things is making something of your life, also only a complete noob coder will have to sit in front of the computer all day trying to code something.
@Zion~
Well according to kinshi apparently making a server means you have no life.
@kinshi
Umm..Why don't you try quoting the whole sentence. "Yeah, sorry I actually have a life so I can't learn this sh*t 24/7 like you"
I still learn when I have time. I'm pretty sure you can make a server and have a life at the same time. I have a job, go to school, play hockey etc..I don't need to explain myself.
K, a lot of the things my console tells me I do not understand. I try! Don't get me wrong. I know a lot more then I used to. But this one got by me...I have no clue what it means. It appears as soon as ANYONE (except myself) logs in.
System.InvalidOperationException: Connection must be valid and open
at MySQL.data.MySQLClient.MySQLCommand.CheckState<>
at MySQL.data.MySQLClient.MySQLCommand.ExecuteNonQuer y<>
at COServer_Project.Database.SaveHB<Character Charr> in D:\Documents and Settings\******\Desktop\Pyro Source\Source\COServerProject\database.cs:line 1169
I thought I had an idea of what it could have been but I was wrong =\ I still got the error. What I did was take "Points" out of SaveHB so it wouldn't save them there (It never did anyways -.-') but it failed =\
Now I need help =p
You said the error doesn't appear for u that means it works , and if u r sure that the source is saving all other players attributes then the only wrong thing i can figure out is u forgot to close the last connection
You are retarded!! Thats not even what hes saying. He doesn't understand what "'System.InvalidOperationException:" means you idiot. You are blind or something? Two times you misread what he said so go take English lessons you illiterate son of a *****.
If you can't understand that the "System.InvalidOperationException:" is REFERRING to the next ******* statement you're the one who needs to take English lessons.
[RELEASE] Console Commands for Lame Console Look 12/07/2011 - CO2 PServer Guides & Releases - 12 Replies Well, to avoid any further useless posts on this subject... here are a ton of console based commands that will control the game from the server console. I will not explain what each does, it should be pretty easy to figure out, and I don't intend to answer stupid questions. If its a good question, I will answer it.
public static void DoStuff()
{
bool flag = true;
Console.Clear();
Console.ForegroundColor = ConsoleColor.Red;
...