You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
I'm playing on a server.
When I place the control panel, it looks great.
But when I begin to rotate the autotransformer, textures are lost and I get a CCL error.
CCL error log
[17:18:01] [Chunk Batcher 39/ERROR] [CodeChickenLib]:
CCL has caught an exception whilst rendering a block
BlockPos: x:-134, y:66, z:-341
Block Class: class malte0811.industrialwires.blocks.controlpanel.BlockPanel
Registry Name: industrialwires:control_panel
Metadata: 0
State: industrialwires:control_panel[facing=down,type=top]
Tile at position
Tile Class: class malte0811.industrialwires.blocks.controlpanel.TileEntityPanel
Tile Id: industrialwires:control_panel
Tile NBT: {components:[{color:254,rsInput:0,panelHeight:0.0f,rsChannel:6b,x:0.40625f,rsId:0,y:0.78125f,type:"7seg"},{color:16711680,panelHeight:0.0f,rsChannel:0b,x:0.875f,active:0b,rsId:0,y:0.84375f,type:"lighted_button",timeout:0,latching:0b},{color:0,panelHeight:0.0f,x:0.6171875f,y:0.71875f,text:"Adjust",type:"label"},{color:16515072,rsInput:0,panelHeight:0.0f,rsChannel:1b,x:0.3125f,rsId:0,y:0.46875f,type:"7seg"},{color:64512,rsInput:1,panelHeight:0.0f,rsChannel:0b,x:0.3125f,rsId:0,y:0.15625f,type:"7seg"},{output:16,rsChannel2:4b,panelHeight:0.0f,rsChannel:0b,x:0.59375f,rsId:0,y:0.78125f,type:"variac",rsId2:0},{rsChannel2:6b,wide:0b,rsInput:0,panelHeight:0.0f,rsChannel:2b,x:0.0625f,rsId:0,y:0.75f,type:"panel_meter",rsId2:0},{color:16580608,rsInput:0,panelHeight:0.0f,rsChannel:5b,x:0.40625f,rsId:0,y:0.46875f,type:"7seg"},{rsChannel2:5b,wide:0b,rsInput:0,panelHeight:0.0f,rsChannel:1b,x:0.0625f,rsId:0,y:0.4375f,type:"panel_meter",rsId2:0},{color:0,panelHeight:0.0f,x:0.0625f,y:0.0625f,text:"Setting",type:"label"},{rsChannel2:4b,wide:0b,rsInput:16,panelHeight:0.0f,rsChannel:0b,x:0.0625f,rsId:0,y:0.125f,type:"panel_meter",rsId2:0},{color:65024,rsInput:0,panelHeight:0.0f,rsChannel:4b,x:0.40625f,rsId:0,y:0.15625f,type:"7seg"},{color:253,rsInput:0,panelHeight:0.0f,rsChannel:2b,x:0.3125f,rsId:0,y:0.78125f,type:"7seg"},{color:0,panelHeight:0.0f,x:0.0703125f,y:0.375f,text:"RS Signal",type:"label"},{color:0,panelHeight:0.0f,x:0.0703125f,y:0.6875f,text:"Energy",type:"label"}],top:1,texture:{ForgeCaps:{"customnpcs:itemscripteddata":{}},id:"industrialwires:control_panel",Count:1b,Damage:2s},x:-134,angle:0.78037316f,facing:3,y:66,z:-341,id:"industrialwires:control_panel",height:0.50499994f}
You can turn off player messages in the CCL config file.
net.minecraft.util.ReportedException: Tesselating block model
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95) ~[bvm.class:?]
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:82) [CCBlockRendererDispatcher.class:?]
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:328) [bxr.class:?]
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100) [bxn.class:?]
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43) [bxn.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221]
Caused by: java.lang.RuntimeException: No OpenGL context found in the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.GL11.glBegin(GL11.java:680) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at net.minecraft.client.renderer.GlStateManager.func_187447_r(GlStateManager.java:891) ~[bus.class:?]
at net.minecraft.client.gui.FontRenderer.func_78277_a(FontRenderer.java:381) ~[bip.class:?]
at net.minecraft.client.gui.FontRenderer.func_181559_a(FontRenderer.java:305) ~[bip.class:?]
at net.minecraft.client.gui.FontRenderer.func_78255_a(FontRenderer.java:585) ~[bip.class:?]
at net.minecraft.client.gui.FontRenderer.func_180455_b(FontRenderer.java:708) ~[bip.class:?]
at bre.smoothfont.FontRendererHook.drawStringHook(FontRendererHook.java:806) ~[FontRendererHook.class:?]
at net.minecraft.client.gui.FontRenderer.func_175065_a(FontRenderer.java:417) ~[bip.class:?]
at net.minecraft.client.gui.FontRenderer.func_78276_b(FontRenderer.java:408) ~[bip.class:?]
at malte0811.industrialwires.controlpanel.Label.getQuads(Label.java:72) ~[Label.class:?]
at malte0811.industrialwires.controlpanel.PanelUtils.generateQuads(PanelUtils.java:87) ~[PanelUtils.class:?]
at malte0811.industrialwires.client.panelmodel.PanelModel$AssembledBakedModel.func_188616_a(PanelModel.java:127) ~[PanelModel$AssembledBakedModel.class:?]
at malte0811.industrialwires.client.panelmodel.PanelModel.func_188616_a(PanelModel.java:75) ~[PanelModel.class:?]
at net.minecraft.client.renderer.BlockModelRenderer.func_187497_c(BlockModelRenderer.java:158) ~[bvo.class:?]
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:65) ~[ForgeBlockModelRenderer.class:?]
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:79) ~[bvo.class:?]
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:58) ~[bvo.class:?]
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80) ~[bvm.class:?]
... 5 more
System information:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_221, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1281421264 bytes (1222 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 12 total; -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx2048m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 68 mods loaded, 68 mods active
Launched Version: HMCL 3.2.149
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 446.14, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: 简体中文 (中国) (zh_CN)
Profiler Position: N/A (disabled)
CPU: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
OptiFine Version: OptiFine_1.12.2_HD_U_F5
OptiFine Build: 20191204-141934
Render Distance Chunks: 6
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 446.14
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12
How did I do
I'm playing on a server.
![image](https://user-images.githubusercontent.com/26853503/88159887-80da8800-cc40-11ea-93ab-9081b5368ed0.png)
![image](https://user-images.githubusercontent.com/26853503/88160182-e62e7900-cc40-11ea-9ad0-aba0f6a4b731.png)
![image](https://user-images.githubusercontent.com/26853503/88160303-0bbb8280-cc41-11ea-89a5-c4b8719088b0.png)
When I place the control panel, it looks great.
But when I begin to rotate the autotransformer, textures are lost and I get a CCL error.
CCL error log
System information:
Mod information:
OpenGL Information
The text was updated successfully, but these errors were encountered: