Strange bug here. For a standard DLL on a CS1.5 linux platform, I get a segfault if the following engine funcs are set in GiveFnptrsToDll:
pengfuncsFromEngine->pfnGetFileSize = pfnGetFileSize;
pengfuncsFromEngine->pfnIsCareerMatch = pfnIsCareerMatch;
When these lines are commented out, everything works fine.
This happens for joebot (see this thread:
http://forums.bots-united.com/showthread.php?t=1821).
I also tried HPB template 4 as a reference but it also has this same problem.
Anyone else encounter this bug?