Sausage
Administrator
Joined: 26th Jul 2008
Posts: 1346
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
|
UndeadEO
Joined: 11th Jun 2011
Posts: 710
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
|
Pine

Joined: 20th Dec 2011
Posts: 1179
Re: EOSERV.exe Error
13 years, 20 weeks ago
| | |