This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. This is the error message I get when I attempt to load a script. Of course if I load a script with errors in it the server will tell me as usual but once a valid script is loaded the server will give this message and crash. Log: Faulting application name: Server.exe, version: 0.0.0.0, time stamp: 0x52d699eb Faulting module name: libstdc++-6.dll, version: 0.0.0.0, time stamp: 0x516ee7b6 Exception code: 0x40000015 Fault offset: 0x00019d8d Faulting process id: 0x1f00 Faulting application start time: 0x01cf891689e18f4c Faulting application path: C:\Users\...snip...\Pokemon Online\Server.exe Faulting module path: C:\Users\...snip...\Pokemon Online\libstdc++-6.dll Report Id: cba32523-f509-11e3-a75d-402cf492059d
Oh I thought I replied to this: Anyway, I'm a bit hazy on the situation regarding it, but there are some issues with the script engine on windows. I know running a server in Debug will constantly and immediately crash the moment someone tries to log in. However, it looks like you're just running a Server in Release. I think Coyo was going to recompile differently for next version or something. Again, I'm a bit hazy on this situation since I haven't dealt with it in months, but at least you know you aren't being completely ignored. I haven't had any issues with scripts that I can recall when building and running my own Server, that might be a solution for you.
I found out an interesing thing about this. 64bits version of windows is unnafected by this error. When I tried with 32 bits I was getting this error, now with 64, the problem is gone. No idea why!
It's dependent on the qt version for some reason That's why the release page has two downloads. The one with qt5.0.2 in its name is the one you want