• Experimental Dedicated Server - open to all
    584 replies, posted
errors.html [code] <h3>[AmplifyMotion] Initialization failed. This plugin requires support for Image Effects and Render Textures.</h3><pre></pre><br><br><h3>NullReferenceException: Object reference not set to an instance of an object</h3><pre>AmplifyMotionEffectBase.OnDisable () UnityEngine.Behaviour:set_enabled(Boolean) AmplifyMotionEffectBase:OnEnable() </pre><br><br> [/code] My OS: Linux Debian 7 Kernel: 3.10.23-xxxx-std-ipv6-64 Intel E3-1234 32 GB RAM Same errors.html on: Linux Debian 7 Kernel: 3.9.03.9 Intel i7 3770 32 GB RAM EDIT: Both dedicated/physical servers! Need help or an update ;)
[QUOTE=AngelDeaD;45948677]errors.html [code] <h3>[AmplifyMotion] Initialization failed. This plugin requires support for Image Effects and Render Textures.</h3><pre></pre><br><br><h3>NullReferenceException: Object reference not set to an instance of an object</h3><pre>AmplifyMotionEffectBase.OnDisable () UnityEngine.Behaviour:set_enabled(Boolean) AmplifyMotionEffectBase:OnEnable() </pre><br><br> [/code] My OS: Linux Debian 7 Kernel: 3.10.23-xxxx-std-ipv6-64 Intel E3-1234 32 GB RAM Same errors.html on: Linux Debian 7 Kernel: 3.9.03.9 Intel i7 3770 32 GB RAM EDIT: Both dedicated/physical servers! Need help or an update ;)[/QUOTE] Sometimes you started a server on linux you?
Same error for everyone.
Could we please have an -unsecured option that skips the steam stuff? To be honest, if my linux server doesn't show up in the server list it only means there will be less idiots and hackers on it. If I could *at least* connect to it, I'd be sooooo happy.
[QUOTE=Gachl;45949533]Could we please have an -unsecured option that skips the steam stuff? To be honest, if my linux server doesn't show up in the server list it only means there will be less idiots and hackers on it. If I could *at least* connect to it, I'd be sooooo happy.[/QUOTE] Might aswell have this, as connecting to steam failed. Lets avoid it for now ;)
Did just a tad bit more digging this morning, pretty much the last thing I can think of. find /home/steam/ -name "*.so" | xargs ldd I was just making sure there were no missing references. The only one that it can't find is: libGL.so.1 => not found The funny bit is I can't fix that. I've installed mesa-libGL-9.2.5-5.20131218.el7.i686 which contains libGL.so.1, it's in /usr/lib, added that to LD_LIBRARY_PATH and it still doesn't find it. I know it's not directly related to Steam but felt it worth mentioning.
[QUOTE=TomBodet;45950064]I was just making sure there were no missing references. The only one that it can't find is: libGL.so.1 => not found[/QUOTE] ./RustDedicated_Data/Plugins/x86_64/libCoherentUI_Native.so: ... libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007f08959e3000) not sure which package you need, did you try i368 and ia64 for multi arch? also I'm fairly sure that this library is not actually *required* as rust experimental dedicated servers can run without requiring X. edit: full ldd of all my .so (except that osx one) [QUOTE]./RustDedicated_Data/Mono/x86_64/libmono.so: linux-vdso.so.1 => (0x00007fff1d52d000) librt.so.1 => /path/to/libc6-amd64/lib64/librt.so.1 (0x00007f2e15e5b000) libdl.so.2 => /path/to/libc6-amd64/lib64/libdl.so.2 (0x00007f2e15c56000) libpthread.so.0 => /path/to/libc6-amd64/lib64/libpthread.so.0 (0x00007f2e15a39000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f2e15719000) libm.so.6 => /path/to/libc6-amd64/lib64/libm.so.6 (0x00007f2e15423000) libc.so.6 => /path/to/libc6-amd64/lib64/libc.so.6 (0x00007f2e1507a000) /lib64/ld-linux-x86-64.so.2 (0x00007f2e1657f000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f2e14e64000) ./RustDedicated_Data/StreamingAssets/CoherentUI_Host/linux/libffmpegsumo.so: linux-vdso.so.1 => (0x00007fffe7f80000) libm.so.6 => /path/to/libc6-amd64/lib64/libm.so.6 (0x00007f30bc020000) libpthread.so.0 => /path/to/libc6-amd64/lib64/libpthread.so.0 (0x00007f30bbe02000) libc.so.6 => /path/to/libc6-amd64/lib64/libc.so.6 (0x00007f30bba5a000) /lib64/ld-linux-x86-64.so.2 (0x00007f30bc4c9000) ./RustDedicated_Data/Plugins/x86_64/libSteamNative.so: linux-vdso.so.1 => (0x00007fffa3b6c000) libsteam_api.so => /path/to/libc6-amd64/lib64/libsteam_api.so (0x00007f1ec9bbf000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f1ec989e000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f1ec9688000) libc.so.6 => /path/to/libc6-amd64/lib64/libc.so.6 (0x00007f1ec92e0000) libdl.so.2 => /path/to/libc6-amd64/lib64/libdl.so.2 (0x00007f1ec90dc000) libpthread.so.0 => /path/to/libc6-amd64/lib64/libpthread.so.0 (0x00007f1ec8ebe000) /lib64/ld-linux-x86-64.so.2 (0x00007f1ec9fdd000) libm.so.6 => /path/to/libc6-amd64/lib64/libm.so.6 (0x00007f1ec8bc8000) ./RustDedicated_Data/Plugins/x86_64/libCoherentUI_Native.so: linux-vdso.so.1 => (0x00007fff62fff000) libpthread.so.0 => /path/to/libc6-amd64/lib64/libpthread.so.0 (0x00007fb9e83cf000) librt.so.1 => /path/to/libc6-amd64/lib64/librt.so.1 (0x00007fb9e81c6000) libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007fb9e7f4d000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb9e7c46000) libm.so.6 => /path/to/libc6-amd64/lib64/libm.so.6 (0x00007fb9e7950000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb9e7739000) libc.so.6 => /path/to/libc6-amd64/lib64/libc.so.6 (0x00007fb9e7391000) /lib64/ld-linux-x86-64.so.2 (0x00007fb9e8957000) libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007fb9e716c000) libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007fb9e6f59000) libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007fb9e6d57000) libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007fb9e6b51000) libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007fb9e694f000) libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007fb9e6614000) libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007fb9e63fc000) libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fb9e61db000) libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007fb9e5fd5000) libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007fb9e5dc9000) libdl.so.2 => /path/to/libc6-amd64/lib64/libdl.so.2 (0x00007fb9e5bc4000) libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007fb9e59c1000) libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fb9e57bb000) ./RustDedicated_Data/Plugins/x86_64/libeasyanticheat.so: linux-vdso.so.1 => (0x00007fff6dbaf000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f2ba3650000) libpthread.so.0 => /path/to/libc6-amd64/lib64/libpthread.so.0 (0x00007f2ba3432000) libc.so.6 => /path/to/libc6-amd64/lib64/libc.so.6 (0x00007f2ba308a000) libm.so.6 => /path/to/libc6-amd64/lib64/libm.so.6 (0x00007f2ba2d94000) /lib64/ld-linux-x86-64.so.2 (0x00007f2ba3b89000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f2ba2b7e000) ./libsteam_api.so: linux-vdso.so.1 => (0x00007fff3c4b4000) libdl.so.2 => /path/to/libc6-amd64/lib64/libdl.so.2 (0x00007f7d2e731000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f7d2e410000) libpthread.so.0 => /path/to/libc6-amd64/lib64/libpthread.so.0 (0x00007f7d2e1f3000) /lib64/ld-linux-x86-64.so.2 (0x00007f7d2eb48000) libc.so.6 => /path/to/libc6-amd64/lib64/libc.so.6 (0x00007f7d2de4b000) libm.so.6 => /path/to/libc6-amd64/lib64/libm.so.6 (0x00007f7d2db55000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f7d2d93e000)[/QUOTE] file .so [QUOTE]./RustDedicated_Data/Mono/x86_64/libmono.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x1998427679d97e3a436280c42a28ace09e1b319b, stripped ./RustDedicated_Data/StreamingAssets/CoherentUI_Host/linux/libffmpegsumo.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x898489b67152ec3ac3f7afb652f1440659ce3bd5, stripped ./RustDedicated_Data/Plugins/x86_64/libSteamNative.so: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=0x6f2544e79ec03c3491ae4246375fd7e40aa67c4d, not stripped ./RustDedicated_Data/Plugins/x86_64/libCoherentUI_Native.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x134408f6f171e9579469269fb542befe26e5c3cf, stripped ./RustDedicated_Data/Plugins/x86_64/libeasyanticheat.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x3ea6fb0132bdf2d53d82f4704143d9d717633863, not stripped ./libsteam_api.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x423a64dc9f36518f79ebc914a091ad55296b931b, not stripped [/QUOTE]
Please add support for Russian language. [IMG]http://s017.radikal.ru/i412/1409/e9/356e16b743a6.png[/IMG]
Cant you just type English? I'd say priorities are elsewhere now ;)
[QUOTE=Gachl;45950097]./RustDedicated_Data/Plugins/x86_64/libCoherentUI_Native.so: ... [/QUOTE] I'm an idiot, ty. 64 bit, I grabbed 686 for some dumb reason. That was it. ETA: No that didn't fix anything, but my ldd comes out clean now. :D
[QUOTE=p1nou;45949480]Sometimes you started a server on linux you?[/QUOTE] Not yet. When ever, steam update rust, I update server files and try to run, but same errors every time. Last update: 5 minutes ago.
It seems that there was an update. Still getting invalidticket.
I installed a server and somehow the server doesnt show up in the server list.
Is there a rcon command list anywhere?
[QUOTE=infusednz;45967806]Is there a rcon command list anywhere?[/QUOTE] Type "find ." without quotes into rcon. Also if you search you'll find a complete list, just as surely as it's been linked before.
Not sure why no one has mentioned the moderatorid command... that's the answer to everyones problem.
[QUOTE=infusednz;45968383]Not sure why no one has mentioned the moderatorid command... that's the answer to everyones problem.[/QUOTE] [url]http://facepunch.com/showthread.php?t=1424091&p=45959685&viewfull=1#post45959685[/url]
Anyone try to work with Server query on expiremental? I try this [url]https://developer.valvesoftware.com/wiki/Server_queries[/url] and this [url]https://developer.valvesoftware.com/wiki/Source_RCON_Protocol[/url] for remote control server but this dont work... anyone try it?
Not sure what you want to do, but Rusty for Experimental works ( limited functions at the moment though ) : [url]http://facepunch.com/showthread.php?t=1350623[/url]
Yes, moderatorid is hidden in threads, but not specified anywhere on anything official page.
Still getting Steam Auth: InvalidTicket for Linux server.
[QUOTE=Kainzo;45970045]Still getting Steam Auth: InvalidTicket for Linux server.[/QUOTE] Same :( does Garry or anyone else even read this?
[QUOTE=sendjes;45969011]Not sure what you want to do, but Rusty for Experimental works ( limited functions at the moment though ) : [url]http://facepunch.com/showthread.php?t=1350623[/url][/QUOTE] not work for me... ports are open 28015 for connect and 28016 for rcon, but no. PHP Query from xpaw not work to.
Disregard.
[QUOTE=tankton;45971339]Same :( does Garry or anyone else even read this?[/QUOTE] Unsure, just gotta keep bumping it.
So I saw a server in the "Modded" column, forgot the name, but it had items on spawn, so when you join, you spawn with wood, furnace and other things, also it had and userjoin message, any idea how they made this work?
I know Oxide (rust mod) has run a few modded servers testing oxide 2 (rust experimental mod), could have been one of them this is from one of the oxide devs posts on the oxide forums [IMG]http://i61.tinypic.com/25f15dw.jpg[/IMG]
The name include EU|FR Infinite items, or something like that.
I just get the "Got a bad hardware address length for an AF_PACKET 16 8" spam into the logfile at about 1Tb/minute.. :/ CentOS 7 64bit No ldd errors...
[QUOTE=kulan;45984179]I know Oxide (rust mod) has run a few modded servers testing oxide 2 (rust experimental mod), could have been one of them this is from one of the oxide devs posts on the oxide forums[/QUOTE] Found it again: [IMG]http://i.imgur.com/xvZ3Yqy.png[/IMG]
Sorry, you need to Log In to post a reply to this thread.