Missing Pack Puppy and Food Bowl UI textures
sennight opened this issue ยท 11 comments
Environment And Mod Information:
- Minecraft Version: 1.12.2
- Forge Version: 1.12.2-14.23.5.2772
- Doggy Talents Version: DoggyTalents-1.12.2-1.14.2.379-universal.jar
- Java Version: Version 8 Update 191 (build 1.8.0_191-b12) 64-bit
- Operating System (OS): Microsoft Windows 10 Home 10.0.17134 Build 17134
Logs
Not sure how to provide, let me know how and I can pastebin it. I have a server log from my server, but bug also replicated in single player.
Issue Description:
Pack Puppy and Food Bowl GUI seems to be missing even though I see the image files through github. When I open the dog's pack with a plank, the purple-black missing texture shows, but I can still put things into the pack (similarly with the food bowl). I have replicated this several times on my private server and in single player, multiple times. I also have tested the mod by itself on the server, and with other mods, and the same result is produced.
Steps to reproduce:
- Create new world / log into server
- Use Doggy Charm to summon a DT dog
- Punch tree/get stick to access dog's UI
- Raise Pack Puppy Talent to any level (1-5)
- Use wooden plank on dog to open pack
- Item placing function and dog pickup function at lvl 5 works fine, it's just the texture for the box that is missing
Additional Information:
Sorry guys, I've been really busy with college >_<
I SHOULD be free on Saturday to look at the code, since I got the last bit of finals tomorrow and I have to start moving out of my dorm.
Ah ha! I have spotted the issue! It turns out there's an error in Line 52 in the ResourceLib class, that %s
shouldn't be there. I'll immediately take this out
Are you using any texturepacks? I would try to reinstall the mod, as I can't reproduce the error
These are the logs after a fresh install of the versions I have. I have downloaded a previous version of DT out of curiosity (Doggy Talents-1.12.2-1.14.2.321-universal.jar) and the texture appeared fine.
debug.log was flagged for being too large for a free pastebin, at 565kb :( is there somewhere else I can host it?
latest.log - https://pastebin.com/QtfEcqFV
Hm.. I see this:
[22:21:39] [main/WARN] [net.minecraft.client.renderer.texture.TextureManager]: Failed to load texture: doggytalents:textures/gui/%spack_puppy.png java.io.FileNotFoundException: doggytalents:textures/gui/%spack_puppy.png
Clearly the naming method got messed up in an update. It's late for me right now, but I'll go and see if I can find the issue tomorrow.