View Single Post
CS1.5+standard DLL+linux = strange segfault bug
Old
  (#1)
cruft
Guest
 
Status:
Posts: n/a
Default CS1.5+standard DLL+linux = strange segfault bug - 27-06-2004

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?
  
Reply With Quote