That's because the version of world.exe you're running was compiled using Perl 5.12. You have 2 options:
1. Download/install Perl 5.12
--OR--
2. Download source, search the project for instances of 'perl512.lib', change to 'perl510.lib', and compile. I searched an older source, but I found 2 files with this reference in World\EQWParser.cpp and Zone\embperl.cpp, both obviously in my eqemu source folder.
|