Posts: 4
Threads: 1
Joined: Feb 2016
Reputation:
0
when someone is writing a password and pressing "Register" the server is crashing, any help pls??
Posts: 4
Threads: 1
Joined: Feb 2016
Reputation:
0
the problem is, there's no code, the mode is clean from errors or warnings, the server is working, and once someone is creating account and pressing "register" server is crashing :/
Posts: 77
Threads: 11
Joined: Sep 2014
Reputation:
0
There must be a problem with the code, there is no other way. There can sometimes be errors without error messages. It's just a certain way the code is working that it can't deal with. We need to see the code.
Posts: 4
Threads: 1
Joined: Feb 2016
Reputation:
0
what code? when i'm compile the mode its working perfect, and then i'm restarting the mode, logging in, registering an account, and server crashing... what code can I give u?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
News flash: there is a huge difference between compiler errors and runtime errors. Crashes are often caused by invalid IO access, i.e. trying to read from, or write into a file that cannot be accessed.