I have an interesting issue where authserver and worldserver load without any errors. When I login to my account, there is no problem. But when I create a character I get stuck at Creating Character. When I try to login again, it gets stuck at Connected. If I try to login with an existing character, it will get at the loading screen(fully loaded). Then I wouldn't be able to login to my account unless I restart worldserver. I used CMAKE and recompiled several times and still the same.
The error started occurring after creating a custom script. I deleted it and removed it from CustomScriptLoader and from the project itself too. Then I recompiled several times.
PS: my worldserver.conf is just fine. I even replaced it with another one.
I suppose worldserver freezes after the first login attempt I do on every start. What should I do?
Another thing that recently started occurring was:
I started getting over 1500 warnings on every compile stating '*=' conversion from float to uint32. Possible loss of data.
All warnings are of the same type. I get no errors.