Trying to look into this now, but none of my plugins are working since last patch.
I have updated the game, the client, and updated Oxide to 0.3.5.1(protocol 30) (April 26th......Will update when I can
Solved No plugins working since last update (Oxide not installed)
Discussion in 'Hurtworld Discussion' started by Dragosani, Apr 26, 2016.
-
Wulf Community Admin
If the server is starting fine, then it sounds like you don't have Oxide installed. You can check using the /oxide.version command in-game.
-
Hmm, time to hoof my hoster up the jacksie......I've tried to re-install this a few times tonight...but yep, that looks like that is the issue....
-
trying to get a server working with Oxide-Hurtworld_Linux.zip, build 1899... nothing seems to be happening...
Steps:
New steamcmd install
Loaded, running and joinable
Copy in (and replace) the oxide zip content
Loaded, running and joinable
The server is in the list, I can connect but nothing seems to have changed: oxide.version, /oxide.version, /rcon oxide.version, /rcon /oxide.version, all do nothing "unrecognised command" -
Wulf Community Admin
-
nothing to do with hurtworld is running... server is being run with:
i've attempted to completely reinstall the wine prefix too, to no avail...
Code:WINEARCH=win64 WINEPREFIX=~/.wine64 /usr/bin/xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /usr/bin/wine Hurtworld -batchmode -nographics -exec "host 12871;queryport 13871;maxplayers 20;servername My Oxide Server!;addadmin 123456123456" -logfile "gamelog.txt"
-
Wulf Community Admin
-
yeah, i get that, but i was wondering if that startup script could have been doing some funky stuff with updates, but it just looks like its running from a specific wine arch & prefix (dont really know about the xvfb-run bit up to the end of the screen res, no idea what thats doing...) so i dont really know what could be stopping the install or reverting it
-
Wulf Community Admin
-
current process of me trying things out goes something like this
get to steamcmd:
Code:cd /home/$USER/steamcmd/
Code:./steamcmd.sh +@sSteamCmdForcePlatformType windows +force_install_dir ../hurtOxide +login anonymous +app_update 405100 validate +quit wget https://github.com/OxideMod/Snapshots/raw/master/Oxide-Hurtworld_Linux.zip unzip -o Oxide-Hurtworld.zip -d ../hurtOxide rm Oxide-Hurtworld.zip
Code:WINEARCH=win64 WINEPREFIX=~/.wine64 /usr/bin/xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /usr/bin/wine Hurtworld.exe -batchmode -nographics -exec "host 12871;queryport 13871;maxplayers 20;servername My Oxide Server!;addadmin 123456123456" -logfile "gamelog.txt"
edit: i've tried using Cyberduck to upload and replace pre-extracted oxide over the top of clean steamcmd, still the same output
edit2: PuTTY is being used to execute commands
edit3:
fixed incorrect windows attempt (still doesnt work)
added new attempt removed old (rm -r hurtOxide):
update command:
Code:./steamcmd.sh +force_install_dir ../hurtOxide +login anonymous +app_update 405100 validate +quit wget https://github.com/OxideMod/Snapshots/raw/master/Oxide-Hurtworld_Linux.zip unzip -o Oxide-Hurtworld_Linux.zip -d ../hurtOxide rm Oxide-Hurtworld_Linux.zip
Code:LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./linux64" ./Hurtworld.x86_64 -batchmode -nographics -exec "host 12871;queryport 13871;maxplayers 20;servername My Oxide Server!;addadmin 123456123456" -logfile "gamelog.txt"
http://puu.sh/owPJZ/cf34f41343.png
interestingly though, there's an oxide log (attached, no errors)
Edit4: it works, no changes... odd...Attached Files:
Last edited by a moderator: Apr 26, 2016 -
-
Wulf Community Admin
-
no clue... after playing like, 3 games of league and coming back to the server it started doing some oxide logs when trying to start... *shrug* now plugins are starting to generate configs too... so idk strange little twilight zone of server updates
-
^ Had the same yesterday when I patched (three times) using my host (Host Havoc)....Just didn't seem to "take" the Oxide update.....It was showed as installed, and couldn't see any spurious error logs on console.....
Had a few reboots, and even backed up and restored and tried again....
Was very weird...checked with Wulf who mentioned that Oxide musn't be installed....about 30 minutes later (with no changes or updates from me as I was in game looking at what was loaded etc), the plugins suddenly kicked in, server auto-rebooted and when it came back alive, all seemed to be working! (Had to redo the loot plugins though but that's standard)