1. Hey, i updated today my server and used the newest oxide version.
    But all plugins on start returning se same error:
    [Error] Timed out waiting for plugin to be compiled:......

    in the task manager the CSharpCompiler.exe dont closing. i must kill him

    Whats wrong?
     
  2. Wulf

    Wulf Community Admin

    I'd need to see your full log, but the compiler starts and stops automatically as needed.
     
  3. Compiler log:
    [SERVER v1.0.24] Started as service
    [SERVER v1.0.24] Running as service
    [SERVER v1.0.24] Got Message: Ready
    [SERVER v1.0.24] Got Message: Compile

    after ca 30 seconds in Oxide log:
    Oxide Log:
    20:06 [Error] Timed out waiting for plugin to be compiled: RHEscapeRoom

    All plugins after this dont load too and the CSharpCompiler must be killed in task manager.
    The plugin works fine yesterday. Today Rust server update and Oxide update. Last Update was for 4 days
     
  4. Wulf

    Wulf Community Admin

    Nothing has changed with the compiler in months, and the Rust updates are unrelated. Also, there have been no Rust updates today to the release branch.
     
  5. So whats the problem? everytime it compiled it crashes
     
  6. Wulf

    Wulf Community Admin

    Being as nothing changed with Oxide, I'd say something in that plugin is causing the compiler to get held up.
     
  7. mhh how to find out without eny logs? in visual studio is says all ok and no logs from oxide....
     
  8. One of your plugins has crashed, means the file was destroyed and contains not readable code.
    You need to check "every" of your plugins for a correct file consistency, then you will find the error.