• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Account Manager: "Your character couldn't be created, please try again."

Prox Plox

New Member
Joined
Mar 26, 2016
Messages
66
Reaction score
0
For some reason I cant create characters. I can create accounts, but wen I try to create a character in the Account Manager it just says:
"Your character couldn't be created, please try again."

What should I do?
Appreciate help!

EDIT
My server says this when I try to create a character:
Code:
MYSQL ERROR: Thread stack overrun:  8688 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld --thread_stack=#' to specify a bigger stack. (1436)
 
Last edited:
For some reason I cant create characters. I can create accounts, but wen I try to create a character in the Account Manager it just says:
"Your character couldn't be created, please try again."

What should I do?
Appreciate help!
My bet would be that your spawn point is not configured correctly, make sure posx,z,y, townid is right.
 
My bet would be that your spawn point is not configured correctly, make sure posx,z,y, townid is right.
The town id is correct

I just noticed that I got this error in the console when I cant create the character:
Code:
[29/03/2016 16:00:06] mysql_real_query(): INSERT INTO `players` (`id`, `name`, `world_id`, `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`, `skull`, `skulltime`, `save`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `online`) VALUES (NULL, 'Proxiuz', 0, 1, 2, 8, 4, 185, 185, 4200, 68, 76, 78, 39, 128, 0, 0, 35, 35, 0, 100, 1, 1000, 1000, 7, 0, 435, 1, 0, 0, 0, 0, 1, 0, '', 0, 0, 0) - MYSQL ERROR: Thread stack overrun:  8688 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld --thread_stack=#' to specify a bigger stack. (1436)
 
Back
Top