Quote:
Originally Posted by sherwin9
No,
Emme said that your user was called: LOL,
Idk if it's true, but just thinking of the fact that it's called 'LOL' omg that's so LOL :D
|
Your retarded, how could his username possibly be 'LOL' it isnt 10 - 15 chars long
Also, emme meant WHAT not THAT, so he loled because the guy had crossed out his username.
As for the error itself, something in the database.authenticate function is not being assigned a value, i would imagine that it is either a class/struct/object and then a value stored inside said class/struct/object is trying to be used as a variable and thus the nullreferenceexception is being thrown,
Enter a breakpoint at that line, run your server in debug mode, try to login, and then see what is failing to be assigned a value, then trace back to where that value should have been assigned, enter a break point, resume the program, try to login again and see why its not being assigned.