When I click inv button the game crashes and says application exited with code 1
The log file and images/videos
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
Contact their authors BEFORE contacting forge
// You should try our sister game, Minceraft!
Time: 9/2/24 9:15 PM
Description:
CCL Has caught an exception whilst rendering an item.
Item Class: class com.brandon3055.draconicevolution.items.EnderEnergyManipulator
Registry Name: draconicevolution:ender_energy_manipulator
Metadata: 0
NBT: null
Model Class: class net.minecraftforge.client.model.PerspectiveMapWrapper
Model Location: draconicevolution:ender_energy_manipulator#inventory
You can turn off player messages in the CCL config file.
If you want CCL to attempt to recover the game next time, enable it in the CCL config.
java.lang.IllegalStateException: Unable to compile FRAGMENT shader object:
ERROR: 0:73: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:73: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion)
ERROR: 0:73: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:73: 'max' : no matching overloaded function found
ERROR: 0:73: 'max' : no matching overloaded function found
ERROR: 0:74: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:74: '+' : wrong operand types no operation '+' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:74: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:74: 'min' : no matching overloaded function found
ERROR: 0:76: '/' : wrong operand types no operation '/' exists that takes a left-hand operand of type 'uniform float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:77: '/' : wrong operand types no operation '/' exists that takes a left-hand operand of type 'uniform float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:78: '/' : wrong operand types no operation '/' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:81: '=' : cannot convert from 'const int' to 'float'
ERROR: 0:84: 'pow' : no matching overloaded function found
ERROR: 0:85: 'max' : no matching overloaded function found
ERROR: 0:89: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:91: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:93: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion)
ERROR: 0:93: 'max' : no matching overloaded function found
ERROR: 19 compilation errors. No code generated.
at codechicken.lib.render.shader.ShaderObject.compileShader(ShaderObject.java:73)
at java.lang.Iterable.forEach(Unknown Source)
at codechicken.lib.render.shader.ShaderProgram.useShader(ShaderProgram.java:120)
at com.brandon3055.draconicevolution.client.render.item.RenderItemEnderEnergyManipulator.renderItem(RenderItemEnderEnergyManipulator.java:62)
at codechicken.lib.render.item.CCRenderItem.func_180454_a(CCRenderItem.java:207)
at codechicken.lib.render.item.CCRenderItem.func_191962_a(CCRenderItem.java:270)
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:337)
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackRenderer.render(ItemStackRenderer.java:30)
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackRenderer.render(ItemStackRenderer.java:23)
at mezz.jei.render.IngredientRenderer.renderSlow(IngredientRenderer.java:69)
at mezz.jei.render.IngredientListBatchRenderer.render(IngredientListBatchRenderer.java:189)
at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:99)
at mezz.jei.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:97)
at mezz.jei.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:161)
at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2895_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:575)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:66)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 --
Thread: Client thread
Stacktrace:
at codechicken.lib.render.shader.ShaderObject.compileShader(ShaderObject.java:73)
at java.lang.Iterable.forEach(Unknown Source)
at codechicken.lib.render.shader.ShaderProgram.useShader(ShaderProgram.java:120)
at com.brandon3055.draconicevolution.client.render.item.RenderItemEnderEnergyManipulator.renderItem(RenderItemEnderEnergyManipulator.java:62)
at codechicken.lib.render.item.CCRenderItem.func_180454_a(CCRenderItem.java:207)
-- Item being rendered --
Details:
Item Type: com.brandon3055.draconicevolution.items.EnderEnergyManipulator@37d9c8a2
Item Aux: 0
Item NBT: null
Item Foil: false
Stacktrace:
at codechicken.lib.render.item.CCRenderItem.handleCaughtException(CCRenderItem.java:188)
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:343)
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackRenderer.render(ItemStackRenderer.java:30)
at mezz.jei.plugins.vanilla.ingredients.item.ItemStackRenderer.render(ItemStackRenderer.java:23)
at mezz.jei.render.IngredientRenderer.renderSlow(IngredientRenderer.java:69)
at mezz.jei.render.IngredientListBatchRenderer.render(IngredientListBatchRenderer.java:189)
at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:99)
at mezz.jei.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:97)
at mezz.jei.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:161)
at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2895_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146276q(GuiScreen.java:575)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:66)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- Ingredient being rendered --
Details:
Mod Name: Draconic Evolution
Registry Name: draconicevolution:ender_energy_manipulator
Display Name: Ender Energy Manipulator
String Name: 1xitem.draconicevolution:ender_energy_manipulator@0
-- JEI render details --
Details:
Unique Id (for Blacklist): draconicevolution:ender_energy_manipulator
Ingredient Type: class net.minecraft.item.ItemStack
Error Info: 1xitem.draconicevolution:ender_energy_manipulator@0 draconicevolution:ender_energy_manipulator
Filter Text: fro
Edit Mode Enabled: false
Debug Mode Enabled: false
Describe the bug
When I click inv button the game crashes and says application exited with code 1
The log file and images/videos
---- Minecraft Crash Report ----
WARNING: coremods are present: LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) ForgelinPlugin (Forgelin-1.8.4.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar) JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar) Contact their authors BEFORE contacting forge
// You should try our sister game, Minceraft!
Time: 9/2/24 9:15 PM Description: CCL Has caught an exception whilst rendering an item. Item Class: class com.brandon3055.draconicevolution.items.EnderEnergyManipulator Registry Name: draconicevolution:ender_energy_manipulator Metadata: 0 NBT: null Model Class: class net.minecraftforge.client.model.PerspectiveMapWrapper Model Location: draconicevolution:ender_energy_manipulator#inventory You can turn off player messages in the CCL config file. If you want CCL to attempt to recover the game next time, enable it in the CCL config.
java.lang.IllegalStateException: Unable to compile FRAGMENT shader object: ERROR: 0:73: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:73: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion) ERROR: 0:73: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:73: 'max' : no matching overloaded function found ERROR: 0:73: 'max' : no matching overloaded function found ERROR: 0:74: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:74: '+' : wrong operand types no operation '+' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:74: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:74: 'min' : no matching overloaded function found ERROR: 0:76: '/' : wrong operand types no operation '/' exists that takes a left-hand operand of type 'uniform float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:77: '/' : wrong operand types no operation '/' exists that takes a left-hand operand of type 'uniform float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:78: '/' : wrong operand types no operation '/' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:81: '=' : cannot convert from 'const int' to 'float' ERROR: 0:84: 'pow' : no matching overloaded function found ERROR: 0:85: 'max' : no matching overloaded function found ERROR: 0:89: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:91: '' : wrong operand types no operation '' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:93: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion) ERROR: 0:93: 'max' : no matching overloaded function found ERROR: 19 compilation errors. No code generated.
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Client thread Stacktrace: at codechicken.lib.render.shader.ShaderObject.compileShader(ShaderObject.java:73) at java.lang.Iterable.forEach(Unknown Source) at codechicken.lib.render.shader.ShaderProgram.useShader(ShaderProgram.java:120) at com.brandon3055.draconicevolution.client.render.item.RenderItemEnderEnergyManipulator.renderItem(RenderItemEnderEnergyManipulator.java:62) at codechicken.lib.render.item.CCRenderItem.func_180454_a(CCRenderItem.java:207)
-- Item being rendered -- Details: Item Type: com.brandon3055.draconicevolution.items.EnderEnergyManipulator@37d9c8a2 Item Aux: 0 Item NBT: null Item Foil: false Stacktrace: at codechicken.lib.render.item.CCRenderItem.handleCaughtException(CCRenderItem.java:188) at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:343) at mezz.jei.plugins.vanilla.ingredients.item.ItemStackRenderer.render(ItemStackRenderer.java:30) at mezz.jei.plugins.vanilla.ingredients.item.ItemStackRenderer.render(ItemStackRenderer.java:23) at mezz.jei.render.IngredientRenderer.renderSlow(IngredientRenderer.java:69) at mezz.jei.render.IngredientListBatchRenderer.render(IngredientListBatchRenderer.java:189) at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:99) at mezz.jei.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:97) at mezz.jei.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:161) at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:72) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2895_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraft.client.gui.GuiScreen.func_146276q(GuiScreen.java:575) at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:66) at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- Ingredient being rendered -- Details: Mod Name: Draconic Evolution Registry Name: draconicevolution:ender_energy_manipulator Display Name: Ender Energy Manipulator String Name: 1xitem.draconicevolution:ender_energy_manipulator@0
-- JEI render details -- Details: Unique Id (for Blacklist): draconicevolution:ender_energy_manipulator Ingredient Type: class net.minecraft.item.ItemStack Error Info: 1xitem.draconicevolution:ender_energy_manipulator@0 draconicevolution:ender_energy_manipulator Filter Text: fro Edit Mode Enabled: false Debug Mode Enabled: false
-- Screen render details -- Details: Screen name: net.minecraft.client.gui.inventory.GuiInventory Mouse location: Scaled: (64, 42). Absolute: (129, 514) Screen size: Scaled: (360, 300). Absolute: (720, 600). Scale factor of 2
-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['qwertyyhnrfv'/132, l='MpServer', x=-1009.54, y=90.00, z=-993.68]] Chunk stats: MultiplayerChunkCache: 40, 40 Level seed: 0 Level generator: ID 11 - voidworld, ver 0. Features enabled: false Level generator options: Level spawn location: World: (0,90,0), Chunk: (at 0,5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 574821 game time, 574821 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 6 total; [EntityPlayerSP['qwertyyhnrfv'/132, l='MpServer', x=-1009.54, y=90.00, z=-993.68], EntityLatchedRenderer['unknown'/134, l='MpServer', x=8.50, y=65.00, z=8.50], EntityHat['unknown'/135, l='MpServer', x=8.50, y=65.00, z=8.50], EntityHat['unknown'/136, l='MpServer', x=-999.59, y=90.00, z=-994.15], EntityHat['unknown'/137, l='MpServer', x=-1009.54, y=90.00, z=-993.68], EntityPigZombie['Zombie Pigman'/139, l='MpServer', x=-998.50, y=90.00, z=-1007.50]] Retry entities: 3 total; [EntityLatchedRenderer['unknown'/134, l='MpServer', x=8.50, y=65.00, z=8.50], EntityHat['unknown'/135, l='MpServer', x=8.50, y=65.00, z=8.50], EntityHat['unknown'/136, l='MpServer', x=-999.59, y=90.00, z=-994.15]] Server brand: fml,forge Server type: Integrated singleplayer server
-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (aarch64) version Android-14 Java Version: 1.8.0_422-internal, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1088955440 bytes (1038 MB) / 3299344384 bytes (3146 MB) up to 3299344384 bytes (3146 MB) JVM Flags: 3 total; -Xms3376M -Xmx3376M -Xbootclasspath/p:/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/caciocavallo/ResConfHack.jar:/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95 FML: MCP 9.42 Powered by Forge 14.23.5.2854 247 mods loaded, 247 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Steps To Reproduce
Expected Behavior
To open inventory
Platform
Anything else?
No response