Dimensional Doors Legacy

Dimensional Doors Legacy

7.4k Downloads

Loot bag corruption

justinpierson opened this issue ยท 8 comments

commented

Kept getting this error, which causes the loot bags to be the purple missing icon, I isolated it by removing all other mods except for LootBags-1.12.2-2.5.3b.jar and dimdoors-3.0.0-beta-4.jar and error was still there, removed dimdoors and the error stopped.

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model lootbags:item/itemlootbag with loader VanillaLoader.INSTANCE, skipping
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:298) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
	at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:161) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: lootbags:models/item/itemlootbag.json
	at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
	at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:127) ~[ModelLoader.class:?]
	at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:864) ~[ModelLoader$VanillaLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 14 more
commented

@justinpierson could you please share your full fml-client-latest.log via pastebin.com?
This stacktrace does not provide us with enough information to properly troubleshoot the issue.

commented

2018-01-11_20 13 33
Just tested in our dev environment and everything shows fine with no issues. Will try with beta and see what shows.

commented

Here is the pastebin https://pastebin.com/z83SfAkB
Mods:
LootBags-1.12.2-2.5.3b.jar
dimdoors-3.0.0-beta-4.jar
forge-1.12.2-14.23.1.2587-universal.jar

When I disable dimdoors the error goes away.

commented

Hmm, interesting. It does appear Lootbags gets this error in a normal instance, but nothing is wrong.
2018-01-11_20 23 47
Tested against the same files, but I am running 2582. I also just tested against 2587 and there was no issue, it was just an error being thrown.

commented

I got the same-ish exception in the log: https://pastebin.com/k4RC4RzW but the textures are no longer purple (I also cleared all the saves/caches/configs just in case) I was not 100% sure the purple texture issue was from dim doors but that is the only error I can find about textures and loot bags. Hope this helps otherwise this mod is pretty awesome.

commented

@justinpierson have you asked the Lootbags development team about this issue?
And if so, where?

commented

Fixed.