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

Can't load script system, CMD stops responding

skifft92

New Member
Joined
May 26, 2011
Messages
29
Reaction score
0
upload_2013-9-28_3-53-39.png

This is the message I get and I have no idea what is wrong.

Would really apprieciate some help :)
 
About the problem with the
max_allowed_packet
go to
Code:
C:\"""Uniserver or Xampp""\usr\local\mysql
and open the file my.ini and change the value of

Code:
SET GLOBAL max_allowed_packet= x
to
Code:
SET GLOBAL max_allowed_packet=16mb
and try if that fix the packet problem.
 
About the problem with the go to
Code:
C:\"""Uniserver or Xampp""\usr\local\mysql
and open the file my.ini and change the value of

Code:
SET GLOBAL max_allowed_packet= x
to
Code:
SET GLOBAL max_allowed_packet=16mb
and try if that fix the packet problem.

That's just a warning, doesn't really need to be fixed.

@CrasH, you've still got a bug in your libs, probably the same file. Post it here so someone can proof it.
 
Did it work sometime before?
Which systems / scripts did you add?
Whole thread does not even contain the server version you are using.. like always.
Do you have any mods which you did add to your server lately?
 
Back
Top