[Help] Gs crush

pkforfun

Member
Joined
Dec 11, 2016
Messages
57
Reaction score
5
Server run ok but it's an error...
When someone want to create a guild GameServer crush and shut down with this error...
Someone khow how to fix this ?
Vers 97d
 

Attachments

  • 20211225_184433.jpg
    20211225_184433.jpg
    2.3 MB · Views: 19
Looks like an unhandled error (based on fprintf call I guess the server is unsuccessfully trying to write an error in a file) https://www.tutorialspoint.com/c_standard_library/c_function_fprintf.htm.

Check if you have a config for guild creation that could change the server behaviour. Also, check if you have all related tables, columns and pocedures. What are they, I have no idea but this is the path I would follow to trace the problem.