1

Crashed While Registering Textures - Please Help

Bennysolo08's Avatar Bennysolo082/2/21 11:24 am
1 emeralds 834 1
2/3/2021 6:20 pm
icephantom's Avatar icephantom
After trying to fix this problem for ages, I came across a couple of things that said to update or remove Optifine, so I removed it since it was the latest version. I also removed LLibrary because I didn't see a need for it in any of the other mods. I have the latest versions of BiblioCraft, Chisel, CTMLib, SecurityCraft, CustomNPC's, & the other mods (as far as I know). I'm using the recommended version of Forge 1.7.10 (the version is listed at the bottom)

So here's the crash report:

Time: 2/2/21 11:07 AM
Description: Registering texture

java.lang.NoSuchMethodError: net.minecraft.util.IIcon.getInterpolatedU(D)F
at team.chisel.ctmlib.TextureSubmap$TextureVirtual.<init>(TextureSubmap.java:124)
at team.chisel.ctmlib.TextureSubmap$TextureVirtual.<init>(TextureSubmap.java:114)
at team.chisel.ctmlib.TextureSubmap.texturesStitched(TextureSubmap.java:109)
at team.chisel.ctmlib.TextureSubmap.TexturesStitched(TextureSubmap.java:102)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_71_TextureSubmap_TexturesStitched_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPost(ForgeHooksClient.java:276)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:311)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:71)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:58)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path, and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at team.chisel.ctmlib.TextureSubmap$TextureVirtual.<init>(TextureSubmap.java:124)
at team.chisel.ctmlib.TextureSubmap$TextureVirtual.<init>(TextureSubmap.java:114)
at team.chisel.ctmlib.TextureSubmap.texturesStitched(TextureSubmap.java:109)
at team.chisel.ctmlib.TextureSubmap.TexturesStitched(TextureSubmap.java:102)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_71_TextureSubmap_TexturesStitched_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPost(ForgeHooksClient.java:276)
at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:311)
at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:97)

-- Resource location being registered --
Details:
Resource location: minecraft:textures/atlas/blocks.png
Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:71)
at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:58)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 880783656 bytes (839 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 18 mods loaded, 18 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCH PlayerAPI{1.4} [Player API] (minecraft.jar)
UCH SmartCore{1.0.3} [Smart Core] (minecraft.jar)
UCH securitycraft{v1.8.13} [SecurityCraft] ([1.7.10]+SecurityCraft+v1.8.13.jar)
UCH BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(29oct17).jar)
UCH PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCH props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCH flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
UCH hidenames{1.1.7} [Hide Names] (Hide+Names-1.7.10-1.1.8.jar)
UCH malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCH malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCH skinport{1.7.10-v10a} [SkinPort] (SkinPort-1.7.10-v10a.jar)
UCH SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar)
UCH SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 432.00' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 432.00, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and the maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Posted by Bennysolo08's Avatar
Bennysolo08
Level 3 : Apprentice Miner
3

Create an account or sign in to comment.

1

icephantom
02/03/2021 6:20 pm
Level 15 : Journeyman Miner
icephantom's Avatar
I have re-created your pack on my system, and I've tried various things to make it crash with your error, but I have been unsuccessful. These mods all work together in MC 1.7.10, including with or without Optfine. I've even tried with the latest version of Forge for 1.7.10 and updating your skinport, which is version a - they are up to version c now. None of the updates / changes would make my pack crash.

The only difference I believe, between your pack and mine, is that I'm using the MultiMC launcher. This is a safe launcher to use and you can find it here : https://multimc.org/

If you wish to try it out, I will provide a link below to the multiMC instance I have for your pack. All you do is open the downloaded zip file with your favurite zip program, i.e. Winzip, winrar, 7zip, etc. and drag the 1.7.10 folder into your MultiMC\instances\ folder. Restart MultiMC and you should see the pack ready to start.

https://www.dropbox.com/s/161cakp8mj31r9c/1.7.10.zip?dl=1

If you are not able to see the \multiMC\instances folder, this is usually because you haven't made any of your own instances yet. You can either manually create the 'instances' folder or just create your first instance yourself in MultiMC, after which, it'll be there. This launcher is great for modding your minecraft, and very easy to use once you get used to it. It requires a purchased minecraft account to be able to use it.
2
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome