Just Enough Items (JEI)

Just Enough Items (JEI)

369M Downloads

[Crash]: JEI crashing with optifine 1.12.2

Venommods88 opened this issue · 3 comments

commented

Steps to Reproduce the Crash

found by trial and error. any 1.12.2 version of JEI crashing with optifine with the error "Error: java.lang.NoClassDefFoundError: mezz/jei/gui/textures/JeiTextureMap"
crash-2024-05-27_09.52.23-client.txt

Mod Pack URL (Optional)

No response

Mod Pack Version (Optional)

No response

Extra Notes (Optional)

---- Minecraft Crash Report ----

WARNING: coremods are present:
Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 5/27/24 9:52 AM
Description: Initializing game

java.lang.NoClassDefFoundError: mezz/jei/gui/textures/JeiTextureMap
at mezz.jei.startup.ProxyCommonClient.(ProxyCommonClient.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
Caused by: java.lang.ClassNotFoundException: mezz.jei.gui.textures.JeiTextureMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 44 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 46 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.TextureMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 50 more

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

-- Head --
Thread: Client thread
Stacktrace:
at mezz.jei.startup.ProxyCommonClient.(ProxyCommonClient.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
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.12.2
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: 392531344 bytes (374 MB) / 1113063424 bytes (1061 MB) up to 8858370048 bytes (8448 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9504m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_G5 73 mods loaded, 73 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                     | Version                  | Source                                          | Signature                                |
|:----- |:---------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
| LC    | minecraft              | 1.12.2                   | minecraft.jar                                   | None                                     |
| LC    | mcp                    | 9.42                     | minecraft.jar                                   | None                                     |
| LC    | FML                    | 8.0.99.99                | forge-1.12.2-14.23.5.2859.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | forge                  | 14.23.5.2859             | forge-1.12.2-14.23.5.2859.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | micdoodlecore          | 4.0.6                    | minecraft.jar                                   | None                                     |
| LC    | supermartijn642corelib | 1.1.17                   | _supermartijn642corelib-1.1.17-forge-mc1.12.jar | None                                     |
| LC    | aether_legacy          | 1.5.3.2                  | aether-1.12.2-v1.5.4.0.jar                      | None                                     |
| LC    | aiimprovements         | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar                 | None                                     |
| LC    | antiqueatlas           | 4.6.3                    | antiqueatlas-1.12.2-4.6.3.jar                   | None                                     |
| LC    | antiqueatlasoverlay    | 1.2                      | antiqueatlas-1.12.2-4.6.3.jar                   | None                                     |
| L     | jei                    | 4.16.1.1012              | jei_1.12.2-4.16.1.1012.jar                      | None                                     |
| L     | appleskin              | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                     | None                                     |
| L     | aquaculture            | 1.6.8                    | Aquaculture-1.12.2-1.6.8.jar                    | None                                     |
| L     | attributefix           | 1.0.12                   | AttributeFix-Forge-1.12.2-1.0.12.jar            | None                                     |
| L     | betteradvancements     | 0.1.0.77                 | BetterAdvancements-1.12.2-0.1.0.77.jar          | None                                     |
| L     | betterbuilderswands    | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
| L     | bettercaves            | 1.12.2                   | bettercaves-1.12.2-2.0.4.jar                    | None                                     |
| L     | biomesoplenty          | 7.0.1.2445               | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar   | None                                     |
| L     | blockcraftery          | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                  | None                                     |
| L     | bookshelf              | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                    | None                                     |
| L     | carryon                | 1.12.3                   | carryon-1.12.2-1.12.7.23.jar                    | None                                     |
| L     | ctm                    | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
| L     | chisel                 | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                    | None                                     |
| L     | clumps                 | 3.1.2                    | Clumps-3.1.2.jar                                | None                                     |
| L     | codechickenlib         | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | None                                     |
| L     | comforts               | 1.4.1.3                  | comforts-1.12.2-1.4.1.3.jar                     | None                                     |
| L     | mantle                 | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                        | None                                     |
| L     | tconstruct             | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                | None                                     |
| L     | conarm                 | 1.2.5.10                 | conarm-1.12.2-1.2.5.10.jar                      | None                                     |
| L     | fusion                 | 1.1.1                    | fusion-1.1.1-forge-mc1.12.jar                   | None                                     |
| L     | connectedglass         | 1.1.11a                  | connectedglass-1.1.11a-forge-mc1.12.jar         | None                                     |
| L     | controlling            | 3.0.10                   | Controlling-3.0.12.3.jar                        | None                                     |
| L     | cucumber               | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                       | None                                     |
| L     | p455w0rdslib           | 2.3.161                  | p455w0rdslib-1.12.2-2.3.161.jar                 | None                                     |
| L     | theoneprobe            | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                     | None                                     |
| L     | mousetweaks            | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                   | None                                     |
| L     | danknull               | 1.7.91                   | DankNull-1.12.2-1.7.91.jar                      | None                                     |
| L     | darkutils              | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                    | None                                     |
| L     | eplus                  | 5.0.176                  | EnchantingPlus-1.12.2-5.0.176.jar               | None                                     |
| L     | enchdesc               | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar       | None                                     |
| L     | enderstorage           | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar     | None                                     |
| L     | extrautils2            | 1.0                      | extrautils2-1.12-1.9.9.jar                      | None                                     |
| L     | falling_tree           | 2.4.0                    | FallingTree-1.12.2-2.4.0.jar                    | None                                     |
| L     | fastleafdecay          | v14                      | FastLeafDecay-v14.jar                           | None                                     |
| L     | forgivingvoid          | 1.1.0                    | ForgivingVoid_1.12.2-1.1.0.jar                  | None                                     |
| L     | ftblib                 | 5.4.7.2                  | FTBLib-5.4.7.2.jar                              | None                                     |
| L     | galacticraftcore       | 4.0.6                    | Galacticraft-1.12.2-4.0.6.jar                   | None                                     |
| L     | galacticraftplanets    | 4.0.6                    | Galacticraft-1.12.2-4.0.6.jar                   | None                                     |
| L     | ichunutil              | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                      | None                                     |
| L     | hats                   | 7.1.1                    | Hats-1.12.2-7.1.1.jar                           | None                                     |
| L     | huntingdim             | 1.0.42                   | HuntingDimension-1.12.2-1.0.42.jar              | None                                     |
| L     | inventorytweaks        | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                        | None                                     |
| L     | ironchest              | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
| L     | jeresources            | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar         | None                                     |
| L     | moreoverlays           | 1.15.1                   | moreoverlays-1.15.1-mc1.12.2.jar                | None                                     |
| L     | morph                  | 7.2.0                    | Morph-1.12.2-7.2.1.jar                          | None                                     |
| L     | mysticalagriculture    | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar            | None                                     |
| L     | mysticalagradditions   | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar           | None                                     |
| L     | naturescompass         | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar                 | None                                     |
| L     | netherportalfix        | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar               | None                                     |
| L     | oreexcavation          | 1.4.150                  | OreExcavation-1.4.150.jar                       | None                                     |
| L     | sereneseasons          | 1.2.18                   | SereneSeasons-1.12.2-1.2.18-universal.jar       | None                                     |
| L     | storagenetwork         | 1.8.3                    | SimpleStorageNetwork-1.12.2-1.8.3.jar           | None                                     |
| L     | snad                   | 1.12.1-1.7.09.16a        | Snad-1.12.1-1.7.09.16a.jar                      | None                                     |
| L     | tinkersjei             | 1.2                      | tinkersjei-1.2.jar                              | None                                     |
| L     | tinkertoolleveling     | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar             | None                                     |
| L     | tp                     | 3.2.34                   | tinyprogressions-1.12.2-3.3.34-Release.jar      | None                                     |
| L     | trashslot              | 8.4.10                   | TrashSlot_1.12.2-8.4.10.jar                     | None                                     |
| L     | travelersbackpack      | 1.0.35                   | TravelersBackpack-1.12.2-1.0.35.jar             | None                                     |
| L     | walljump               | 1.3.2                    | walljump-1.12.2-1.3.2.jar                       | None                                     |
| L     | yabba                  | 1.1.2.54                 | YABBA-1.1.2.54.jar                              | None                                     |
| L     | immersiveengineering   | 0.12-98                  | ImmersiveEngineering-0.12-98.jar                | None                                     |
| L     | mysticallib            | 1.12.2-1.13.0            | mysticallib-1.12.2-1.13.0.jar                   | None                                     |

Loaded coremods (and transformers): 

Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)

IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 552.12' Renderer: 'NVIDIA GeForce RTX 3060/PCIe/SSE2'
Launched Version: forge-14.23.5.2859
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 552.12, 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: English (US)
Profiler Position: N/A (disabled)
CPU: 12x AMD Ryzen 5 5600 6-Core Processor 
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 552.12
OpenGlRenderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12

Crash Report

crash-2024-05-27_09.52.23-client.txt

commented

Thanks for the report!
Sorry, there is no way for me to support Optifine because of the way it is written, please open issues with their tracker instead.

commented

This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

commented

This same error has happened to me today. I will leave the crash log in here as well

---- Minecraft Crash Report ----

WARNING: coremods are present:
KsyxisLegacyForge (Ksyxis-1.3.2.jar)
SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.5.jar)
PCF Core Mod (PhosphorCrashFix-1.12.2-1.0.0.jar)
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
Quark Plugin (Quark-r1.6-179.jar)
Spark (spark-unforged-1.11.1-forge.jar)
ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
MixinBooter (!mixinbooter-9.3.jar)
Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)
VintageFix (vintagefix-0.5.1.jar)
redirectionor (redirectionor-1.4 for 1.12.2-1.8.8.jar)
modularwarfare (modularwarfare-2.4.2f.jar)
AlternateCurrentMod (alternatecurrent-1.4.2.jar)
PlaceholderCoremod (+mysteriumlib-1.5.7.jar)
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 8/26/24 9:40 PM
Description: Initializing game

java.lang.NoClassDefFoundError: mezz/jei/gui/textures/JeiTextureMap
at mezz.jei.startup.ProxyCommonClient.(ProxyCommonClient.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
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:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: java.lang.ClassNotFoundException: mezz.jei.gui.textures.JeiTextureMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 47 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 49 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.TextureMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 53 more

(MixinBooter) Mixins in Stacktrace:
net/minecraft/client/renderer/texture/TextureMap:
org.embeddedt.vintagefix.mixin.dynamic_resources.MixinTextureMap (mixins.vintagefix.json) [unknown-location]
com.supermartijn642.fusion.mixin.vintagefix.TextureAtlasMixinVintageFix (fusion.mixins.json) [unknown-location]

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

-- Head --
Thread: Client thread
Stacktrace:
at mezz.jei.startup.ProxyCommonClient.(ProxyCommonClient.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
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:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 11 (amd64) version 10.0
Java Version: 1.8.0_411, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1112796704 bytes (1061 MB) / 1953497088 bytes (1863 MB) up to 22906667008 bytes (21845 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx24576m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 VintageFix 0.5.1 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_G5 48 mods loaded, 48 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                       | Version              | Source                                          | Signature                                |
|:----- |:------------------------ |:-------------------- |:----------------------------------------------- |:---------------------------------------- |
| LC    | minecraft                | 1.12.2               | minecraft.jar                                   | None                                     |
| LC    | mcp                      | 9.42                 | minecraft.jar                                   | None                                     |
| LC    | FML                      | 8.0.99.99            | forge-1.12.2-14.23.5.2859-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | forge                    | 14.23.5.2859         | forge-1.12.2-14.23.5.2859-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | redirectionor            | 1.4 for 1.12.2-1.8.8 | minecraft.jar                                   | None                                     |
| LC    | mixinbooter              | 9.3                  | minecraft.jar                                   | None                                     |
| LC    | obfuscate                | 0.4.2                | minecraft.jar                                   | None                                     |
| LC    | mysteriumlib             | 1.5.7                | +mysteriumlib-1.5.7.jar                         | None                                     |
| LC    | securitycraft            | v1.9.5               | [1.12.2] SecurityCraft v1.9.5.jar               | None                                     |
| LC    | supermartijn642corelib   | 1.1.17               | _supermartijn642corelib-1.1.17-forge-mc1.12.jar | None                                     |
| LC    | alternatecurrent         | 1.4.2                | alternatecurrent-1.4.2.jar                      | None                                     |
| LC    | crafttweaker             | 4.1.20               | CraftTweaker2-1.12-4.1.20.700.jar               | None                                     |
| L     | jei                      | 4.16.1.1012          | jei_1.12.2-4.16.1.1012.jar                      | None                                     |
| L     | quark                    | r1.6-179             | Quark-r1.6-179.jar                              | None                                     |
| L     | autoreglib               | 1.3-32               | AutoRegLib-1.3-32.jar                           | None                                     |
| L     | byg                      | 1.7.1                | BiomesYouGo1.7.1+Fixes.jar                      | None                                     |
| L     | camera                   | 1.0.10               | camera-1.0.11.jar                               | None                                     |
| L     | casinocraft              | v11                  | CasinoCraft_1.12.2_v11.jar                      | None                                     |
| L     | codechickenlib           | 3.2.3.358            | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | None                                     |
| L     | mantle                   | 1.12-1.3.3.55        | Mantle-1.12-1.3.3.55.jar                        | None                                     |
| L     | tconstruct               | 1.12.2-2.13.0.183    | TConstruct-1.12.2-2.13.0.183.jar                | None                                     |
| L     | conarm                   | 1.2.5.10             | conarm-1.12.2-1.2.5.10.jar                      | None                                     |
| L     | unilib                   | 1.0.2                | UniLib-1.0.2+1.12.2-forge.jar                   | None                                     |
| L     | craftpresence            | 2.5.0                | CraftPresence-2.5.0+1.12.2-forge.jar            | None                                     |
| L     | ctgui                    | 1.0.0                | CraftTweaker2-1.12-4.1.20.700.jar               | None                                     |
| L     | crafttweakerjei          | 2.0.3                | CraftTweaker2-1.12-4.1.20.700.jar               | None                                     |
| L     | customnpcs               | 1.12                 | CustomNPCs_1.12.2-(05Jul20).jar                 | None                                     |
| L     | extrautils2              | 1.0                  | extrautils2-1.12-1.9.9.jar                      | None                                     |
| L     | fw                       | 1.6.0                | FullscreenWindowed-1.12-1.6.0-1.jar             | None                                     |
| L     | cfm                      | 6.3.0                | furniture-6.3.2-1.12.2.jar                      | None                                     |
| L     | fusion                   | 1.1.1                | fusion-1.1.1-forge-mc1.12.jar                   | None                                     |
| L     | hempfarmer               | 0.0.1                | hempfarmer-0.0.1.jar                            | None                                     |
| L     | waila                    | 1.8.26               | Hwyla-1.8.26-B41_1.12.2.jar                     | None                                     |
| L     | ksyxis                   | 1.3.2                | Ksyxis-1.3.2.jar                                | None                                     |
| L     | mca                      | 6.1.0                | MCA-Español-1.12.2.jar                          | None                                     |
| L     | mcgltf                   | 1.12.2-Forge-2.0.3.0 | MCglTF-1.12.2-Forge-2.0.3.0.jar                 | None                                     |
| L     | modularwarfare           | 2.4.2f               | modularwarfare-2.4.2f.jar                       | None                                     |
| L     | mrtjpcore                | 2.1.4.43             | MrTJPCore-1.12.2-2.1.4.43-universal.jar         | None                                     |
| L     | naturescompass           | 1.8.5                | NaturesCompass-1.12.2-1.8.5-forge.jar           | None                                     |
| L     | phosphorcrashfix         | 1.0.0                | PhosphorCrashFix-1.12.2-1.0.0.jar               | None                                     |
| L     | rechiseled               | 1.1.6                | rechiseled-1.1.6-forge-mc1.12.jar               | None                                     |
| L     | refinedstorage           | 1.6.16               | refinedstorage-1.6.16.jar                       | None                                     |
| L     | spark                    | 1.11.1               | spark-unforged-1.11.1-forge.jar                 | None                                     |
| L     | supermartijn642configlib | 1.1.6                | supermartijn642configlib-1.1.8-forge-mc1.12.jar | None                                     |
| L     | vehicle                  | 0.44.1               | vehicle-mod-0.44.1-1.12.2.jar                   | None                                     |
| L     | vintagefix               | 0.5.1                | vintagefix-0.5.1.jar                            | None                                     |
| L     | jade                     | 0.1.0                | Jade-0.1.0.jar                                  | None                                     |
| L     | phosphor-lighting        | 1.12.2-0.2.7         | phosphor-forge-mc1.12.2-0.2.7-universal.jar     | None                                     |

Loaded coremods (and transformers): 

KsyxisLegacyForge (Ksyxis-1.3.2.jar)

SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.5.jar)

PCF Core Mod (PhosphorCrashFix-1.12.2-1.0.0.jar)
nathan.phosphorcrashfix.patches.PhosphorSlicePatch
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)

Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
Spark (spark-unforged-1.11.1-forge.jar)

ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
MixinBooter (!mixinbooter-9.3.jar)

Fusion Plugin (fusion-1.1.1-forge-mc1.12.jar)

VintageFix (vintagefix-0.5.1.jar)
org.embeddedt.vintagefix.transformer.ASMModParserTransformer
redirectionor (redirectionor-1.4 for 1.12.2-1.8.8.jar)
com.Hileb.teampotato.redirectionor.RedirectionorTransformer
modularwarfare (modularwarfare-2.4.2f.jar)
com.modularwarfare.core.net.optifine.shaders.ShadersRender
AlternateCurrentMod (alternatecurrent-1.4.2.jar)
net.tclproject.mysteriumlib.asm.common.FirstClassTransformer
PlaceholderCoremod (+mysteriumlib-1.5.7.jar)
net.tclproject.mysteriumlib.asm.common.FirstClassTransformer
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 560.94' Renderer: 'NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2'
Launched Version: 1.12.2
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, 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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: NewDefault+v1.75[MC1.9-1.12.2].zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 22x Intel(R) Core(TM) Ultra 9 185H
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 560.94
OpenGlRenderer: NVIDIA GeForce RTX 4070 Laptop GPU/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 22

crash-2024-08-26_21.40.57-client.txt