-
Valued Member
Fatal Error Charserver.exe
-
-
Member
Re: Fatal Error Charserver.exe
I don't know much about OSrose to be honest.
But it all looks like a database error, tell me if I'm wrong.
By the way, in addition of your screenshot you could have I don't know, maybe explained when the problem occurs at least.
For us to have a bit more details you know.
Hij.
-
Last of the OsRose Devs
Re: Fatal Error Charserver.exe
When the column count does not match it means that your database table has a different number of columns than is requested in the query.
Typically this happens when the DB is out of date and doesn't match the server version.
Unfortunately your nicely drawn red box around the error message is obscuring the previoous readback in the console window so I can't see what it says. That line might have given me a clue where the error is.
You could also look in the server logs to see what the actual query was. Compare that to the actual database then simply add the missing fields into the database manually.
It would help if you told us which server version you are using too, though I suspect it may be dev rev 3 as this error was pretty common on the released version. Some of the fields were stripped out of the database when RoseZA released their code changes.
-
Proficient Member
Re: Fatal Error Charserver.exe
Using a different database try getting a newer version of it if u are able to.
-
Last of the OsRose Devs
Re: Fatal Error Charserver.exe
if it's dev rev 3 it comes with only one database version and that one is broken. lol
You have to manually add a field or edit the query in the source code to remove reference to the missing field. It isn't actually used for anything.
-
Valued Member
Re: Fatal Error Charserver.exe
Im using Dev II
Everytime i create new character after enter the name stack on loading and disconnect with this error
but after i create then i relog again my character are already create with no error in game
only in creating new charACTER please help what is exact proble,m thanks guys
-
Last of the OsRose Devs
Re: Fatal Error Charserver.exe
Can you please do the following.
1) Start your server.
2) Log in and make a new character.
3) after it crashes, open 3DData/log/queries.txt in a text editor such as Notepad++ (notepad or wordpad will work but not as well)
4) Look at the very last entry from the charserver and see what the query is.
5) Open your database manager and look at the table it was reading from or writing to and see if the fields in the query match the fields in your DB
If you do not have a folder named 'log' inside your server's 3DData folder then create one. If the folder is not there then logging doesn't happen.
Once we know which query is causing the error then it should be very easy to modify either the code or the database to fix it.
-
Valued Member