Spamming
Error while compiling:
(Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
when server starting, but seems the plugins are running, weird
Merged postWeird asf, oxide.plugins seems all running but if you reload it then not works!
Spamming
Error while compiling:
(Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
when server starting, but seems the plugins are running, weird
Merged postWeird asf, oxide.plugins seems all running but if you reload it then not works!
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...
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...