Bond_ded.exe + Wine 1.4.1 + Debian 7 = Crash

Questions about Wine on Linux
Locked
nightfireplayer
Newbie
Newbie
Posts: 3
Joined: Fri Feb 07, 2014 1:35 am

Bond_ded.exe + Wine 1.4.1 + Debian 7 = Crash

Post by nightfireplayer »

Hey there, I've been trying to host a 007 Nightfire server (for two days) using Wine 1.4.1. but all I do get are continuous crashes from the moment I execute Bond_ded.exe
I switched back to Wine 1.0.1. and it worked fine for a while but then it started crashing again. Funny thing is, I've done the same thing on Debian 6 Squeeze 64 bit and it worked just fine on the first try, no issues whatsoever.

Commands I used to install wine 1.4.1.:

Code: Select all

rm -R ~/.wine
apt-get install wine
apt-get install winetricks
Logs:
(Now currently using 1.4.1. + Debian 7 64 bit)
Here's the crash log using warn+all (Command line used via SSH: "WINEDEBUG=warn+all wine Bond_ded.exe -port 26015 -queryport 6550 +maxplayers 32 +map ctf_romania +exec listip.cfg +mapcyclefile mapcycle.txt +servercfgfile server.cfg >winedbg.log 2>&1"):

http://pastebin.com/HDq9Ded9

Apparently there are some missing dll's but why is it looking for them inside the nfserver folder?

Using relay (6mb file):
http://www.whileago.com/nffiles/winedbgnew.log

If you want to reproduce the crash:
http://nightfire.dyndns.org/files/NightfireServer.exe

Am I missing something here? Thanks in advance.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Bond_ded.exe + Wine 1.4.1 + Debian 7 = Crash

Post by dimesio »

1.4.1 is old and no longer supported. Upgrade to the latest development release. If it still doesn't work, post plain terminal output without any debug channels enabled.
nightfireplayer
Newbie
Newbie
Posts: 3
Joined: Fri Feb 07, 2014 1:35 am

Re: Bond_ded.exe + Wine 1.4.1 + Debian 7 = Crash

Post by nightfireplayer »

dimesio wrote:1.4.1 is old and no longer supported. Upgrade to the latest development release. If it still doesn't work, post plain terminal output without any debug channels enabled.
Thank you for your reply. I've tried the following (below) countless times but I still can't figure out how to install the dependencies. I even tried apt-get install -f but all it did was delete the package from the system.

Here's what I've tried:

Code: Select all

root@server:/home/nfserver# dpkg -i libwine-unstable_1.7.11-0.1_i386.deb
Selecting previously unselected package libwine-unstable:i386.
(Reading database ... 142791 files and directories currently installed.)
Unpacking libwine-unstable:i386 (from libwine-unstable_1.7.11-0.1_i386.deb) ...
dpkg: dependency problems prevent configuration of libwine-unstable:i386:
 libwine-unstable:i386 depends on libc6 (>= 2.17); however:
  Version of libc6:i386 on system is 2.13-38.
 libwine-unstable:i386 depends on libgphoto2-6 (>= 2.5.2); however:
 libwine-unstable:i386 depends on libgphoto2-port10 (>= 2.5.2); however:
 libwine-unstable:i386 depends on liblcms2-2; however:
 libwine-unstable:i386 depends on libxml2 (>= 2.9.0); however:
  Version of libxml2:i386 on system is 2.8.0+dfsg1-7+nmu2.

dpkg: error processing libwine-unstable:i386 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libwine-unstable:i386
root@server:/home/nfserver# 
Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Bond_ded.exe + Wine 1.4.1 + Debian 7 = Crash

Post by dimesio »

From what you posted it looks like you need newer versions of libc6:i386, libgphoto2-6, libgphoto2-port10, liblcms2-2, and libxml2. As to where to get them, ask your distro. I don't use Debian, so I can't help with that, and it's not really a Wine question.
nightfireplayer
Newbie
Newbie
Posts: 3
Joined: Fri Feb 07, 2014 1:35 am

Re: Bond_ded.exe + Wine 1.4.1 + Debian 7 = Crash

Post by nightfireplayer »

Alright, thank you very much. I'll try fixing the dependencies problem. This topic can be locked now.
Locked