Error while compilingNot An Issue

Spamming 

Error while compiling: 
(Filename: ./Runtime/Export/Debug.bindings.h Line: 45)

when server starting, but seems the plugins are running, weird

Merged post

Weird asf, oxide.plugins seems all running but if you reload it then not works!

 

Without seeing the full log, hard to really say what is going on.
In response to Wulf ():
Without seeing the full log, hard to really say what is going on.

I've updated to this version v2.0.4137 and now I can't reload the plugins. When server is starting appear error while compiling after loaded each plugin and some errors of them, but plugins seems to be ok

 

some examples

 

Error while compiling: RemoverTool.cs(869,28): error CS1061: Type `BasePlayer' does not contain a definition for `serverInput' and no extension method `serverInput' of type `BasePlayer' could be found. Are you missing an assembly reference?

Error while compiling: PrefabSniffer.cs(23,39): error CS0120: An object reference is required to access non-static member `FileSystemBackend.cache'

Error while compiling: Spectate.cs(168,28): error CS1061: Type `BasePlayer' does not contain a definition for `SendEntitySnapshot' and no extension method `SendEntitySnapshot' of type `BasePlayer' could be found. Are you missing an assembly reference?

Error while compiling: CopyPaste.cs(1349,33): error CS1061: Type `KeyLock' does not contain a definition for `firstKeyCreated' and no extension method `firstKeyCreated' of type `KeyLock' could be found. Are you missing an assembly reference?

Error while compiling: HeliControl.cs(649,20): error CS1061: Type `PatrolHelicopterAI' does not contain a definition for `leftTubeFiredLast' and no extension method `leftTubeFiredLast' of type `PatrolHelicopterAI' could be found. Are you missing an assembly reference?

 

Error while compiling: FancyDrop.cs(2082,21): error CS1929: Type `ItemContainer' does not contain a member `Clear' and the best extension method overload `StringBuilderEx.Clear(this System.Text.StringBuilder)' requires an instance of type `System.Text.StringBuilder'

 

Error while compiling: InstantCraft.cs(287,26): error CS1061: Type `ItemDefinition' does not contain a definition for `_skins2' and no extension method `_skins2' of type `ItemDefinition' could be found. Are you missing an assembly reference?

Error while compiling: Friends.cs(185,66): error CS0122: `CodeLock.whitelistPlayers' is inaccessible due to its protection level

 

and just others appear like "Error while compiling: " and nothing about it. It's weird because after server starts they work. But can't be reloaded

In response to Survey ():
I've updated to this version v2.0.4137 and now I can't reload the plugins. When server is starting a...
Those plugins would need to be updated most likely. Please make sure you are updated with them, otherwise report the errors in their support sections if they continue not to work.
In response to Wulf ():
Those plugins would need to be updated most likely. Please make sure you are updated with them, othe...
You're sure you haven't made any mistake? Because this didn't happened in v2.0.4134, no errors like this
In response to Survey ():
You're sure you haven't made any mistake? Because this didn't happened in v2.0.4134, no errors like...
Nothing changed in Oxide. ;) Are you sure you didn't self-patch or download an unofficial build?
i didnt update to latest oxide and remover tool and copy/paste and helicontrol and fancydrop and plugin all work fine.
In response to Wulf ():
Nothing changed in Oxide. ;) Are you sure you didn't self-patch or download an unofficial build?
Nope, just downloaded the last version from here and then boom, v2.0.4134 was working well, just had that random crashes. Now i can't reload plugins
In response to tomhud ():
i didnt update to latest oxide and remover tool and copy/paste and helicontrol and fancydrop and plu...

Something is screwed up, for sure. This didn't happened in the v2.0.4134, which version are you using?

As I said, plugins works, just can't be reloaded after the server starts, shows an error. for example

o.reload HeliControl

Error while compiling: HeliControl.cs(649,20): error CS1061: Type `PatrolHelicopterAI' does not contain a definition for `leftTubeFiredLast' and no extension method `leftTubeFiredLast' of type `PatrolHelicopterAI' could be found. Are you missing an assembly reference?

 

But I'ts working 

"HeliControl" (1.3.2) by Shady (2.58s) - HeliControl.cs

In response to Survey ():
Nope, just downloaded the last version from here and then boom, v2.0.4134 was working well, just had...
Well, the errors are from methods/fields we expose in every build, but there was no issue patching those in the latest and there have been no other reports for the entire time it has been released. I'd suggest re-installing, as the patch and build process were all normal. Nothing changed on our end.
In response to Wulf ():
Well, the errors are from methods/fields we expose in every build, but there was no issue patching t...
I did this 3 times, also updating rust server, and no success :/
Yeah, there's no way those would be unable to find those fields one time and then others not, those changes are part of Rust that are patched in, so they would definitely be there. Have you tried a clean install? Sounds like there's something funky with your current.
Locked automatically