'BrainState.StateThink(float)' is marked as an override but no suitable method found to overrideFixed

Not working after update ^^

The error is: NightZombies.cs(587,45): error CS0115: `Oxide.Plugins.NightZombies.NightZombie.BrainState.StateThink(float)' is marked as an override but no suitable method found to override

 

im also having this issue or message saying plugin dosent exist. friend of mine lost all his plugins on his server

Merged post

Does anyone know what the issue is?

Rust updated the compiler I believe and changed the method signature of StateThink.   Here's hoping 0x89A is still around to make the changes.

Wayward

Rust updated the compiler I believe and changed the method signature of StateThink.   Here's hoping 0x89A is still around to make the changes.

Rust doesn't have a compiler, it's just a method that changed in Rust.

Apologies Wulf.  I presumed there was some kind of compiler as the full message says "Error while compiling: NightZombies.cs(587,45): error CS0115: `Oxide.Plugins.NightZombies.NightZombie.BrainState.StateThink(float)' is marked as an override but no suitable method found to override"

The StateThink method is the issue, the method signautre changed.  It appears it wants a "BaseAIBrain", and a BaseEntity passed into it.  I don't know enough about the Rust architecture past that.

Wayward

Apologies Wulf.  I presumed there was some kind of compiler as the full message says "Error while compiling: NightZombies.cs(587,45): error CS0115: `Oxide.Plugins.NightZombies.NightZombie.BrainState.StateThink(float)' is marked as an override but no suitable method found to override"

The StateThink method is the issue, the method signautre changed.  It appears it wants a "BaseAIBrain", and a BaseEntity passed into it.  I don't know enough about the Rust architecture past that.

Oxide compiles the plugins, but the code that changed is Rust.



Merged post

Posted a fix for it.

i tried reloading plugin but not working for me after the steam server update and wipe today.

Please provide details when reporting issues; logs and errors for example.

I didnt get any errors that i could find, but not getting night zombies.

I'd suggest checking that you are using the latest version and that it is loaded.

Error while compiling: NightZombies.cs(587,45): error CS0115: `Oxide.Plugins.NightZombies.NightZombie.BrainState.StateThink(float)' is marked as an override but no suitable method found to override

i reloaded NZ and got that. Does that help?

You're using an old version.

oh i see the plugin was just updated 22 hours ago. My bad. Thank you.

Error while compiling: ZombieHorde.cs(1530,34): error CS0115: `Oxide.Plugins.ZombieHorde.ZombieNPC.EquipWeapon()' is marked as an override but no suitable method found to override

Locked automatically