bzug0 Posted June 1, 2006 Share Posted June 1, 2006 Hello I have this strange problem, maybe because the gcc version or something. I've compiled my mod in gcc 4.1(or something like this) and in some linux servers they get a lot of info string length exceeded and "^1Error: BotLibShutdown: bot library used before being setup", and btw I didn't touch the botlib. But in some servers everything looks normal, even in my server. The server that gets problems is running redhat with kerner 2.4. Can anyone help? Link to comment Share on other sites More sharing options...
bzug0 Posted June 1, 2006 Author Share Posted June 1, 2006 btw fotgot to say that I've compiled this in fedora core 5 (kernel 2.6) Link to comment Share on other sites More sharing options...
stubert Posted June 1, 2006 Share Posted June 1, 2006 the platforms you've compiled and are running it on are very different the old redhat has what, gcc 3.4 and 2.4 kernel? and your compile machine uses 4.2 and 2.6? very different, i wouldn't expect it to work completly Link to comment Share on other sites More sharing options...
bzug0 Posted June 2, 2006 Author Share Posted June 2, 2006 The old redhat uses gcc 2.9.3 :s Link to comment Share on other sites More sharing options...
stubert Posted June 2, 2006 Share Posted June 2, 2006 don't mix and match like that =S Link to comment Share on other sites More sharing options...
bzug0 Posted June 8, 2006 Author Share Posted June 8, 2006 Looks like the versions "incompatibility" doesnt exist. I've compiled the mod in the server and it keeps doing a lot of Info String Length Exceeded, I havent been able to fix this but the BotLib and the Segmentation fault I gets have been fixed by changing the flags in makefile to compile. Im compiling with gcc using this: CFLAGS = -I../cgame -I../ui -I../qcommon -I../server -I../icarus -I../ghoul2 -w -DQAGAME -D_JK2 -D__linux__ -DFINAL_BUILD -static I dont know if this are the correct flags but any help would help. Link to comment Share on other sites More sharing options...
bzug0 Posted June 8, 2006 Author Share Posted June 8, 2006 forget everything, the mistake was in flags -static gives me Info String Length Exceeded :s i've took him off, everything fine now Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.