How do I download the windows version of Rust DS on Linux? (No LGSM)
If I use steamcmd it just downloads the linux version.
Should I download the windows DS using my PC and then upload all the files to the VPS?
Does running Wine with windows DS still give better performance then running the unoptimized linux DS? (On Debian 8)
When I ran the linux DS I couldn't send any commands to the console due to the 'no output glitch'. Couldn't get rcon working either. This made the DS pretty much useless haha.
Solved Download Windows DS on Linux (@sSteamCmdForcePlatformType)
Discussion in 'Rust Discussion' started by MegaMech, May 1, 2016.
-
Wulf Community Admin
If you want to force SteamCMD to download a difference version, just use @sSteamCmdForcePlatformType "windows" before downloading it.
The Linux server has no console, it's not a glitch, it just doesn't exist. -
Thanks for your help. -
Wulf Community Admin
-
-
Wulf Community Admin
-
For example: Building Wine - WineHQ Wiki
Neither of these directories reflect my wine install. (apt-get install wine)
Code:~/wine-dirs/wine64-build/ ../wine-source/configure --enable-win64
Any idea where I can get started? I find a lot of stuff for ubuntu or its outdated. I haven't installed oxide yet either.
Startup script: "WINEARCH=win64 WINEPREFIX=~/.wine64 wine RustDedicated.exe -batchmode -load"
Error:
Code:fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2 Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. err:systray:initialize_systray Could not create tray window fixme:heap:HeapSetInformation 0x3a4000 0 0x23fda0 4 fixme:system:SetProcessDPIAware stub! fixme:heap:HeapSetInformation 0x1c3d000 0 0x23f200 4 Mono path[0] = 'Z:/home/main/rust/RustDedicated_Data/Managed' Mono path[1] = 'Z:/home/main/rust/RustDedicated_Data/Mono' Mono config path = 'Z:/home/main/rust/RustDedicated_Data/Mono/etc' wine: Call from 0x7f44a1ab4cfc to unimplemented function KERNEL32.dll.RtlInstallFunctionTableCallback, aborting Crash!!!
-
Wulf Community Admin
-