Log in

View Full Version : rev 2075 zone.exe error


Karayrem
11-30-2011, 10:00 PM
I tried compiling this with vs2008 and it seems all went well with no error but lot of warnings. Anyway, I tried to start the server and I keep getting a window popup error "zone.exe has stopped working" and it keeps popping up until I shut down the server.

Karayrem
11-30-2011, 10:08 PM
I tried vs2010 express with win32 release, and I get a fatal error about not finding mysql.h.

game
12-01-2011, 10:38 AM
I tried compiling this with vs2008 and it seems all went well with no error but lot of warnings. Anyway, I tried to start the server and I keep getting a window popup error "zone.exe has stopped working" and it keeps popping up until I shut down the server.

confirmed, zone.exe crashes on perl load after compiling with 2008 release using perl 5.14

Secrets
12-01-2011, 06:31 PM
confirmed, zone.exe crashes on perl load after compiling with 2008 release using perl 5.14

This is my doing, i'll be reverting perl to 5.10 shortly for v90 toolsets only.

Secrets
12-01-2011, 07:01 PM
Try Vs2008 again with revision 2077 and see if you have the same issue. I reverted Perl to 5.10 for that version of Visual Studio due to the v90 toolset having issues with it, if there's any issues with VS2008 let me know.

As for the mysql.h vs2010 compile errors, make sure your individual project additional include/lib paths match up with what you are compiling against. You can change them all at once by ctrl clicking each project and right clicking and pressing properties. The option will be under general, for Linker and C/C++ respectively.

djkain34
12-03-2011, 01:17 PM
I get a Missing Perl514.dll when trying to run the zone.exe. I have 5.10 installed so I don't know why it would be asking for Perl514

robinreg
12-03-2011, 02:18 PM
vs2008 worked fine with 5.10 and got no error. I think if you tried to compiled the 32bit version using vs2010 then I think you would require to use 5.14.