Exception: Magic number is wrong: 542Not An Issue

Hello my rust server works. My oxide installation was successfull. I can run oxide.version and other commands to see a response in console via RustAdmin. I currently have 2 plugins- CopyPaste &  Stack Size Controller.

When I start the server this is shown in the log file:

21:30 [Info] Loading Oxide Core v2.0.3991...
21:30 [Info] Loading extensions...
21:30 [Info] Loaded extension CSharp v2.0.4041 by Oxide Team and Contributors
21:30 [Info] Loaded extension MySql v2.0.3760 by Oxide Team and Contributors
21:30 [Info] Loaded extension Rust v2.0.4948 by Oxide Team and Contributors
21:30 [Info] Loaded extension SQLite v2.0.3762 by Oxide Team and Contributors
21:30 [Info] Loaded extension Unity v2.0.3772 by Oxide Team and Contributors
21:30 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
21:30 [Info] Local compiler MD5: 0
21:30 [Info] Compiler MD5 hash did not match, downloading latest
21:30 [Info] Downloading Compiler.x86_x64 for .cs (C#) plugin compilation
21:30 [Info] Local MD5 hash did not match remote MD5 hash for Compiler.x86_x64, attempting download again
21:30 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
21:30 [Info] Local compiler MD5: 8ce6d27e7718e3d164766bba8833537a
21:30 [Info] Using Covalence provider for game 'Rust'
21:30 [Info] Loading plugins...
21:30 [Info] Loaded plugin Rust v2.0.4948 by Oxide Team and Contributors
21:30 [Info] Loaded plugin Unity v2.0.3772 by Oxide Team and Contributors
21:30 [Error] ExType: TypeInitializationException
21:30 [Error] Exception while starting compiler version : (Exception: Magic number is wrong: 542)
at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00028] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.TermInfoReader..ctor (System.String term, System.String filename) [0x0005f] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.TermInfoDriver..ctor (System.String term) [0x00055] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.ConsoleDriver..cctor () [0x0004d] in <eae584ce26bc40229c1b1aa476bfa589>:0
21:30 [Warning] Compiler may not be set as executable; chmod +x or 0744/0755 required
21:30 [Error] BaseException: (Exception: Magic number is wrong: 542)
at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00028] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.TermInfoReader..ctor (System.String term, System.String filename) [0x0005f] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.TermInfoDriver..ctor (System.String term) [0x00055] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.ConsoleDriver..cctor () [0x0004d] in <eae584ce26bc40229c1b1aa476bfa589>:0
21:30 [Error] Error while compiling: compiler version couldn't be started
21:30 [Error] Error while compiling: compiler version couldn't be started

The only compiler file I can find is in the home directory called Compiler.x86_x64. I've set this to 755 but it still has the same error.

Oxide.Rust Version: 2.0.4948

Listing 2 plugins:

01 CopyPaste - Failed to compile: compiler version couldn't be started

02 StackSizeController - Failed to compile: compiler version couldn't be started

It fixed it for the few that had it before on our site, otherwise I don't have any other solutions.

Locked automatically