RegisterRegister    Log inLog in    SearchSearch   

Post new topic   Reply to topic
 
View previous topic :: View next topic  
Author Message
theWeird



PostPosted: Mon Oct 06, 2008 5:38 pm    Post subject: Problems with battlefield1942 Reply with quote

Hey there

on request of a customer I installed BF on my linux server and wanted to start it.
The server hang up in progress "starting", the error log got more and more entries with Error 2 in start.sh.
The problem was found really quickly: there is no start.sh!
Can you tell me where I can get the missing files?
Back to top
View user's profile Send private message
adbot



PostPosted: Thu Mar 31, 2011 3:57 am 

theWeird



PostPosted: Thu Oct 09, 2008 8:54 pm    Post subject: Reply with quote

No one can help me?
Back to top
View user's profile Send private message
Kybber



PostPosted: Fri Oct 10, 2008 7:32 am    Post subject: Reply with quote

Did you install the game via Gamecreate, or did you unpack a tarball?

In either case, you should be able to find everything you need for BF1942
at the hands down biggest mess of an FTP-site known to mankind:
ftp://largedownloads.ea.com/pub/

If you are missing start.sh, then you are most likely missing more files as
well. But I'll post it here just in case it's all you really are missing:

Code:
#! /bin/sh

# Tell non-linux users not to use start.sh.
# This is probably not the most elegant way of doing it.
MYSYS=`uname`

if [ x"$MYSYS" != x"Linux" ]; then
   cat << _EOM_
The start.sh shell script only works when running Linux. For help with running
the server on your platform ($MYSYS), please see the various threads at the
official beta forum: http://bf1942.lightcubed.com/forum .

For FreeBSD, follow these steps:
- Enable Linux binary compatibility
- Symbolically link from bf1942_lnxded.static to bf1942_lnxded
- Replace start.sh in the documentation with bf1942_lnxded
_EOM_
   exit 1;
fi

# remove old symbolic link
rm -f bf1942_lnxded

# use ldd to look for 'not found' errors
if ldd bf1942_lnxded.dynamic 2>&1 | grep -q -i not\ found; then
   echo "$0: using statically linked binary";
   ln -s bf1942_lnxded.static bf1942_lnxded;
else
   echo "$0: using dynamically linked binary";
   ln -s bf1942_lnxded.dynamic bf1942_lnxded;
fi

# launch binary
exec ./bf1942_lnxded $@
Back to top
View user's profile Send private message
theWeird



PostPosted: Tue Oct 14, 2008 6:39 pm    Post subject: Reply with quote

Unfortunatly you are right, I don't have a binary
On this FTP I can't find server files for BF1942, seems they have deleted old stuff...
Back to top
View user's profile Send private message
theWeird



PostPosted: Fri Oct 24, 2008 7:38 pm    Post subject: Reply with quote

Sorry, but the same question again:
No one can help me?
Back to top
View user's profile Send private message
Kybber



PostPosted: Fri Oct 24, 2008 9:23 pm    Post subject: Reply with quote

I'll put the 1942 Linux dedicated server files up on a host for download. Hang
on for PM.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum powered by phpBB © 2001, 2005 phpBB Group
GameCreate Service Terms | Privacy Policy | © Copyright Mammoth Media 2001-2007
GameCreate™ is a trademark of Mammoth Media Pty Ltd. GameCreate® is a registered trademark in Australia.