Problem running srcds.exe in Debian 7.1 using wine 1.4

Questions about Wine on Linux
Locked
orudie
Newbie
Newbie
Posts: 1
Joined: Mon Aug 19, 2013 12:39 pm

Problem running srcds.exe in Debian 7.1 using wine 1.4

Post by orudie »

Hello guys.

After two days of searching all kinds of sources - steam forums, google, etc.. etc... I am still having a hard time running srcds.exe using wine in Debian Server 7.1

I followed this guide http://maurits.tv/data/garrysmod/wik...indexa073.html

It mentions that it is possible to run it using only the command line and connecting with ssh to the linux server.


This command works okay, and does what it suppose to.
wine hldsupdatetool -command update -game alienswarm -dir "/home/ts3/source-server/windows/server/swarm-server"

But, when starting the server using command below, wine starts for just a few seconds then stops.
wine srcds.exe -console -game swarm +map lobby -maxplayers 4 -port 27016 +hostname -lan 0 +exec server.cfg

output in the Xvfb :1 screen:
1 XSELINUXs still allocated at reset
SCREEN: 0 objects of 176 bytes = 0 total bytes 0 private allocs
DEVICE: 0 objects of 96 bytes = 0 total bytes 0 private allocs
CLIENT: 0 objects of 152 bytes = 0 total bytes 0 private allocs
WINDOW: 0 objects of 32 bytes = 0 total bytes 0 private allocs
PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs
GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs
CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs
CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs
DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs
TOTAL: 1 objects, 16 bytes, 0 allocs
1 PIXMAPs still allocated at reset
PIXMAP: 1 objects of 16 bytes = 16 total bytes 0 private allocs
GC: 0 objects of 56 bytes = 0 total bytes 0 private allocs
CURSOR: 0 objects of 8 bytes = 0 total bytes 0 private allocs
CURSOR_BITS: 0 objects of 8 bytes = 0 total bytes 0 private allocs
DBE_WINDOW: 0 objects of 24 bytes = 0 total bytes 0 private allocs
TOTAL: 1 objects, 16 bytes, 0 allocs
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!

I do not see srcds.exe or wine running. Wine starts only for a few seconds, and dies.

Any ideas?

Thanks in advance.
Locked