CoD:MW3 dedicated server is freezing while connecting

Questions about Wine on Linux
Locked
Eiermann
Newbie
Newbie
Posts: 1
Joined: Tue Mar 25, 2014 1:04 pm

CoD:MW3 dedicated server is freezing while connecting

Post by Eiermann »

Good Evening Guys,
i tried to run the mw3 dedicated server with wine 1.4, but the application is crashing after a few seconds without any message.
I downloaded / installed the server software via steamcmd as windows application (right now there is no linux version available).

Code: Select all

$ wine iw5mp_server.exe
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
wine: Unhandled page fault on write access to 0x00000081 at address 0x7bc4aa6b (thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc4aa6b
I also created a debug log with the WINEDEBUG flag +relay.
http://games.free-esport.de/wine_mw3.log (contains the whole log, 74MB!).

Further informations:
- Linux 2.6.32-5-xen-amd64 x86_64 GNU/Linux
- 4x i7 Cores / 16GB RAM
- Connected to the internet (other game servers are still running, nothing with wine)
- GNOME GUI
- wine-1.4.1:i386

Anyone can help me solving this problem?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: CoD:MW3 dedicated server is freezing while connecting

Post by dimesio »

Your Wine version is old and no longer supported. Upgrade. If the problem persists in current Wine, post the terminal output including the backtrace (no debug channels set).
Locked