I'm not sure if this is oxides fault, but when try starting a server with 2.0.424 with cs-Plugins installed it fails:
If i delete all cs-Plugins the server starts and runs fine. This Sevrer is based Centos7 and wine. Can anyone confrim this for windows based server?Code:wine: Fehlerhaftes EXE-Format für Z:\home\rust\rustserver\CSharpCompiler.exe
Solved Error with CSharpCompiler on Wine for Linux
Discussion in 'Rust Discussion' started by Grinsekotze, Mar 8, 2015.
-
Wulf Community Admin
I believe your OS isn't capable of running 32-bit applications, but I'm not an expert with CentOS. You'd need to get the x86 Wine packages and run your server through that and then the compiler should work fine.
-
You are right. Looks like Centos7 is coming with wine x86_64 bit version ONLY. I found this guide to build wine with with 32-bit capability: https://www.centos.org/forums/viewtopic.php?f=48&t=47325&start=10
this kinda works, but...
now it is only capable of running 32bit win apps...
I'm stuck with
Code:wine: Fehlerhaftes EXE-Format für Z:\home\rust\rustserver\RustDedicated.exe
Thinking about swicthing to a Distro with wine for 64 and 32bit... -
There is few explanations about linux and wine:
1. You need x64 wine prefix for run rust dedicated server. It can't work under wine x86 at all.
2. You must have wine v1.7 downloaded via latest winehq repositories. Old version (v1.6) will not work with rust at all.
3. You must install Visual C++ Redistributable 2012 x64 under wine.
4. Not sure if this still needed - but i also installed Visual C++ Redistributable 2010 x86.
5. I'm using ubuntu server x64 with installed ia32-libs, not sure if this have any effect for wine.
And just tested right now - for me both rust server and CSharpCompiler.exe works fine with latest oxide and server.
Hope this can help somehow.Last edited by a moderator: Mar 9, 2015 -
Thank you very much for the explanation. You did help me for sure. I'll try to run a ubuntu server inside docker container for rustdedicated-server, since i do not want to change the OS of my server...
-
Wulf Community Admin
-
@Wulf Visual C++ Redistributable 2012 x64 required by rust server itself, not oxide. Without this i can't run rust server without mods, but i didn't tried run it with latest oxide without redistributables... Also this maybe not actually anymore, not sure.
-
Wulf Community Admin
-
I'm really don't remember is it required or not. Maybe later i can try test it again with fresh installed linux (ubuntu server) and write some steps or so, but maybe only in next weekend.
-
Hep, i been read this post but what about theses pages from steam's alway updated and the icon with pinguin?
I tried to give that to a guy has a linux server but he say me that give no files is this fake page steam?
Regard -
Wulf Community Admin
-
or use something like this from your linux server running steamcmd:
Code:./steamcmd.sh +@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir /target/dir +app_update 258550 +quit
-
Wulf Community Admin
-
Okay yes not interesting at time but that mean steam page is a fake also :/
thanks -
-
Wulf Community Admin
It used to have a Linux version, but it was removed.
-
-
Code:wine ./steamcmd/steamcmd.exe +login anonymous +force_install_dir Z:/home/username/rust/server +app_update 258550 validate +quit