#1 2014-03-20 17:31:27

Jdar2
Player
Reputation: 0
Registered: 2014-03-20
Posts: 3
Website
Windows 8 Firefox 27.0

BF1942 Linux server problems

Ohaidere, I've been trying to run a BF1942 Linux dedicated server from the links you've provided(like the 1.6-rc2.run, upgraded it and everything, however when trying to start the server i get this:

start.sh: using dynamically linked binary
start.sh: 34: exec: ./bf1942_lnxded: not found

I've tried not upgrading to the next version. I've tried every possible combination.
Another thing is when running the .run file at the end after accepting the EULA's and selecting the directory of it i get this.

./license.sh: 55: test: -a: unexpected operator

Installation complete.
Not sure if that has anything todo with it
The system is running Ubuntu sever 13.10 X64.

Offline

    Positive reputation 0   Negative reputation 0

#2 2014-03-21 00:21:43

Mortiis
Player
Reputation: 0
Registered: 2014-03-14
Posts: 4
Windows 7 Firefox 27.0

Offline

    Positive reputation 0   Negative reputation 0

#3 2014-03-21 20:39:46

Jdar2
Player
Reputation: 0
Registered: 2014-03-20
Posts: 3
Website
Windows 8 Firefox 28.0

Re: BF1942 Linux server problems

Fixed the license warning, but i still get the start.sh: error.

Offline

    Positive reputation 0   Negative reputation 0

#4 2014-03-24 21:41:24

tuia
BFSoldier
Portugal
Reputation: +1093
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website
Windows XP Firefox 28.0

Re: BF1942 Linux server problems

Probably, you have to create symbolic file manually, but start.sh script should do it:

ln -s bf1942_lnxded.static bf1942_lnxded

Or edit start.sh script and remove these lines:

# use ldd to look for 'not found' errors
if ldd bf1942_lnxded.dynamic 2>&1 | grep -q -i not\ found; then

else
   echo "$0: using dynamically linked binary";
   ln -s bf1942_lnxded.dynamic bf1942_lnxded;
fi

Offline

    Positive reputation 0   Negative reputation 0

#5 2014-03-27 04:36:05

Jdar2
Player
Reputation: 0
Registered: 2014-03-20
Posts: 3
Website
Windows 8 Firefox 28.0

Re: BF1942 Linux server problems

tuia wrote:

Probably, you have to create symbolic file manually, but start.sh script should do it:

ln -s bf1942_lnxded.static bf1942_lnxded

Or edit start.sh script and remove these lines:

# use ldd to look for 'not found' errors
if ldd bf1942_lnxded.dynamic 2>&1 | grep -q -i not\ found; then

else
   echo "$0: using dynamically linked binary";
   ln -s bf1942_lnxded.dynamic bf1942_lnxded;
fi

I just reinstalled the vps with a x86 version of ubuntu, 1942 probably doesn't like x64

Offline

    Positive reputation 0   Negative reputation 0

#6 2014-12-06 11:49:02

oliva
Member
Spain
Reputation: +5
Location: Córdoba
Registered: 2013-08-22
Posts: 19
Website
Windows XP Chrome 39.0

Re: BF1942 Linux server problems

hello you repair it ?

Offline

    Positive reputation 0   Negative reputation 0

#7 2014-12-06 13:13:13

tuia
BFSoldier
Portugal
Reputation: +1093
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website
Windows 7 Opera 11.64

Re: BF1942 Linux server problems

In this topic it is explained how to run BF1942 Linux server in 64 bits OS.

Offline

    Positive reputation 1   Negative reputation 0

Board footer