[Server Scripting] This application has requested the Runtime to terminate...

Discussion in 'Server and Client Scripting' started by Homura, Jun 16, 2014.

  1. Homura

    Homura Member

    Joined:
    May 22, 2012
    Messages:
    43
    Likes Received:
    0
    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
     
  2. Fuzzysqurl

    Fuzzysqurl baa baa mareep I do what I want Server Owner Developer I do what I want Server Owner Developer

    Joined:
    Sep 12, 2012
    Messages:
    2,096
    Likes Received:
    967
    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.
     
  3. Morty.

    Morty. Learning Scripting

    Joined:
    Jan 12, 2014
    Messages:
    32
    Likes Received:
    0
    PO Trainer Name:
    Morty
    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!
     
  4. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    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