Game crashes on my laptop for no reason
Closed this issue ยท 5 comments
Description of the Bug
Each time open the pack it crashes
Reproduction
it just crashes
Version
0.1.14.7 release
Relevant log output
https://mclo.gs/8fexVK5
---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// Who set us up the TNT?
Time: 2025-05-10 17:45:56 GMT 03:00
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from GregTech (gregtech)
Caused by: java.lang.NoClassDefFoundError: material/IsotopeMaterials
at material.SuSyMaterials.init(SuSyMaterials.groovy:2075)
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 org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:343)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:328)
at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1586)
at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
at preInit.MaterialChanges$_run_closure1.doCall(MaterialChanges.groovy:22)
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 org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:343)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:328)
at groovy.lang.MetaClassImpl.doInvokeMethod(MetaClassImpl.java:1333)
at groovy.lang.MetaClassImpl.handler$zff000$groovyscript$invokeMethod(MetaClassImpl.java:4268)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1007)
at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.runClosureInternal(GroovyScriptSandbox.java:200)
at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.runClosure(GroovyScriptSandbox.java:177)
at groovy.lang.Closure.handler$zfd000$groovyscript$call(Closure.java:1209)
at groovy.lang.Closure.call(Closure.java)
at groovy.lang.Closure.call(Closure.java:422)
at com.cleanroommc.groovyscript.event.GroovyEventManager$$Lambda$2031/1050296684.accept(Unknown Source)
at com.cleanroommc.groovyscript.event.GroovyEventManager$EventListener.invoke(GroovyEventManager.java:135)
at com.github.terminatornl.laggoggles.tickcentral.EventBusTransformer.redirectEvent(EventBusTransformer.java:67)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at gregtech.core.CoreModule.preInit(CoreModule.java:169)
at gregtech.modules.ModuleManager.onPreInit(ModuleManager.java:128)
at gregtech.GregTechMod.preInit(GregTechMod.java:69)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
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.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:467)
at net.minecraft.client.Minecraft.run(Minecraft.java:5601)
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: material.IsotopeMaterials
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at com.cleanroommc.groovyscript.sandbox.GroovyScriptClassLoader.loadClass(GroovyScriptClassLoader.java:165)
at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:973)
at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:960)
... 72 more
Caused by: java.lang.NullPointerException
No Mixin Metadata is found in the Stacktrace.
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System 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: 2862677728 bytes (2730 MB) / 3768057856 bytes (3593 MB) up to 18820366336 bytes (17948 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx20192m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 LoliASM 5.28 VintageFix 0.5.5 Powered by Forge 14.23.5.2860 199 mods loaded, 199 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 |
|:----- |:------------------------------ |:------------------------- |:------------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | supersymmetry | 1.0.0 | groovyscript-1.2.3.jar | None |
| LCH | FML | **.**.**.** | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | assetmover | 2.5 | minecraft.jar | None |
| LCH | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LCH | flare | 0.5.0 | flare-0.5.0.jar | None |
| LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCH | littletilescore | 1.0.0 | minecraft.jar | None |
| LCH | mixinbooter | 10.6 | minecraft.jar | None |
| LCH | biometweakercore | 1.0.39 | minecraft.jar | None |
| LCH | darkness | 0.5.0 | darkness-forge-1.12.x-0.5.0.jar | None |
| LCH | opencomputers|core | 1.8.8 | minecraft.jar | None |
| LCH | tickcentral | 3.2 | TickCentral-3.2.jar | None |
| LCH | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
| LCH | techguns_core | 1.12.2-1.0 | minecraft.jar | None |
| LCH | configanytime | 3.0 | !configanytime-3.0.jar | None |
| LCH | creativecore | 1.10.0 | CreativeCore_v1.10.71_mc1.12.2.jar | None |
| LCH | littletiles | 1.5.0 | LittleTiles_v1.5.87_mc1.12.2.jar | None |
| LCH | alet | 1.0 | A_Little_Extra_Tiles-1.1.0-pre034.jar | None |
| LCH | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
| LCH | appliedenergistics2 | v0.56.6 | ae2-uel-v0.56.6.jar | None |
| LCH | codechickenlib | **.**.**.** | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
| LCH | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None |
| LCH | aenetvistool | 1.0.3 | AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar | None |
| LCH | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
| LCH | applecore | 3.4.0 | AppleCore-mc1.12.2-3.4.0.jar | None |
| LCH | jei | 4.27.3 | HadEnoughItems_1.12.2-4.27.3.jar | None |
| LCH | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.108.jar | None |
| LCH | athenaeum | 1.12.2-1.19.6 | athenaeum-1.12.2-1.19.6.jar | None |
| LCH | baubles | 2.4.4 | Bubbles-2.4.4.jar | None |
| LCH | quark | r1.6-189 | QuarkRotN-r1.6-189.jar | None |
| LCH | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCH | bdsandm | 0.0.24 | BarrelsDrumsStorageAndMore-0.0.24.jar | None |
| LCH | baubleye | 1.3.3 | Baubley-Elytra-v1.3.3-mc1.12.2.jar | None |
| LCH | betteradvancements | **.**.**.** | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
| LCH | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271 5997513.jar | None |
| LCH | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
| LCH | betterplacement | 1.0.0-1 | BetterPlacement-1.0.0-1.jar | None |
| LCH | betterquesting | 4.2.6 | BetterQuestingUnofficial-4.2.6.jar | None |
| LCH | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
| LCH | modularui | 2.5.0-rc4 | modularui-2.5.0-rc4.jar | None |
| LCH | bogosorter | 1.4.10 | bogosorter-1.4.10.jar | None |
| LCH | bqutweaker | 1.3.7 | BQUTweaker-1.3.7.jar | None |
| LCH | buildinggadgets | 2.8.4 | BuildingGadgets-2.8.4.jar | None |
| LCH | caracalsmod | 1.0.3 | caracalsmod-1.0.3.jar | None |
| LCH | catwalks | 1.12.2-4.0.45 | catwalks-1.12.2-4.0.45.jar | None |
| LCH | cavegenerator | 1.1 | CaveGenerator-1.2-1.12.2.jar | None |
| LCH | cd4017be_lib | 6.5.1 | CD4017BE_lib-1.12.2-6.5.1.jar | None |
| LCH | loliasm | 5.28 | censoredasm5.28.jar | None |
| LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCH | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| LCH | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| LCH | colouredtooltips | 1.0.9 | ColouredTooltips-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | controlling | 3.0.10 | Controlling-3.0.12.4.jar | None |
| LCH | cosmeticarmorreworked | 1.12.2-v5a | CosmeticArmorReworked-1.12.2-v5a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCH | craftingtweaks | 9.0.1 | CraftingTweaks_1.12.2-9.0.1.jar | None |
| LCH | unilib | 1.0.5 | UniLib-1.0.5 1.12.2-forge.jar | None |
| LCH | craftpresence | 2.5.3 | CraftPresence-2.5.3 1.12.2-forge.jar | None |
| LCH | custombackgrounds | 1.0 | CustomBackgrounds-MC1.12-1.1.1.jar | None |
| LCH | customloadingscreen | 1.12.2-1.5.8 | CustomLoadingScreen-1.12.2-1.5.8.jar | None |
| LCH | custommainmenu | **.**.**.** | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None |
| LCH | cyberware | **.**.**.** | cyberware-1.12.2-0.2.11.29.jar | None |
| LCH | journeymap | 1.12.2-5.7.1p3 | journeymap-1.12.2-5.7.1p3.jar | None |
| LCH | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
| LCH | defaultworldgenerator-port | 1.12-2.3 | DefaultWorldGenerator-port-1.12-2.3.jar | None |
| LCH | dropt | 1.12.2-1.19.4 | dropt-1.12.2-1.19.4.jar | None |
| LCH | dynamistics | 1.0.2 | dynamistics-1.0.2.jar | None |
| LCH | elevatorid | 1.3.14 | ElevatorMod-1.12.2-1.3.14.jar | None |
| LCH | engineersdecor | 1.1.5 | engineersdecor-1.12.2-1.1.5.jar | ed58ed655893ced6280650866985abcae2bf7559 |
| LCH | extremesoundmuffler | 1.0.2 | esm-legacy-1.12.2-1.0.2.jar | None |
| LCH | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
| LCH | findme | 1.0.0 | findme-1.12.2-1.0.0.jar | None |
| LCH | xporbclump | 2.3.5-hotfix.1 | Fixeroo-2.3.5-hotfix.1.jar | None |
| LCH | ae2fc | 2.6.6-r | Fluid Craft for AE2-2.6.6-r.jar | None |
| LCH | fluidlogged_api | 2.2.4 | Fluidlogged-API-v2.2.4-mc1.12.2.jar | None |
| LCH | forgelin_continuous | **.**.**.** | Forgelin-Continuous-2.1.10.0.jar | None |
| LCH | forgelin | 1.8.4 | Forgelin-Continuous-2.1.10.0.jar | None |
| LCH | forgemultipartcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | microblockcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| LCH | minecraftmultipartcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| LCH | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
| LCH | ftblib | **.**.**.** | FTBLib-5.4.7.2.jar | None |
| LCH | ftbutilities | **.**.**.** | FTBUtilities-5.4.1.131.jar | None |
| LCH | geckolib3 | 3.0.30 | geckolib-forge-1.12.2-3.0.31.jar | None |
| LCH | geneticsreborn | 1.28 | geneticsreborn-1.12-1.32.jar | None |
| LCH | geographicraft | 1.0 | Geographicraft-1.12.2-0.9.8.5.jar | None |
| LCH | graduatedcylinders | 3.1.1 | graduatedcylinders-3.1.1.jar | None |
| LCH | gravestone | 1.10.3 | gravestone-1.10.3.jar | None |
| LCH | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCH | gravitygun | 7.1.0 | GravityGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCH | groovyscript | 1.2.3 | groovyscript-1.2.3.jar | None |
| LCH | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| LCE | gregtech | 2.8.10-beta | gregtech-1.12.2-2.8.10-beta.jar | None |
| LC | gcym | 1.2.11 | GregicalityMultiblocks-1.2.11.jar | None |
| LC | gregicprobe | 1.4.2 | gregicprobe-1.4.2.jar | None |
| LC | nutrition | 4.16.0 | Nutrition-UEL-4.16.0.jar | None |
| LC | gregtechfoodoption | 1.12.5 | gregtechfoodoption-1.12.2-1.12.5.jar | None |
| LC | tardis | 0.1.4A | tardis-0.1.4A.jar | None |
| LC | handles | 1.12.2-1.5.2.0 | handles-1.12.2-1.6.1.0.jar | None |
| LC | hungerinpeace | 1.0.0 | HungerInPeace-mc1.12-1.0.0.jar | None |
| LC | icbmclassic | 6.5.3 | ICBM-classic-1.12.2-6.5.3.jar | None |
| LC | lunatriuscore | **.**.**.** | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| LC | ingameinfoxml | **.**.**.** | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
| LC | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
| LC | igisereneseasons | 1.0.0.1 | igisereneseasons-1.0.0.1.jar | None |
| LC | trackapi | 1.2 | TrackAPI-1.2.jar | None |
| LC | universalmodcore | 1.2.1 | UniversalModCore-1.12.2-forge-1.2.1.jar | None |
| LC | immersiverailroading | 1.10.0 | ImmersiveRailroading-1.12.2-forge-1.10.0.jar | None |
| LC | incontrol | 3.9.18 | incontrol-1.12-3.9.18.jar | None |
| LC | industrialrenewal | 0.21.8 | IndustrialRenewal_1.12.2-0.21.8.jar | None |
| LC | itemborders | 1.2.0 | ItemBorders-1.12.2-forge-1.2.0.jar | None |
| LC | itemzoom | 1.11 | itemzoom_1.12.2-1.11.jar | None |
| LC | jeiutilities | 0.2.12 | JEI-Utilities-1.12.2-0.2.12.jar | None |
| LC | jeiintegration | 1.6.0 | jeiintegration_1.12.2-1.6.0.jar | None |
| LC | jecalculation | 1.12.2-3.2.7 | JustEnoughCalculation-1.12.2-3.2.7.jar | None |
| LC | jeresources | **.**.**.** | JustEnoughResources-1.12.2-0.9.3.203.jar | None |
| LC | laggoggles | 5 | LagGoggles-1.12.2-5.9-140.jar | None |
| LC | libnine | 1.2.1 | libnine-1.12.2-1.2.1.jar | None |
| LC | threng | 1.1.26 | lazy-ae2-1.12.2-1.1.26.jar | None |
| LC | logfilters | 1.0.2 | LogFilters-1.12.2-1.0.2.jar | None |
| LC | lt3dimporter | 0.7 | lt3dimporter-0.7.jar | None |
| LC | mcjtylib_ng | 3.5.5 | mcjtylib-refilmed-3.5.5.jar | None |
| LC | modnametooltip | 1.10.1 | modnametooltip_1.12.2-1.10.1.jar | None |
| LC | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
| LC | mousetweaks | 3.1.5 | mousetweaks-1.12.2-3.1.5.jar | None |
| LC | mrtjpcore | **.**.**.** | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
| LC | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None |
| LC | multistorage | 1.4.14 | multistorage-1.12.0-1.4.14.jar | None |
| LC | nae2 | 1.6.4 | nae2-1.6.4.jar | None |
| LC | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
| LC | neenergistics | @VERSION@ | NotEnoughEnergistics-1.12.2-2.0.7.jar | None |
| LC | noworldgen5you | 1.0.8 | NoWorldgen5You-1.12.2-1.0.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | nutrition_gtceu | 1.0.0 | Nutrition-GTCEu-1.12.2-1.0.0.jar | None |
| LC | opencomputers | 1.8.8 | OpenComputers-MC1.12.2-1.8.8 8da357f.jar | None |
| LC | omlib | 3.1.5-256 | omlib-1.12.2-3.1.5-256.jar | None |
| LC | ompd | 3.1.1-76 | ompd-1.12.2-3.1.1-76.jar | None |
| LC | eternalsoap.icbm.opencomputers | 1.0 | OpenComputersICBMAddon-1.3.jar | None |
| LC | openmodularturrets | 3.1.14-382 | openmodularturrets-1.12.2-3.1.14-382.jar | None |
| LC | openscreens | 1.0.1 | openscreens-1.12.2-1.0.1.jar | None |
| LC | opensecurity | 1.0-93 | OpenSecurity-1.12.2-1.0-93.jar | None |
| LC | packagedauto | 1.12.2-1.0.17.60 | PackagedAuto-1.12.2-1.0.17.60.jar | None |
| LC | pickupnotifier | 1.1.5 | PickUpNotifier-v1.1.5-1.12.2.jar | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
| LC | placebo | 1.6.0 | Placebo-1.12.2-1.6.1.jar | None |
| LC | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | projectred-core | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
| LC | projectred-integration | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
| LC | projectred-transmission | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
| LC | projectred-illumination | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
| LC | pyrotech | 1.12.2-1.6.19 | pyrotech-1.12.2-1.6.19.jar | None |
| LC | reccomplex | **.**.**.** | RecurrentComplex-1.4.8.6.jar | None |
| LC | rs_ctr | 0.3.1 | RedstoneControl-1.12.2-0.3.1.3.jar | None |
| LC | rftools | 7.75 | refinedtools-7.75.jar | None |
| LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC | rsgauges | 1.2.8 | rsgauges-1.12.2-1.2.8.jar | ed58ed655893ced6280650866985abcae2bf7559 |
| LC | rtg | 1.1.0 | RTGU-1.12.2-1.1.0.jar | None |
| LC | scalingguis | @VERSION@ | scalingguis-1.12.2-1.0.3.1.jar | None |
| LC | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.14 168.jar | None |
| LC | scalinghealth | 1.3.37 | ScalingHealth-1.12.2-1.3.42 147.jar | None |
| LC | serenetweaks | 0.0.1 | SereneTweaks-1.0.jar | None |
| LC | sgcraft | 2.0.3 | SGCraft-2.0.5.jar | None |
| LC | simple_trophies | 1.2.2 | simpletrophies-1.2.2.1.jar | None |
| LC | sledgehammer | 1.12.2-2.0.26 | Sledgehammer-1.12.2-2.0.26.jar | None |
| LC | soundphysics | 1.1.12 | soundphysics-1.1.12.jar | None |
| LC | srparasites | 1.9.21 | SRParasites-1.12.2v1.9.21.jar | None |
| LC | stellar_core | 1.5.21 | StellarCore-1.5.21.jar | None |
| LC | storagedrawers | 5.5.3 | StorageDrawers-1.12.2-5.5.3.jar | None |
| LC | supercritical | 0.0.4 | Supercritical-0.0.4.jar | None |
| LC | susy | v0.1.57 | supersymmetry-v0.1.57.jar | None |
| LC | sync | 7.1.0 | Sync-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | techguns | **.**.**.** | techguns-1.12.2-2.0.2.0_pre3.2.jar | None |
| LC | tellme | 0.7.0-dev.20200919.184303 | tellme-1.12.2-0.7.0-dev.20200919.184303.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LC | beneath | 1.7.1 | The Beneath-1.12.2-1.7.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC | toolbelt | 1.9.14 | ToolBelt-1.12.2-1.9.14.jar | None |
| LC | topaddons | 1.12.2-1.13.0 | topaddons-1.12.2-1.13.0.jar | None |
| LC | topextras | 1.0.1 | topextras-1.12.2-1.0.1.jar | None |
| LC | torchmaster | **.**.**.** | torchmaster_1.12.2-1.8.5.0.jar | None |
| LC | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
| LC | universaltweaks | 1.14.0 | UniversalTweaks-1.12.2-1.14.0.jar | None |
| LC | dimstack | 0.1.9 | VerticallyStackedDimensions-1.12.2-0.1.9.jar | None |
| LC | vintagefix | 0.5.5 | vintagefix-0.5.5.jar | None |
| LC | visualores | 0.2.6 | visualores-0.2.6.jar | None |
| LC | worldedit | 6.1.10 | worldedit-forge-mc1.12.2-6.1.10-dist.jar | None |
| LC | xnet | 1.8.4 | xnet-1.12-1.8.4-ynet.jar | None |
| LC | xtones | 1.2.2 | Xtones-1.2.2.jar | None |
| LC | recipehandler | 0.14 | YARCF-0.14(1.12.2).jar | None |
| LC | commons0815 | 1.4.0 | Commons0815-1.12.2-1.4.0.jar | None |
| LC | guitoolkit | 1.4.0 | Commons0815-1.12.2-1.4.0.jar | None |
| LC | rendertoolkit | 1.4.0 | Commons0815-1.12.2-1.4.0.jar | None |
| LC | ladylib | 2.1 | Ladylib-2.1.jar | None |
| LC | gaspunk | 1.4.8 | gaspunk-1.12.2-1.4.8.jar | ba9369f9681b72713739250c7c0fee53dfb1c148 |
| LC | pathos | 1.4.8 | gaspunk-1.12.2-1.4.8.jar | None |
| LC | gp_inhaler | 1.0.1 | Gaspunk-Inhaler-1.12.2-1.0.1.jar | 7b14aaee2dd17b12a140baecab28948fff3a263f |
| LC | openglasses | @VERSION@-53 | OpenGlasses-MC1.12.2-2.2-53.jar | None |
| LC | phosphor-lighting | 1.12.2-0.2.9.3 | phosphor-1.12.2-0.2.9.3-SNAPSHOT.jar | None |
| LC | weeping-angels | 1.12.2-46 | weeping-angels-46.jar | None |
Loaded coremods (and transformers): UniversalTweaksCore (UniversalTweaks-1.12.2-1.14.0.jar)
Baubley Elytra Plugin (Baubley-Elytra-v1.3.3-mc1.12.2.jar)
git.jbredwards.baubleye.BaubleyElytra$Transformer
NAE2-Core (nae2-1.6.4.jar)
ModularUI-Core (modularui-2.5.0-rc4.jar)
com.cleanroommc.modularui.core.ClassTransformer
Forgelin-Continuous (Forgelin-Continuous-2.1.10.0.jar)
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
squeek.applecore.asm.TransformerModuleHandler
Flare Coremod (flare-0.5.0.jar)
TickCentral (TickCentral-3.2.jar)
com.github.terminatornl.laggoggles.tickcentral.EventBusTransformer
com.github.terminatornl.laggoggles.tickcentral.RenderManagerTransformer
com.github.terminatornl.tickcentral.asm.BlockTransformer
com.github.terminatornl.tickcentral.asm.ITickableTransformer
com.github.terminatornl.tickcentral.asm.EntityTransformer
com.github.terminatornl.tickcentral.asm.HubAPITransformer
PhosphorFMLPlugin (phosphor-1.12.2-0.2.9.3-SNAPSHOT.jar)
VOEarlyMixinLoader (visualores-0.2.6.jar)
FluidCraftCore (Fluid Craft for AE2-2.6.6-r.jar)
com.glodblock.github.coremod.FCClassTransformer
GregTechLoadingPlugin (gregtech-1.12.2-2.8.10-beta.jar)
gregtech.asm.GregTechTransformer
Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar)
com.fuzs.pickupnotifier.asm.ClassTransformer
Fixeroo (Fixeroo-2.3.5-hotfix.1.jar)
Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
techguns.core.TechgunsASMTransformer
JeiUtilitiesLoadingPlugin (JEI-Utilities-1.12.2-0.2.12.jar)
com.github.vfyjxf.jeiutilities.asm.JeiUtilitiesClassTransformer
LogFilters (LogFilters-1.12.2-1.0.2.jar)
Vertically Stacked Dimensions ASM (VerticallyStackedDimensions-1.12.2-0.1.9.jar)
cd4017be.dimstack.asm.ChunkPrimerTransformer
cd4017be.dimstack.asm.BlockPortalTransformer
BogoSorter-Core (bogosorter-1.4.10.jar)
CoreModLoader (soundphysics-1.1.12.jar)
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
com.therandomlabs.randompatches.core.RPTransformer
SoundUnpack (OpenSecurity-1.12.2-1.0-93.jar)
ESMCore (esm-legacy-1.12.2-1.0.2.jar)
Fluidlogged API Plugin (Fluidlogged-API-v2.2.4-mc1.12.2.jar)
git.jbredwards.fluidlogged_api.mod.asm.ASMHandler$Transformer
git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerLevelProperty
git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerSmoothWater
Bubbles (Bubbles-2.4.4.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
VintageFix (vintagefix-0.5.5.jar)
org.embeddedt.vintagefix.transformer.ASMModParserTransformer
MixinBooter (!mixinbooter-10.6.jar)
ConfigAnytimePlugin (!configanytime-3.0.jar)
AE2ELCore (ae2-uel-v0.56.6.jar)
appeng.core.transformer.AE2ELTransformer
darkness (darkness-forge-1.12.x-0.5.0.jar)
io.github.yamporg.darkness.asm.WorldProviderTransformer
io.github.yamporg.darkness.asm.EntityRendererTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.8.8 8da357f.jar)
li.cil.oc.common.asm.ClassTransformer
SusyLoadingPlugin (supersymmetry-v0.1.57.jar)
supersymmetry.asm.SusyTransformer
MixinLoader (ItemBorders-1.12.2-forge-1.2.0.jar)
BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
me.superckl.biometweakercore.BiomeTweakerASMTransformer
Quark Plugin (QuarkRotN-r1.6-189.jar)
vazkii.quark.base.asm.ClassTransformer
AssetMover (assetmover-2.5.jar)
LoliASM (censoredasm5.28.jar)
AsmPlugin (Nutrition-GTCEu-1.12.2-1.0.0.jar)
kpan.nutrition_gtceu.asm.core.ASMTransformer
ClsPlugin (CustomLoadingScreen-1.12.2-1.5.8.jar)
alexiil.mc.mod.load.coremod.ClsTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
GTFOEarlyMixinPlugin (gregtechfoodoption-1.12.2-1.12.5.jar)
NEELoadingPlugin (NotEnoughEnergistics-1.12.2-2.0.7.jar)
com.github.vfyjxf.nee.asm.NEEClassTransformer
StellarCoreEarlyMixinLoader (StellarCore-1.5.21.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
GroovyScript-Core (groovyscript-1.2.3.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
LittlePatchingLoader (LittleTiles_v1.5.87_mc1.12.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar)
serializationisbad (serializationisbad-1.5.2.jar)
io.dogboy.serializationisbad.legacyforge.SIBTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 561.19' Renderer: 'NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2'
AE2 Version: stable v0.56.6 for Forge 14.23.5.2847
Suspected Mods: Supersymmetry (supersymmetry), GroovyScript (groovyscript), LagGoggles (laggoggles), Forge Mod Loader (FML), Minecraft Forge (forge), GregTech (gregtech)
Launched Version: forge-14.23.5.2860
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 561.19, 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: Black_Mesa.zip, ShaderTech.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 16x 12th Gen Intel(R) Core(TM) i5-12500Hcan you tell me how you install and play the game?
i install the pack on curse and play from the minecraft launcher
can you tell me how you install and play the game?
i install the pack on curse and play from the minecraft launcher
How much ram did u allocate?
are you updating an old instance? If so, DO NOT do that! Create a fresh instance and move your saves there instead.
If not, try deleting .minecraft/cache/groovy and launch again