2.227 update breaks Resource Loader
GamertechAU opened this issue ยท 15 comments
Minecraft Version: 1.12.2
Forge Version: 14.23.4.2718
ChanceCubes Version: 1.12.2-3.2.2.227
The Issue: After updating to CC 1.12.2-3.2.2.227, Resource Loader stops being able to locate image files, generating a java.io.FileNotFoundException.
Downgrading to 1.12.2-3.2.1.224 fixes it instantly.
Origin: Twitch App
[12:47:51] [main/WARN] [net.minecraft.client.renderer.texture.TextureManager]: Failed to load texture: mainmenu:textures/btn.png java.io.FileNotFoundException: mainmenu:textures/btn.png at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:69) ~[cev.class:?] at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:28) ~[cdm.class:?] at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:69) [cdr.class:?] at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:44) [cdr.class:?] at lumien.custommainmenu.lib.textures.TextureResourceLocation.bind(TextureResourceLocation.java:16) [TextureResourceLocation.class:?] at lumien.custommainmenu.gui.GuiCustomButton.func_191745_a(GuiCustomButton.java:85) [GuiCustomButton.class:?] at lumien.custommainmenu.gui.GuiCustom.func_73863_a(GuiCustom.java:434) [GuiCustom.class:?] at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368) [ForgeHooksClient.class:?] at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124) [buq.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181] 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:?]
Not that I can see. No extra errors in the log, just blocking resource loader from finding image files.
resources don't load for me either with the newest version of Chance Cube
https://pastebin.com/8wrFyN0M
Yeah, i agreed. It completely prevents resourcepacks being loaded. You have to make any change (example: changing the order) in resource packs tab to make them loaded. Hope you fix it.
It seems Resource Loader has a different implementation of loading custom resources than I do so I'll have to talk wit the mod dev to see if I can find a better solution than the one I currently have.
No update yet. I reached out to the dev of resource loader and have not gotten a response from him so I am looking into ways to solve this issue.
Would anyone be able to test out a dev build of the mod and let me know if I fixed the issue?
Give this a shot and let me know if it does or does not work.
Just tested as well. Can confirm the issue seems to be resolved. Thanks for the quick work on this!