Ok, waiting![]()
Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
New version detected (no -autoupdate switch so not closing)
-
hmm, update server without oxide loads. when oxide is patched in, it won't load, freezes on load. should I use an earlier oxide version or what should I do? wipe?
-
Wulf Community Admin
-
sure thing. i didn't even think to look at them. sorry. let me take a look and see if i can figure it out. you actually helped point me in the right direction. appreciate it.
-
Looks like a new update just hit for client and server.
-
what was it for i cant find any info
-
Wulf Community Admin
-
http://rustguide.info/misc/notes/ for the fixes
-
nvm. its fine
-
Should we wait oxide update, or it's ok ?
-
Wulf Community Admin
-
-
@Wulf - Whats the new update contain is it worth it right now?
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Just updated to the latest version and several plugins won't load, getting Compiler errors like:
Kits Plugin:
Code:> oxide.reload Kits [Oxide] 4:10 AM [Error] Exception while starting compiler: (Win32Exception: ApplicationName='C:\SERVICES\ni467524_1\rust\CSharpCompiler.exe', CommandLine='/service /logPath:C:\SERVICES\ni467524_1\rust\server\serverprofile\oxide\logs', CurrentDirectory='') [Oxide] 4:10 AM [Debug] at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x00000] in <filename unknown>:0 [Oxide] 4:10 AM [Error] Plugin failed to compile: Kits (leaving previous version loaded) [Oxide] 4:10 AM [Error] Error while compiling Compiler couldn't be started.
Code:> oxide.reload AutoDoorCloser [Oxide] 4:12 AM [Error] Exception while starting compiler: (Win32Exception: ApplicationName='C:\SERVICES\ni467524_1\rust\CSharpCompiler.exe', CommandLine='/service /logPath:C:\SERVICES\ni467524_1\rust\server\serverprofile\oxide\logs', CurrentDirectory='') [Oxide] 4:12 AM [Debug] at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x00000] in <filename unknown>:0 [Oxide] 4:12 AM [Error] Plugin failed to compile: AutoDoorCloser (leaving previous version loaded) [Oxide] 4:12 AM [Error] Error while compiling Compiler couldn't be started.
Or should I just wait for an update?
EDIT: Here's a list of all plugins on my server:
Code:[Oxide] Listing 46 plugins: 01 "Rust:IO for Oxide" (2.5.0) by playrust.io / dcode 02 "Helptext" (1.4.0) by #Domestos 03 "Server Tags" (0.1.0) by Wulfspider 04 "Chat Cleaner" (0.3.1) by Wulf / Luke Spragg 05 "Updater" (0.4.6) by Wulf / Luke Spragg 06 "Teleportation System" (1.4.16) by Mughisi 07 "Door Unlocker" (1.1.0) by Reneb 08 "Admin door Unlocker" (0.1.2) by Nexus 09 "Reserved" (0.2.1) by Wulf / Luke Spragg 10 "Portgun" (1.3.5) by Reneb 11 "Notifier" (2.10.2) by SkinN 12 "Death Notes" (2.7.1) by SkinN 13 "Bounty Board" (1.1.2) by Killparadise 14 SignTracker - Failed to compile: Compiler couldn't be started. 15 Jail - Failed to compile: Compiler couldn't be started. 16 AutoGrades - Failed to compile: Compiler couldn't be started. 17 QuestPlugin - Failed to compile: Compiler couldn't be started. 18 CustomSpawnPoints - Failed to compile: Compiler couldn't be started. 19 PathFinding - Failed to compile: Compiler couldn't be started. 20 InventoryCleaner - Failed to compile: Compiler couldn't be started. 21 ZLevels - Failed to compile: Compiler couldn't be started. 22 Build - Failed to compile: Compiler couldn't be started. 23 SignArtist - Failed to compile: Compiler couldn't be started. 24 Waypoints - Failed to compile: Compiler couldn't be started. 25 AdminRadar - Failed to compile: Compiler couldn't be started. 26 CopyPaste - Failed to compile: Compiler couldn't be started. 27 Pets - Failed to compile: Compiler couldn't be started. 28 StackSizes - Failed to compile: Compiler couldn't be started. 29 Spawns - Failed to compile: Compiler couldn't be started. 30 AutoDoorCloser - Failed to compile: Compiler couldn't be started. 31 Clans - Failed to compile: Compiler couldn't be started. 32 Elevators - Failed to compile: Compiler couldn't be started. 33 ZoneManager - Failed to compile: Compiler couldn't be started. 34 LimitedLadders - Failed to compile: Compiler couldn't be started. 35 HumanNPC - Failed to compile: Compiler couldn't be started. 36 FriendlyFire - Failed to compile: Compiler couldn't be started. 37 BoxLooters - Failed to compile: Compiler couldn't be started. 38 InfiniteAmmo - Failed to compile: Compiler couldn't be started. 39 Minstrel - Failed to compile: Compiler couldn't be started. 40 NoDecay - Failed to compile: Compiler couldn't be started. 41 Godmode - Failed to compile: Compiler couldn't be started. 42 BetterStability - Failed to compile: Compiler couldn't be started. 43 Kits - Failed to compile: Compiler couldn't be started. 44 RemoverTool - Failed to compile: Compiler couldn't be started. 45 Portals - Failed to compile: Compiler couldn't be started. 46 AdminChat - Failed to compile: Compiler couldn't be started.
Regards
7thLast edited by a moderator: Jul 25, 2015 -
well. i did make one observation with your issue. All the .cs plugins aren't loading. Only .py .lua, etc....
[DOUBLEPOST=1437791179][/DOUBLEPOST]have you tried restarting?
[DOUBLEPOST=1437791243][/DOUBLEPOST]is the CSharpCompiler.exe in the root directory? is it the latest version? are you sure? does it have proper permissions? -
Wulf Community Admin