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.