You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OnCompilerFailed($"compiler version {CompilerVersion} disconnected");
286
285
DependencyTrace();
287
286
Shutdown();
288
287
});
@@ -418,7 +417,7 @@ private bool CheckCompiler()
418
417
{
419
418
process?.Dispose();
420
419
process=null;
421
-
Interface.Oxide.LogException($"Exception while starting compiler v{CompilerVersion}: ",ex);
420
+
Interface.Oxide.LogException($"Exception while starting compiler version {CompilerVersion}: ",ex);
422
421
if(BinaryPath.Contains("'"))Interface.Oxide.LogWarning("Server directory path contains an apostrophe, compiler will not work until path is renamed");
423
422
elseif(Environment.OSVersion.Platform==PlatformID.Unix)Interface.Oxide.LogWarning("Compiler may not be set as executable; chmod +x or 0744/0755 required");
0 commit comments