Issues running Rust server with WINE on Debian(Wheezy)

Questions about Wine on Linux
Locked
stingwraith
Newbie
Newbie
Posts: 2
Joined: Wed Jan 15, 2014 11:54 pm

Issues running Rust server with WINE on Debian(Wheezy)

Post by stingwraith »

Hi, I'm trying to run a Rust game server on my VPS. I've installed and connected through Gnome and I'm trying to get my rust_server.exe to run on WINE. When I try to run it(and just about every other .exe) i get errors. In the case of Rust the errors are as follows:

"GL: Failed to choose pixel format for dc 388
GLContext warn: failed to setup offscreen pixel format:Success
GLContext: Failed to create offscreen context:Success

Failed to initialize direct3d 9
Make sure you have DirectX 9.0c installed, have drivers for your graphics card, and have not disabled 3d acceleration in display settings.

InitializeEngineGraphics failed"



I don't know where to begin to try and fix these issues. This also seems a bit weird because I'm running a dedicated server so theoretically, graphics shouldn't even be a factor.


Any help would be GREATLY appreciated. Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issues running Rust server with WINE on Debian(Wheezy)

Post by dimesio »

Wine version? If it's not the latest development release, upgrade. If it still doesn't work, post terminal output.
stingwraith
Newbie
Newbie
Posts: 2
Joined: Wed Jan 15, 2014 11:54 pm

Re: Issues running Rust server with WINE on Debian(Wheezy)

Post by stingwraith »

I'm running wine 1.4.1. And Dev release not stable? And I'm running it through the GUI so as far as I know there isn't a console. Thanks for the reply:)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issues running Rust server with WINE on Debian(Wheezy)

Post by dimesio »

1.4.1 is no longer supported. The current stable release is 1.6.2, the current development release is 1.7.10. You can try 1.6.2, but if it doesn't work I'm just going to ask you to try 1.7.10. The point is to find out quickly if this is a problem that has already been fixed so we don't waste our time on it.

To get terminal output: http://wiki.winehq.org/FAQ#get_log
kat58
Newbie
Newbie
Posts: 1
Joined: Sat Jan 18, 2014 3:10 pm

Re: Issues running Rust server with WINE on Debian(Wheezy)

Post by kat58 »

I have similar problem. My terminal log: http://pastebin.com/1t4KBLtR
My wine version is 1.7.1
Locked