Script causing client to hang

I’ve created some scripts using C# and they’ve been working perfectly fine in my personal testing server. However, when the scripts are added to the server on a Windows VPS I have, the scripts will cause the client to just hang. No crashes. No errors. Everything just stops and I have to quit through the F8 menu.

Part of this script accesses our database. I know some of the stuff is working properly because I can see all the events being registered in the server console. The scripts will also automatically create tables in the database if they don’t already exist. This also worked perfectly fine on the server. Everything seems to just grind to a halt any time the BaseScript.TriggerEvent method is called. I have no idea where to go because I don’t get any feedback from the game or the server. I’m hoping someone might have an idea of where to even start looking because I’m at a loss.


^^ logs showing the scripts starting up correctly

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.