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

AAC Error on console

mRefaat

Marketing and Coding
Joined
Jan 18, 2014
Messages
854
Solutions
3
Reaction score
141
Location
Egypt
Hello,

I find this error on console when I create character I get this error
Code:
[2:46:40.895] 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, 'Test', 0, 1, 3, 8, 4, 185, 185, 4200, 68, 76, 78, 39, 128, 0, 0, 35, 35, 0, 100, 1, 2001, 2030, 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)

and when i create character from website i find this error
Code:
Error occured!
Error ID: Cannot save ItemsList. Player ID not set.
More info:

File: C:\UniServerZ\www\classes/itemslist.php   Line: 67
File: C:\UniServerZ\www\classes/player.php   Line: 87
File: C:\UniServerZ\www\pages/accountmanagement.php   Line: 791
File: C:\UniServerZ\www\system/load.page.php   Line: 7
File: C:\UniServerZ\www/index.php   Line: 37

any help ?

Solved
Need to change my.ini ( Thread stack ) to 128M
 
Last edited by a moderator:
Why are u bumping the topic? OP has already solved the issue a few months ago...

Solved
Need to change my.ini ( Thread stack ) to 128M

Also take a look at the end of error message..
128000 bytes needed
Use 'mysqld --thread_stack=#' to specify a bigger stack.

and here's the first link in google:

solutions are everywhere...
 
Back
Top