• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows TFS Error Please Help me.

johnnyflores961

New Member
Joined
Sep 26, 2012
Messages
44
Reaction score
1
I am starting a server and i'm at the point where I need to make a character and log on. I am able to make the account but not the character. This message comes up every time I go to make the character. If used the account manager this same error comes up. please someone help me out or guide me to the right spot to post. Thanks in advance


Create Character
1string(594) "INSERT INTO `players`(`name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `lastlogout`, `blessings`, `balance`) VALUES ('Logic', '1', '2', '8', '1', '185', '185', '4200', '68', '76', '78', '58', '128', '0', '0', '40', '40', '0', '100', '2', '5', '5', '2', '', '470', '1', '0', '0', '1', '0', '0', '0', '0', '0');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Thread stack overrun: 8688 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
 
Sorry lol its in your mysql config file should be somthing like
Code:
thread_stack = 64K
Just increase it to 128K or somthing
 
okay so that fixed that problem now it is not letting me log onto character, says Group ID 1 does not exist. On the Client it shows "Your character could not be loaded."
 
okay so that fixed that problem now it is not letting me log onto character, says Group ID 1 does not exist. On the Client it shows "Your character could not be loaded."
Yep, So, Have you installed phpMyAdmin? or something to manage your database?
 
Yes i have Uniform Server Zero
Okay, So..

1. Go into your phpMyAdmin
2. Click on your servers database. (I assume its going to be called 'tfs', or 'theforgottenserver' if you have left it as default)
3. Go to players
4. Delete the player you made
5. Remake the player from your website/ or acc manager.

If you are still having issues tell me what tfs you are using and if you are using znote or gessior.
 
Back
Top