
Crash on version 1.9.0 Fabric
Skeithh opened this issue ยท 8 comments
Unsure what the issue is, I tried deleting all my configs in the configs folder to refresh them (after seeing that having been a potential solution in an earlier crash that was solved), no dice.
crash report attached
crash-2022-01-14_18.59.20-client.txt
Dependency Versions:
Fabric 0.12.12
Fabric API 0.46.0
Cloth config 6.1.48
are you using any other resource and/or painting packs by any chance ?
on first look, it seems the game is trying to register the same painting twice
Caused by: java.lang.RuntimeException: Attempted to register ID ResourceKey[minecraft:motive / paintings:cat] at different raw IDs (40, 101)! If you're trying to override an item, use .set(), not .register()!
Is this a new world or a old one. If old one can you upload the world file so we can look into it.
(accidentally closed sorry)
Striker : i do not think this is an old world issue. the registry is void of added paintings on restart and gets populated with modded paintings when launching the game
If it is related to the registry of the paintings , your regular game log (latest.log, found in the log folder in your isntall directory) should have all the details on what packs try to register a 'cat' painting
I'm only using one resource pack in which the ones I made for the paintings mod are in, and in there there is indeed a cat painting. I wouldn't be sure... How the issue started because of it but here's the pack so you can test.
wovenpack.zip
This crash doesn't occur upon world load, but upon game launch.
I tried renaming the 'cat' painting to 'kittycat' and it still continued crashing as if it were trying to load 'cat'
thats because there's a cache of painting json files located in the painting folder in your installation directory.
if you only renamed the file in your json inside the pack, it will not apply the changes to the cache.
deleting the painting folder will recopy all json files from out of the resourcepacks, including changes
renamed it to kittycat for now and refreshed the paintings directory, works fine now. Thanks for the quick troubleshooting :>
I personally would recommend just giving each of the default paintings the prefix 'paintings_'