hello
I haven't been able to load mods for the last three updates.

hello
I haven't been able to load mods for the last three updates.

Please download Version V7.0, compatibility adjustments have been completed.
hello
Sorry, but not working again
Algunos mods fallaron al cargar. Actualiza o elimina los mods afectados e inténtalo de nuevo.
Mafi.Core.Mods.DataRegistrationException: TypeLoadException thrown on registration of data 'CattleByproductsData'. ---> System.TypeLoadException: Could not load type of field 'LivestockAndAgricultureMOD.ProductGfxHelper:SharedTextures' (0) due to: Could not resolve type with token 0100008f from typeref (expected class 'Mafi.Core.Products.ProductTextures' in assembly 'Mafi.Core, Version=0.8.6.0, Culture=neutral, PublicKeyToken=null') assembly:Mafi.Core, Version=0.8.6.0, Culture=neutral, PublicKeyToken=null type:Mafi.Core.Products.ProductTextures member:(null)
at Mafi.Core.Mods.ProtoRegistrator.RegisterData (Mafi.Core.Mods.IModData dataClass) [0x00046]
--- End of inner exception stack trace ---
at Mafi.Core.Mods.ProtoRegistrator.RegisterData (Mafi.Core.Mods.IModData dataClass) [0x00079]
at Mafi.Core.Mods.ProtoRegistrator.RegisterData[TData] (System.Action1[T] config) [0x0002e] at LivestockAndAgricultureMOD.LivestockAndAgricultureMOD.RegisterPrototypes (Mafi.Core.Mods.ProtoRegistrator registrator) [0x00022] at Mafi.Core.Game.GameBuilder.RegisterModsPrototypes (Mafi.Collections.ImmutableCollections.ImmutableArray1[T] mods, Mafi.Collections.ImmutableCollections.ImmutableArray1[T] modsData, Mafi.Core.Mods.ProtoRegistrator protoRegistrator, System.Boolean throwOnError) [0x00090] at Mafi.Core.Game.GameBuilder.RegisterModsPrototypes (Mafi.Collections.ImmutableCollections.ImmutableArray1[T] mods, Mafi.Collections.ImmutableCollections.ImmutableArray1[T] modsData, Mafi.Collections.ImmutableCollections.ImmutableArray1[T] configs, Mafi.Core.Prototypes.ProtosDb protosDb, Mafi.Core.Entities.Static.Layout.IEntityLayoutParser entityLayoutParser, System.Boolean throwOnError, System.Action2[T1,T2] protosDbRegFnBeforeMods, System.Action2[T1,T2] protosDbRegFnAfterMods, System.Collections.Generic.IEnumerable`1[T] ignoredDataClassTypes) [0x0005a]
at Mafi.Core.Game.GameBuilder+<BuildLoadedGameTimeSliced>d__1.MoveNext () [0x003a2]
at Mafi.Unity.GamePlayScene+<loadGame>d__28.MoveNext () [0x002ca]
at Mafi.Unity.GamePlayScene+<Initialize>d__25.MoveNext () [0x000ad]
at Mafi.Unity.Main+<unloadAndStartNewScene>d__112.MoveNext () [0x0013b]
at Mafi.Unity.Main.stepSceneInitialization () [0x000fd]
Game version: 0.8.5
Loaded mods: (Trains expansion 1.0.0), (Supporter edition 1.1.0), (All Excavators Bucket Capacity x5 0.1.4), (All Farms Output x10 0.1.1), (All Industry Boosts 0.1.0), (Kayser's Automatic Forestry Designations 0.1.7), (Kayser's Automatic Terrain Designations 0.4.4), (战斗船燃料更换 3.0.0), (BetterLife: Assemblies 1.0.0), (BetterLife: Buildings 1.0.0), (BeTTerLife: Roads and Signs 1.0.10), (BeTTerLife: Transports 0.6.0), (CLExporter 0.0.3), (Quick Build Unlocked 1.0.3), (Cargo Helicopter 0.17.0), (CxU.Tweaks.SpaceStation 1.0.0), (Configurable Machine Outputs 1.0.1), (Configurable Mechanical Power 1.0.0), (五级水管 0.8.4b), (Elevation++ 0.9.1), (Extended Cargo Ships 1.0.1), (Factory Doctor 0.6.1), (Infinite Groundwater 1.0.3), (Throughput Monitor & Flow Meter 0.2.0), (畜牧农业扩展Animal husbandry and agricultural expansion 7.0.0), (Mechanical Shafts 1.0.1), (Mining Dumping Tower 4.2.0), (Modular Ramp 3.0.0), (新办公室MOD 0.8.5), (No Pillars Required 1.2.0), (核反应堆修改MOD 0.8.0), (Ore Sorters Storage Boost 0.1.0), (机器超频MOD 7.0.0), (ProductHighlight 5.1.5), (Production Calculator 0.1.0), (Retaining Walls Never Die 1.0.0), (ShipAutoExplore 0.1.0), (火车容量调整Train capacity adjustment 2.0.1), (Underground Pipes 0.9.22), (Underground Transport 5.2.0), (Vehicle Capacity Multiplier 0.0.1), (Wind turbines 0.1.10c), (Boost++ 1.1.6), (Gameplay++ 1.2.6), (Recipes++ 1.1.5), (Speed++ 1.0.5), (Storage++ 1.1.3), (Tweaks++ 1.1.9), (Utilities++ 1.1.3)
Failed mods: (畜牧农业扩展Animal husbandry and agricultural expansion 7.0.0)
你在085游戏情况下,使用了7.0这是错误的.7.0版本兼容086
你的报错是085为游戏本体版本.你应该用6.0.1版本.
It is incorrect that you used version 7.0 for game build 085. Version 7.0 is compatible with build 086.
Your error occurs because your base game version is build 085. You should use version 6.0.1 instead.
hello
Again, the same error.Only function 4.0.1 version.
El juego no pudo cargar porque el archivo de guardado está corrupto. Si el problema persiste, por favor reporta el error.
Mafi.Serialization.CorruptedSaveException: Failed to finalize deserialization of 'FishFarm #138672' (type 'FishFarm')
parent object '--' (type '--')
Previous deserialized in this finalize call: 'Transport #138667' (type 'Transport')
Last deserialized across all finalize calls: 'Transport #138667' (type 'Transport')
Last read object types: [AutoBufferLogisticsHelper, IProductBuffer[], ProductBuffer] ---> Mafi.Serialization.CorruptedSaveException: New deserialized type was expected to have ID 1459 but value 5364 was read.
at Mafi.Serialization.BlobReader.ReadType (System.Boolean allowNulls) [0x00084]
at Mafi.Serialization.DynamicDispatchClassSerializer`1[T].<.ctor>b__11_1 (Mafi.Serialization.BlobReader reader) [0x00000]
at Mafi.Serialization.BlobReader.ReadGenericAs[T] () [0x00032]
at LivestockAndAgricultureMOD.Buildings.FishFarm.FishFarm.DeserializeData (Mafi.Serialization.BlobReader reader) [0x000be]
at LivestockAndAgricultureMOD.Buildings.FishFarm.FishFarm+<>c.<.cctor>b__102_1 (System.Object entity, Mafi.Serialization.BlobReader reader) [0x00000]
at Mafi.Serialization.BlobReader+<FinalizeLoadingTimeSliced>d__37.MoveNext () [0x00054]
--- End of inner exception stack trace ---
at Mafi.Serialization.BlobReader+<FinalizeLoadingTimeSliced>d__37.MoveNext () [0x00202]
at Mafi.Core.SaveGame.GameLoader+<FinishGameLoadAndDisposeTimeSliced>d__12.MoveNext () [0x004ef]
at Mafi.Core.Game.GameBuilder+<BuildLoadedGameTimeSliced>d__1.MoveNext () [0x005a4]
at Mafi.Unity.GamePlayScene+<loadGame>d__28.MoveNext () [0x002ca]
at Mafi.Unity.GamePlayScene+<Initialize>d__25.MoveNext () [0x000ad]
at Mafi.Unity.Main+<unloadAndStartNewScene>d__112.MoveNext () [0x0013b]
at Mafi.Unity.Main.stepSceneInitialization () [0x000fd]
Game version: 0.8.5
Loaded mods: (Trains expansion 1.0.0), (Supporter edition 1.1.0), (All Excavators Bucket Capacity x5 0.1.4), (All Farms Output x10 0.1.1), (All Industry Boosts 0.1.0), (Kayser's Automatic Forestry Designations 0.1.7), (Kayser's Automatic Terrain Designations 0.4.4), (战斗船燃料更换 3.0.0), (BetterLife: Assemblies 1.0.0), (BetterLife: Buildings 1.0.0), (BeTTerLife: Roads and Signs 1.0.10), (BeTTerLife: Transports 0.6.0), (CLExporter 0.0.3), (Quick Build Unlocked 1.0.3), (Cargo Helicopter 0.17.0), (CxU.Tweaks.SpaceStation 1.0.0), (Configurable Machine Outputs 1.0.1), (Configurable Mechanical Power 1.0.0), (五级水管 0.8.4b), (Elevation++ 0.9.1), (Extended Cargo Ships 1.0.1), (Factory Doctor 0.6.1), (Infinite Groundwater 1.0.3), (Throughput Monitor & Flow Meter 0.2.0), (畜牧农业扩展Animal husbandry and agricultural expansion 6.0.1), (Mechanical Shafts 1.0.1), (Mining Dumping Tower 4.2.0), (Modular Ramp 3.0.0), (新办公室MOD 0.8.5), (No Pillars Required 1.2.0), (核反应堆修改MOD 0.8.0), (Ore Sorters Storage Boost 0.1.0), (机器超频MOD 7.0.0), (ProductHighlight 5.1.5), (Production Calculator 0.1.0), (Retaining Walls Never Die 1.0.0), (ShipAutoExplore 0.1.0), (火车容量调整Train capacity adjustment 2.0.1), (Underground Pipes 0.9.22), (Underground Transport 5.2.0), (Vehicle Capacity Multiplier 0.0.1), (Wind turbines 0.1.10c), (Boost++ 1.1.6), (Gameplay++ 1.2.6), (Recipes++ 1.1.5), (Speed++ 1.0.5), (Storage++ 1.1.3), (Tweaks++ 1.1.9), (Utilities++ 1.1.3)
Failed mods: none
不对啊!你这里出现了养鱼场报错和运输工具报错??让我迷茫了!
这应该是你最好换低版本的本mod,来做尝试.因为我不能确定你的存档使用哪一个版本的.