EOSERV Forum > EOSERV > EOSERV.exe Error
Topic is locked.
Page: << 1 >>
EOSERV.exe Error
Author Message
Post #122351 EOSERV.exe Error

When I run my eoserv.exe in r254 I get this:

terminate called after throwing an instance of 'std::runtime_error' what<>: Configuration file not found: config.local.ini


This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

13 years, 20 weeks ago
Post #122386 Re: EOSERV.exe Error

Assuming it's a completely unmodified version of the code, it sounds like your compiler is broken and unable to catch exceptions properly (or compiled with -fno-exceptions). I had problems with every exception thrown crashing using an experimental gcc-4.7 version, but the official mingw.org gcc-4.5 distribution I have works flawlessly.

Also, if you linked without "-static-libgcc -static-libstdc++", make sure you have the right compiler's libstdc++ and libgcc DLLs in the EOSERV directory.

13 years, 20 weeks ago
Post #122438 Re: EOSERV.exe Error
Sausage posted: (12th Jan 2012, 11:31 am)

Assuming it's a completely unmodified version of the code, it sounds like your compiler is broken and unable to catch exceptions properly (or compiled with -fno-exceptions). I had problems with every exception thrown crashing using an experimental gcc-4.7 version, but theofficialmingw.orggcc-4.5 distribution I have works flawlessly.

Also, if you linked without "-static-libgcc -static-libstdc++", make sure you have the right compiler's libstdc++ and libgcc DLLs in the EOSERV directory.


I love you. <3 & I love the new config. xD
Edit: Does Apollo's tutorial on adding new quest actions/rules still work for the new way of coding?
13 years, 20 weeks ago
Post #123069 Re: EOSERV.exe Error

   

13 years, 20 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > EOSERV.exe Error