• 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!

ZnoteACC Create Character

Methemia

Member
Joined
Feb 1, 2015
Messages
60
Reaction score
9
1string(754) "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`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `premend`, `online`, `balance`) VALUES ('Methemia', '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', '-1112035484', '1', '0', '0', '0', '', '0', '0', '0', '10', '10', '10', '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.

I have problem with znote acc
OTX 2 D;
 
Before creating a new thread anneasy way would be to search on that error on the forum first, I found this:
https://otland.net/threads/znote-error-create-players-rep.241141

Quoting the solution by forgee
Your thread stack is at the smallest possible size. Try setting it to the default, 196608 if you're using a 32-bit OS or 262144 for 64-bit.
More information can be found here: http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_thread_stack

Where the configuration files for mysql is located depends on which OS you are using. If you're on Windows you likely have a menu in your server package package (ex. Uniserver) to edit config values or open the config file.


In the file you have open called "my", change thread_stack to 256K.
 
Back
Top