@Infinitypl
For LXC Ubuntu 14.04.3 (quickly, to be improved) :
Install Oxide after...Code:sudo su apt-get update apt-get upgrade -y mkdir /opt/rust STEAMCMD_URL=http://media.steampowered.com/installer/steamcmd_linux.tar.gz echo "deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main" > /etc/apt/sources.list.d/wine.list dpkg --add-architecture i386 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5A9A06AEF9CB8DB0 apt-get update apt-get install -y --no-install-recommends wine1.7-amd64 lib32gcc1 xvfb xauth libdbus-1-3 mkdir /opt/steamcmd cd /opt/steamcmd/ apt-get install -y byobu wget nano wget $STEAMCMD_URL tar -xzf steamcmd*.tar.gz /opt/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir /opt/rust +app_update 258550 -beta experimental validate +quit cd /opt/rust/ byobu xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' wine64 RustDedicated.exe -batchmode +server.hostname "SERVER NAME" +server.port 28015 +server.identity "rustserver" +server.maxplayers 250 +rcon.port 28016 +rcon.password "RCON_PASSWORD" +rcon.ip 0.0.0.0 -logFile "/opt/rust/out.txt"
Setting up a server on Wine
Discussion in 'Guides and Tips' started by Wulf, Jun 9, 2015.
-
@CestPasFaux is it for ubuntu 14.04 server? Not the desktop one?
[DOUBLEPOST=1451776736,1451749283][/DOUBLEPOST]@AndrejP do you still have the same problem? -
Hello Infinitypl
Today I have make the same procedure again as I posted before. I make it on fresh installed Ubuntu desktop 14.04, wine 1.8, winetricks, wine-gecko and now it works. Rust server running, can connect to it, and .cs plugins are now loading correctly. But still remains disconnecting problem that I described in my post. -
I'm running Debian 8 server and after lots of problems i got Wine installed but now i just hit a road bump more..
@digfordiamonds:/home/steam/rust# WINEARCH=win64 WINEPREFIX=~/.wine64 wine RustDedicated.exe -batchmode -load
fixme:heap:RtlSetHeapInformation 0x1800000 0 0x16efdb0 4 stub
fixme:system:SetProcessDPIAware stub!
fixme:heap:RtlSetHeapInformation 0x3380000 0 0x16ef240 4 stub
Mono path[0] = 'Z:/home/steam/rust/RustDedicated_Data/Managed'
Mono path[1] = 'Z:/home/steam/rust/RustDedicated_Data/Mono'
Mono config path = 'Z:/home/steam/rust/RustDedicated_Data/Mono/etc'
fixme:win:EnumDisplayDevicesW ((null),0,0x16ef2e0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x16ef2e0,0x00000000), stub!
err:winediag:nulldrv_CreateWindow Application tried to create a window, but no driver could be loaded.
err:winediag:nulldrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Any know of a fix? -
Wulf Community Admin
-
Guys, can i run rust LEGACY server on ubuntu? Im a trying, but this not started.
-
I wish Garry and his team would go ahead and make a dedicated server build for Linux. But until then..... I guess we'll suffer with wine.
-
Wulf Community Admin
-
So, I have done everything, server is UP but I can't see "normal console" like on windows. I mean I see only bunch of shit instead of server console. Anyone had something like this?
Screenshot -
-
-
-
-
Wulf Community Admin
-
Jeez... Why this post exist if there are a linux version?? <3
-
Will it have you? -
-
log.txt:
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application. -
Wulf Community Admin
-
Ohh... @Wulf, you are talking of a Linux version for the old Rust, no?
Or you mean than experimental works on linux? Oo