View Single Post
  #1  
Old 03-28-2019, 08:31 AM
mx4life
Fire Beetle
 
Join Date: Mar 2019
Posts: 9
Default Zone crashes in XS__ChooseRandom

Been building the latest source from github and got it working (mostly), but my zone.exe keeps crashing every time a perl quest script uses quest::ChooseRandom(...). ( embparser_api.cpp (1535): XS__ChooseRandom )

I'm building it with Visual Studio 17 Community edition as 64 bit on 64 bit version of windows 7. Got ActivePerl 5.16.3.1604 x64 installed that it builds against. I tried installing ActivePerl 5.26.3.2603 x64, but that one did not contain a perl526.lib file, but instead had a libperl526.a (unix lib?).

Other perl quest scripts seems to work, it's just ChooseRandom that crashes the zone, so I don't think I have screwed up the build completly.

Zone crash log

https://gist.github.com/Akkadius/3c0...962b5045c3f094

Last edited by Akkadius; 03-28-2019 at 10:44 PM..
Reply With Quote