Jump to content

Home

Linux server problem


bzug0

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...