Errors when server startingNot An Issue

Hi!

When Im starting my server with installed uMod, I have error:

A script behaviour (probably StatsBuilderMachine?) has a different serialization layout when loading. (Read 52 bytes but expected 64 bytes) Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts? The referenced script on this Behaviour is missing! The referenced script on this Behaviour (Game Object 'null>') is missing! A script behaviour (probably StatsBuilderMachine?) has a different serialization layout when loading. (Read 56 bytes but expected 68 bytes) Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?

Server without uMod turns on normally.

 

What can I do?

Are you using uMod or Oxide? The files downloaded from /games are Oxide. Also, which OS?

It's HurtWorld v1 server with uMod, OS is Linux.

Merged post

  1. > plugins
    Listing 9 plugins:
    01 "Better Chat" (5.2.7) by LaserHydra (0.00s) - BetterChat.cs
    02 "Itemshop" (1.0.2) by Wulf/lukespragg/JB Engineering (0.00s) - Itemshop.cs
    03 "Timed Permissions" (1.3.2) by LaserHydra (0.00s) - TimedPermissions.cs
    04 CustomDeathMessages - Failed to compile: CustomDeathMessages.cs(103,98): error CS1061: Type `EquippedHandlerBase' does not contain a definition for `EquipSession' and no extension method `EquipSession' of type `EquippedHandlerBase' could be found. Are you missing an assembly reference?
    05 HWClanTags - Failed to compile: HWClanTags.cs(48,40): error CS0841: A local variable `clan' cannot be used before it is declared
    06 HWKits - Failed to compile: HWKits.cs(195,35): error CS0103: The name `RuntimeHurtDB' does not exist in the current context
    07 HWLootMultiplier - Failed to compile: HWLootMultiplier.cs(288,32): error CS0246: The type or namespace name `ItemObject' could not be found. Are you missing an assembly reference?
    08 HWTeleportation - Failed to compile: HWTeleportation.cs(708,40): error CS1061: Type `OwnershipStakeServer' does not contain a definition for `IsBuildAuthorized' and no extension method `IsBuildAuthorized' of type `OwnershipStakeServer' could be found. Are you missing an assembly reference?
    09 VehicleManager - Failed to compile: VehicleManager.cs(536,17): error CS0246: The type or namespace name `ESlotType' could not be found. Are you missing `Assets.Scripts.Core' using direc
    tive?

    Three plugins loading succesfully but rest of them have errors.

Oxide hasn't supported Hurtworld v1 for many years, sorry. uMod also does not.

Then what can I do to have server with plugins without Oxide nad uMod?

Oxide supports Hurtworld v2. uMod is not released, but still would only support v2.

Locked automatically