Trying to run a windows application. Getting a strange error

Questions about Wine on Linux
Locked
Matt0723
Newbie
Newbie
Posts: 1
Joined: Wed Dec 31, 2014 3:15 pm

Trying to run a windows application. Getting a strange error

Post by Matt0723 »

Hello, I am trying to run a windows application under wine. When I run the app using this script,

cd /home/rust/servers/rust1/ && screen -X -S old_rust quit && \
screen -dmS old_rust wine ./rust_server.exe -batchmode -cfg "./config.cfg" -port 28015 -maxplayers 75 -datadir "serverdata/"

I am getting this error from wine, http://i.imgur.com/ceJJCMZ.png .
My server is running Ubuntu 14.04 x64.
Any help would be appreciated.
Locked