Jotunn Banana Texture Error
mitchelljtroyer opened this issue · 2 comments
mitchelljtroyer commented
[Warning:Jotunn.Managers.PrefabManager] Failed to clone prefab, name already exists: Banana
[Error : jtv.Jtv] Object reference not set to an instance of an object at jtv.Jtv.AddItems () [0x00120] in :0
Game works just fine but I receive this error in logs while playing.
MSchmoecker commented
This is likely a mod conflict between 'Journey To Valhalla' and another mod. Internal item names must be unique because the game identifies them by their prefab name, thus an error is thrown here.
Please open a new issue at the Journey To Valhalla repo.
mitchelljtroyer commented
Thanks! I'll look through for the conflict.