Hello! I have a problem, when i try open the worldserver this when finally start this generate the error: [UnhandledExceptionHandler]: Object reference not set to an instance of an object. I need a solution :/
10/26/2019 11:05Zagith#2
Hi, this error mean that a object isn't instantiated so it is null, you can find the location reading the console log and debug it with a break point for find the nullable object. Google is full of solutions forthis error.