Project Zomboid

Project Zomboid

Boots Expanded 11 for B41 and B42
This mod causes crashes in new update
LOG : General f:0, t:1741694062551> WorldDictionary: Checking dictionary...
ERROR: General f:0, t:1741694062605> ExceptionLogger.logException> Exception thrown
java.lang.Exception: Item not found: Base.Apron_Garbage at OutputMapper.getItem(OutputMapper.java:127).
Stack trace:
zombie.entity.components.crafting.recipe.OutputMapper.getItem(OutputMapper.java:127)
zombie.entity.components.crafting.recipe.OutputMapper.OnPostWorldDictionaryInit(OutputMapper.java:157)
zombie.scripting.entity.components.crafting.OutputScript.OnPostWorldDictionaryInit(OutputScript.java:398)
zombie.scripting.entity.components.crafting.CraftRecipe.OnPostWorldDictionaryInit(CraftRecipe.java:718)
zombie.scripting.ScriptBucketCollection.OnPostWorldDictionaryInit(ScriptBucketCollection.java:188)
zombie.scripting.ScriptManager.PostWorldDictionaryInit(ScriptManager.java:1746)
zombie.iso.IsoWorld.init(IsoWorld.java:2766)
zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:300)
zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:250)
java.base/java.lang.Thread.run(Unknown Source)
< >
Đang hiển thị 1-15 trong 20 bình luận
Can also confirm this. Same error and crash at world startup when using the clothes expanded submod.
Incus 11 Thg03 @ 7:51am 
Same here. Seems to be just the clothing option. Not the Boots.
confirming as well, old save loads flawlessly when I disable the clothes expanded submod
Unjal 11 Thg03 @ 8:15am 
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
Nguyên văn bởi 76561199208254880:
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
and you broke your capslock key?
Unjal 11 Thg03 @ 8:25am 
Nguyên văn bởi Mad Data Scientist !PC:
Nguyên văn bởi 76561199208254880:
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
and you broke your capslock key?
yeah
Nguyên văn bởi 76561199208254880:
Nguyên văn bởi Mad Data Scientist !PC:
and you broke your capslock key?
yeah
:csgohelmet:
5 hours of searching for this Base.Apron_Garbage..finally
If anyone with a bit more skill than me is willing to work on this, I at least found the file location:
SteamLibrary\steamapps\workshop\content\108600\2850935956
also finally figured it out by starting new games until i disabled and re-enabled this mod specifically
big swifty 11 Thg03 @ 11:57pm 
4
4
5
4
The crash is caused by 42.5's addition of two Aprons to the game. This mod overwrites a base game script for all clothing for some reason. This can be easily fixed by simply adding the two entries from the base game into into the mod file

1.Go to: SteamLibrary\steamapps\workshop\content\108600\2850935956\mods\Clothes and Loot Expanded\42\media\scripts\clothing

Open "clothing_others.txt" in Notepad.

Paste this in before the last bracket at the bottom:

item Apron_Garbage
{
DisplayName = Garbage Bag Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Garbagebag,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Garbage,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

item Apron_Tarp
{
DisplayName = Tarp Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Tarp,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Tarp,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

Works fine, hopefully this gets a real update soon. I'd upload a fix but idk how to do that
Nguyên văn bởi Sadboy McNoscrew:
If anyone with a bit more skill than me is willing to work on this, I at least found the file location:
SteamLibrary\steamapps\workshop\content\108600\2850935956
big credit for saving me the time of looking for the mod ID in my workshop folder ur goated
Nguyên văn bởi big swifty:
The crash is caused by 42.5's addition of two Aprons to the game. This mod overwrites a base game script for all clothing for some reason. This can be easily fixed by simply adding the two entries from the base game into into the mod file

1.Go to: SteamLibrary\steamapps\workshop\content\108600\2850935956\mods\Clothes and Loot Expanded\42\media\scripts\clothing

Open "clothing_others.txt" in Notepad.

Paste this in before the last bracket at the bottom:

item Apron_Garbage
{
DisplayName = Garbage Bag Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Garbagebag,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Garbage,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

item Apron_Tarp
{
DisplayName = Tarp Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Tarp,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Tarp,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

Works fine, hopefully this gets a real update soon. I'd upload a fix but idk how to do that


Confirming this works 100%
Rescued my main save game. Worthy of award!
Nguyên văn bởi big swifty:
The crash is caused by 42.5's addition of two Aprons to the game. This mod overwrites a base game script for all clothing for some reason. This can be easily fixed by simply adding the two entries from the base game into into the mod file

1.Go to: SteamLibrary\steamapps\workshop\content\108600\2850935956\mods\Clothes and Loot Expanded\42\media\scripts\clothing

Open "clothing_others.txt" in Notepad.

Paste this in before the last bracket at the bottom:

item Apron_Garbage
{
DisplayName = Garbage Bag Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Garbagebag,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Garbage,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

item Apron_Tarp
{
DisplayName = Tarp Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Tarp,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Tarp,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

Works fine, hopefully this gets a real update soon. I'd upload a fix but idk how to do that

Thanks it's working :steamthumbsup:
< >
Đang hiển thị 1-15 trong 20 bình luận
Mỗi trang: 1530 50