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

Solved [ZnoteAAC] Thread stack problems

Status
Not open for further replies.

haji h ali

Member
Joined
Sep 10, 2013
Messages
59
Reaction score
6
How can I solve this?

wTMFQXH.png
 
Solution
How can I solve this?

wTMFQXH.png
If you go to UniserverZ -> Core -> MySQL -> my.ini
and change
Code:
thread_stack = 192K
to
Code:
thread_stack = 256k

It should work then.


Edit, forgot to say. Remember to turn off the Mysql server before you change the thread stack then turn it on again.
How can I solve this?

wTMFQXH.png
If you go to UniserverZ -> Core -> MySQL -> my.ini
and change
Code:
thread_stack = 192K
to
Code:
thread_stack = 256k

It should work then.


Edit, forgot to say. Remember to turn off the Mysql server before you change the thread stack then turn it on again.
 
Last edited:
Solution
Status
Not open for further replies.
Back
Top