Migmag789 / Gravelteam

You can post here the issues
2 stars 2 forks source link

[Beyond The Skies] [1.12.2] Crash on startup #27

Closed hron84 closed 1 year ago

hron84 commented 1 year ago

I just downloaded the modpack freshly from Curseforge.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  KonkreteCore (konkrete_forge_1.3.3_MC_1.12-1.12.2.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.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.14-1.12.2.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
  Quark Plugin (Quark-r1.6-179.jar)
  MicdoodlePlugin (MICDOODLECORE.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  FMCore (fancymenu_forge_2.9.1_MC_1.12-1.12.2.jar)
Contact their authors BEFORE contacting forge

// On the bright side, I bought you a teddy bear!

Time: 6/18/23 1:08 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    at java.lang.Class.getConstructor0(Class.java:3075)
    at java.lang.Class.getConstructor(Class.java:1825)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
    at cofh.cofhworld.init.WorldHandler.register(WorldHandler.java:87)
    at cofh.cofhworld.CoFHWorld.<init>(CoFHWorld.java:41)
    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.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    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)
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
    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)
    ... 50 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
    at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 52 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method setBlockStateInjectGenerateSkylightMapVanilla(Z)Z in mixins.phosphor.json:common.MixinChunk$Vanilla failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.phosphor.refmap.json
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
    ... 57 more

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

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    at java.lang.Class.getConstructor0(Class.java:3075)
    at java.lang.Class.getConstructor(Class.java:1825)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
    at cofh.cofhworld.init.WorldHandler.register(WorldHandler.java:87)
    at cofh.cofhworld.CoFHWorld.<init>(CoFHWorld.java:41)
    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.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    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)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Linux (amd64) version 6.1.34-1-lts
    Java Version: 1.8.0_371, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 6424301168 bytes (6126 MB) / 8232370176 bytes (7851 MB) up to 8232370176 bytes (7851 MB)
    JVM Flags: 2 total; -Xmx8192m -Xms8192m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 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                                |
    |:----- |:------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
    | 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.2860.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                     | 14.23.5.2860             | forge-1.12.2-14.23.5.2860.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | micdoodlecore             |                          | minecraft.jar                                      | None                                     |
    | LC    | openmodscore              | 0.12.2                   | minecraft.jar                                      | None                                     |
    | LC    | foamfixcore               | 7.7.4                    | minecraft.jar                                      | None                                     |
    | LC    | randompatches             | 1.12.2-1.22.1.10         | randompatches-1.12.2-1.22.1.10.jar                 | None                                     |
    | LC    | actuallyadditions         | 1.12.2-r152              | ActuallyAdditions-1.12.2-r152.jar                  | None                                     |
    | LC    | ctm                       | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
    | LC    | appliedenergistics2       | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar               | None                                     |
    | LC    | bdlib                     | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
    | LC    | ae2stuff                  | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
    | LC    | baubles                   | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
    | LC    | mantle                    | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
    | LC    | redstoneflux              | 2.1.1                    | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
    | LC    | crafttweaker              | 4.1.20                   | CraftTweaker2-1.12-4.1.20.675.jar                  | None                                     |
    | LC    | mtlib                     | 3.0.7                    | MTLib-3.0.7.jar                                    | None                                     |
    | LC    | modtweaker                | 4.0.19                   | modtweaker-4.0.20.11.jar                           | None                                     |
    | LC    | jei                       | 4.16.1.302               | jei_1.12.2-4.16.1.302.jar                          | None                                     |
    | LC    | chisel                    | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                       | None                                     |
    | LC    | quark                     | r1.6-179                 | Quark-r1.6-179.jar                                 | None                                     |
    | LC    | tconstruct                | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                   | None                                     |
    | LC    | tesla                     | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | p455w0rdslib              | 2.3.161                  | p455w0rdslib-1.12.2-2.3.161.jar                    | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | ae2wtlib                  | 1.0.34                   | AE2WTLib-1.12.2-1.0.34.jar                         | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | infinitylib               | 1.12.2-1.12.1            | infinitylib-1.12.1.jar                             | None                                     |
    | LC    | agricraft                 | 2.12.0-1.12.2-b2         | agricraft-2.12.0-1.12.2-b2.jar                     | None                                     |
    | LC    | aiimprovements            | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar                    | None                                     |
    | LC    | appleskin                 | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                        | None                                     |
    | LC    | architecturecraft         | @VERSION@                | architecturecraft-1.12-3.98.jar                    | None                                     |
    | LC    | attributefix              | 1.0.4                    | AttributeFix-1.12.2-1.0.4.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | autoreglib                | 1.3-32                   | AutoRegLib-1.3-32.jar                              | None                                     |
    | LC    | codechickenlib            | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | avaritia                  | 3.3.0                    | Avaritia-1.12.2-3.3.0.37-universal.jar             | None                                     |
    | LC    | badwithernocookiereloaded | 1.12.2-3.4.18            | badwithernocookiereloaded-1.12.2-3.4.18.jar        | None                                     |
    | LC    | betterbuilderswands       | 0.13.2                   | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar  | None                                     |
    | LC    | bibliocraft               | 2.4.6                    | BiblioCraft[v2.4.6][MC1.12.2].jar                  | None                                     |
    | LC    | reborncore                | 3.19.5                   | RebornCore-1.12.2-3.19.5-universal.jar             | None                                     |
    | LC    | cofhcore                  | 4.6.6                    | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
    | LC    | brandonscore              | 2.4.20                   | BrandonsCore-1.12.2-2.4.20.162-universal.jar       | None                                     |
    | L     | cofhworld                 | 1.4.0                    | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
    | L     | thermalfoundation         | 2.6.7                    | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
    | L     | draconicevolution         | 2.3.28                   | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None                                     |
    | L     | thermalexpansion          | 5.5.7                    | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
    | L     | techreborn                | 2.27.3.1084              | TechReborn-1.12.2-2.27.3.1084-universal.jar        | None                                     |
    | L     | forestry                  | 5.8.2.422                | forestry_1.12.2-5.8.2.422.jar                      | None                                     |
    | L     | binniecore                | 2.5.1.203                | binnie-mods-1.12.2-2.5.1.203.jar                   | None                                     |
    | L     | binniedesign              | 2.5.1.203                | binnie-mods-1.12.2-2.5.1.203.jar                   | None                                     |
    | L     | genetics                  | 2.5.1.203                | binnie-mods-1.12.2-2.5.1.203.jar                   | None                                     |
    | L     | botany                    | 2.5.1.203                | binnie-mods-1.12.2-2.5.1.203.jar                   | None                                     |
    | L     | extrabees                 | 2.5.1.203                | binnie-mods-1.12.2-2.5.1.203.jar                   | None                                     |
    | L     | extratrees                | 2.5.1.203                | binnie-mods-1.12.2-2.5.1.203.jar                   | None                                     |
    | L     | bonsaitrees               | 1.1.4                    | bonsaitrees-1.1.4-b170.jar                         | None                                     |
    | L     | bookshelf                 | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                       | None                                     |
    | L     | botania                   | r1.10-364                | Botania r1.10-364.4.jar                            | None                                     |
    | L     | buildinggadgets           | 2.8.4                    | BuildingGadgets-2.8.4.jar                          | None                                     |
    | L     | mcmultipart               | 2.5.3                    | MCMultiPart-2.5.3.jar                              | None                                     |
    | L     | cyclicmagic               | 1.20.12                  | Cyclic-1.12.2-1.20.12.jar                          | None                                     |
    | L     | mekanism                  | 1.12.2-9.8.3.390         | Mekanism-1.12.2-9.8.3.390.jar                      | None                                     |
    | L     | sonarcore                 | 5.0.19                   | sonarcore-1.12.2-5.0.19-20.jar                     | None                                     |
    | L     | calculator                | 5.0.12                   | calculator-1.12.2-5.0.12-15.jar                    | None                                     |
    | L     | ceramics                  | 1.12-1.3.7b              | Ceramics-1.12-1.3.7b.jar                           | None                                     |
    | L     | chameleon                 | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
    | L     | chickens                  | 6.1.0                    | chickens-6.1.0.jar                                 | None                                     |
    | L     | chiselsandbits            | 14.33                    | chiselsandbits-14.33.jar                           | None                                     |
    | L     | clienttweaks              | 3.1.11                   | ClientTweaks_1.12.2-3.1.11.jar                     | None                                     |
    | L     | clumps                    | 3.1.2                    | Clumps-3.1.2.jar                                   | None                                     |
    | L     | cyclopscore               | 1.6.7                    | CyclopsCore-1.12.2-1.6.7.jar                       | None                                     |
    | L     | commoncapabilities        | 2.4.8                    | CommonCapabilities-1.12.2-2.4.8.jar                | None                                     |
    | L     | colossalchests            | 1.7.3                    | ColossalChests-1.12.2-1.7.3.jar                    | None                                     |
    | L     | compactmachines3          | 3.0.18                   | compactmachines3-1.12.2-3.0.18-b278.jar            | None                                     |
    | L     | controlling               | 3.0.10                   | Controlling-3.0.10.jar                             | None                                     |
    | L     | cookingforblockheads      | 6.5.0                    | CookingForBlockheads_1.12.2-6.5.0.jar              | None                                     |
    | L     | craftingtweaks            | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                    | None                                     |
    | L     | ctgui                     | 1.0.0                    | CraftTweaker2-1.12-4.1.20.675.jar                  | None                                     |
    | L     | crafttweakerjei           | 2.0.3                    | CraftTweaker2-1.12-4.1.20.675.jar                  | None                                     |
    | L     | creeperconfetti           | 1.4.2                    | creeperconfetti-1.4.2.jar                          | None                                     |
    | L     | cucumber                  | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
    | L     | darkutils                 | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                       | None                                     |
    | L     | ding                      | 1.0.2                    | Ding-1.12.2-1.0.2.jar                              | None                                     |
    | L     | embers                    | 1.19                     | EmbersRekindled-1.19.jar                           | None                                     |
    | L     | enderstorage              | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar        | None                                     |
    | L     | ironchest                 | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
    | L     | theoneprobe               | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                        | None                                     |
    | L     | endermanevo               | 1.0.33                   | EndermanEvolution-1.12.2-1.0.33.jar                | None                                     |
    | L     | valkyrielib               | 1.12.2-2.0.20.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
    | L     | environmentaltech         | 1.12.2-2.0.20.1          | environmentaltech-1.12.2-2.0.20.1.jar              | None                                     |
    | L     | forgelin                  | 1.8.4                    | Forgelin-1.8.4.jar                                 | None                                     |
    | L     | exnihilocreatio           | 1.12.2-0.4.7.2           | exnihilocreatio-1.12.2-0.4.7.2.jar                 | None                                     |
    | L     | excompressum              | 3.0.32                   | ExCompressum_1.12.2-3.0.32.jar                     | None                                     |
    | L     | extendedcrafting          | 1.5.6                    | ExtendedCrafting-1.12.2-1.5.6.jar                  | None                                     |
    | L     | extracells                | 2.6.5                    | ExtraCells-1.12.2-2.6.5.jar                        | None                                     |
    | L     | galacticraftcore          | 4.0.2.280                | GALACTICRAFTCORE.jar                               | None                                     |
    | L     | galacticraftplanets       | 4.0.2.280                | GALACTICRAFTPLANETS.jar                            | None                                     |
    | L     | mjrlegendslib             | 1.12.2-1.2.1             | MJRLegendsLib-1.12.2-1.2.1.jar                     | None                                     |
    | L     | extraplanets              | 1.12.2-0.7.4             | ExtraPlanets-1.12.2-0.7.4.jar                      | None                                     |
    | L     | extrautils2               | 1.0                      | extrautils2-1.12-1.9.9.jar                         | None                                     |
    | L     | zerocore                  | 1.12.2-0.1.2.9           | zerocore-1.12.2-0.1.2.9.jar                        | None                                     |
    | L     | bigreactors               | 1.12.2-0.4.5.68          | ExtremeReactors-1.12.2-0.4.5.68.jar                | None                                     |
    | L     | konkrete                  | 1.3.3                    | konkrete_forge_1.3.3_MC_1.12-1.12.2.jar            | None                                     |
    | L     | fancymenu                 | 2.9.1                    | fancymenu_forge_2.9.1_MC_1.12-1.12.2.jar           | None                                     |
    | L     | flatcoloredblocks         | mc1.12-6.8               | flatcoloredblocks-mc1.12-6.8.jar                   | None                                     |
    | L     | fluxnetworks              | 4.1.0                    | FluxNetworks-1.12.2-4.1.1.34.jar                   | None                                     |
    | L     | foamfix                   | 0.10.14-1.12.2           | foamfix-0.10.14-1.12.2.jar                         | None                                     |
    | L     | forgemultipartcbe         | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
    | L     | microblockcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
    | L     | minecraftmultipartcbe     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
    | L     | ftbbackups                | 1.1.0.1                  | FTBBackups-1.1.0.1.jar                             | None                                     |
    | L     | ftblib                    | 5.4.7.2                  | FTBLib-5.4.7.2.jar                                 | None                                     |
    | L     | ftbutilities              | 5.4.1.131                | FTBUtilities-5.4.1.131.jar                         | None                                     |
    | L     | itemfilters               | 1.0.4.2                  | ItemFilters-1.0.4.2.jar                            | None                                     |
    | L     | ftbquests                 | 1202.9.0.15              | FTBQuests-1202.9.0.15.jar                          | None                                     |
    | L     | galacticrafttweaker       | 1.12.2-1.0.3             | GalacticraftTweaker-1.12.2-1.0.3.jar               | None                                     |
    | L     | gardenofglass             | sqrt(-1)                 | GardenOfGlass.jar                                  | None                                     |
    | L     | gendustry                 | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                     | None                                     |
    | L     | gogskybox                 | 1.1-3                    | GoGSkybox 1.1-3.jar                                | None                                     |
    | L     | guideapi                  | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
    | L     | gunpowderlib              | 1.12.2-1.1               | GunpowderLib-1.12.2-1.1.jar                        | None                                     |
    | L     | hardcoremapreset          | 4.2.3.39                 | HardCoreMapReset-4.2.3.39.jar                      | None                                     |
    | L     | hatchery                  | 2.2.2                    | hatchery-1.12.2-2.2.2.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     | immersiveengineering      | 0.12-98                  | ImmersiveEngineering-0.12-98.jar                   | None                                     |
    | L     | immersivepetroleum        | 1.1.10                   | immersivepetroleum-1.12.2-1.1.10.jar               | None                                     |
    | L     | immersivetech             | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
    | L     | teslacorelib              | 1.0.18                   | tesla-core-lib-1.12.2-1.0.18.jar                   | None                                     |
    | L     | industrialforegoing       | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar         | None                                     |
    | L     | integrateddynamics        | 1.1.11                   | IntegratedDynamics-1.12.2-1.1.11.jar               | None                                     |
    | L     | integrateddynamicscompat  | 1.0.0                    | IntegratedDynamics-1.12.2-1.1.11.jar               | None                                     |
    | L     | inventorytweaks           | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | None                                     |
    | L     | ironbackpacks             | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.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     | jaopcaagriculture         | 1.12.2-1.2.1.17          | JAOPCAAgriculture-1.12.2-1.2.1.17.jar              | None                                     |
    | L     | jaopca                    | 1.12.2-2.2.8.106         | JAOPCA-1.12.2-2.2.8.106.jar                        | None                                     |
    | L     | oredictinit               | 1.12.2-2.2.1.72          | JAOPCA-1.12.2-2.2.8.106.jar                        | None                                     |
    | L     | jeibees                   | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                       | None                                     |
    | L     | journeymap                | 1.12.2-5.7.1             | journeymap-1.12.2-5.7.1.jar                        | None                                     |
    | L     | jee                       | 1.0.8                    | JustEnoughEnergistics-1.12.2-1.0.8.jar             | None                                     |
    | L     | jeresources               | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
    | L     | kleeslabs                 | 5.4.12                   | KleeSlabs_1.12.2-5.4.12.jar                        | None                                     |
    | L     | lootbags                  | 2.5.8.5                  | LootBags-1.12.2-2.5.8.5.jar                        | None                                     |
    | L     | mcjtylib_ng               | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                            | None                                     |
    | L     | mekanismgenerators        | 1.12.2-9.8.3.390         | MekanismGenerators-1.12.2-9.8.3.390.jar            | None                                     |
    | L     | mekanismtools             | 1.12.2-9.8.3.390         | MekanismTools-1.12.2-9.8.3.390.jar                 | None                                     |
    | L     | mob_grinding_utils        | 0.3.13                   | MobGrindingUtils-0.3.13.jar                        | None                                     |
    | L     | modnametooltip            | 1.10.1                   | modnametooltip_1.12.2-1.10.1.jar                   | None                                     |
    | L     | morechickens              | 3.2.0                    | morechickens-1.12.2-3.2.0.jar                      | None                                     |
    | L     | moreoverlays              | 1.15.1                   | moreoverlays-1.15.1-mc1.12.2.jar                   | None                                     |
    | L     | morpheus                  | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                        | None                                     |
    | L     | mousetweaks               | 2.10.1                   | MouseTweaks-2.10.1-mc1.12.2.jar                    | None                                     |
    | L     | naturescompass            | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar                    | None                                     |
    | L     | neat                      | 1.4-17                   | Neat 1.4-17.jar                                    | None                                     |
    | L     | neid                      | 1.5.4.4                  | NotEnoughIDs-1.5.4.4.jar                           | None                                     |
    | L     | notenoughwands            | 1.8.1                    | notenoughwands-1.12-1.8.1.jar                      | None                                     |
    | L     | openmods                  | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                      | None                                     |
    | L     | openblocks                | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                        | None                                     |
    | L     | oreexcavation             | 1.4.150                  | OreExcavation-1.4.150.jar                          | None                                     |
    | L     | packmode                  | 1.2.0                    | packmode-1.12.2-1.2.0.jar                          | None                                     |
    | L     | harvestcraft              | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zg.jar                    | None                                     |
    | L     | psi                       | r1.1-78                  | Psi-r1.1-78.2.jar                                  | None                                     |
    | L     | redstonearsenal           | 2.6.6                    | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar       | None                                     |
    | L     | thermaldynamics           | 2.5.6                    | ThermalDynamics-1.12.2-2.5.6.1-universal.jar       | None                                     |
    | L     | simplyjetpacks            | 1.12.2-2.2.20.0          | SimplyJetpacks2-1.12.2-2.2.20.0.jar                | None                                     |
    | L     | plustic                   | 8.0.5                    | plustic-8.0.5.jar                                  | None                                     |
    | L     | portalgun                 | 7.1.0                    | PortalGun-1.12.2-7.1.0.jar                         | None                                     |
    | L     | pressure                  | 1.3.1.9                  | pressure-1.3.1.9-mc1.12.2.jar                      | None                                     |
    | L     | quantumstorage            | 4.7.0                    | QuantumStorage-1.12-4.7.0.jar                      | None                                     |
    | L     | rangedpumps               | 0.5                      | rangedpumps-0.5.jar                                | None                                     |
    | L     | reauth                    | 4.0.3                    | ReAuth-1.12-Forge-4.0.3.jar                        | None                                     |
    | L     | xreliquary                | 1.12.2-1.3.4.796         | Reliquary-1.12.2-1.3.4.796.jar                     | None                                     |
    | L     | resourceloader            | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                  | None                                     |
    | L     | rftools                   | 7.73                     | rftools-1.12-7.73.jar                              | None                                     |
    | L     | rftoolscontrol            | 2.0.2                    | rftoolsctrl-1.12-2.0.2.jar                         | None                                     |
    | L     | rftoolsdim                | 5.71                     | rftoolsdim-1.12-5.71.jar                           | None                                     |
    | L     | roost                     | 2.0.10                   | roost-1.12.2-2.0.10.jar                            | None                                     |
    | L     | skyresources              | 2.3.8                    | skyresources-2.3.9.jar                             | None                                     |
    | L     | sc                        | 1.2.2.5                  | Sky-Compression-1.2.2.5.jar                        | None                                     |
    | L     | spark                     | 1.6.3                    | spark-forge.jar                                    | None                                     |
    | L     | stevescarts               | 2.4.32.137               | StevesCarts-1.12.2-2.4.32.137.jar                  | None                                     |
    | L     | storagedrawers            | 5.2.2                    | StorageDrawers-1.12.2-5.4.2.jar                    | None                                     |
    | L     | thermalcultivation        | 0.3.6                    | ThermalCultivation-1.12.2-0.3.6.1-universal.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     | topaddons                 | 1.12.2-1.13.0            | topaddons-1.12.2-1.13.0.jar                        | None                                     |
    | L     | torchmaster               | 1.8.5.0                  | torchmaster_1.12.2-1.8.5.0.jar                     | None                                     |
    | L     | translocators             | 2.5.2.81                 | Translocators-1.12.2-2.5.2.81-universal.jar        | None                                     |
    | L     | treegrowingsimulator      | 0.0.4                    | TreeGrowingSimulator2017-1.0.1.jar                 | None                                     |
    | L     | universalmodifiers        | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
    | L     | voidislandcontrol         | 1.5.3                    | voidislandcontrol-1.5.3.jar                        | None                                     |
    | L     | wanionlib                 | 1.12.2-2.9               | WanionLib-1.12.2-2.9.jar                           | None                                     |
    | L     | wct                       | 3.12.97                  | WirelessCraftingTerminal-1.12.2-3.12.97.jar        | None                                     |
    | L     | xnet                      | 1.8.2                    | xnet-1.12-1.8.2.jar                                | None                                     |
    | L     | techreborn_compat         | 1.0.0                    | TechReborn-ModCompatibility-1.12.2-1.4.0.76.jar    | None                                     |
    | L     | phosphor-lighting         | 1.12.2-0.2.7             | phosphor-forge-mc1.12.2-0.2.7-universal.jar        | None                                     |
    | L     | teslacorelib_registries   | 1.0.18                   | tesla-core-lib-1.12.2-1.0.18.jar                   | None                                     |
    | L     | unidict                   | 1.12.2-3.0.10            | UniDict-1.12.2-3.0.10.jar                          | None                                     |
    | L     | wrapup                    | 1.12-1.1.3               | WrapUp-1.12-1.1.3.jar                              | None                                     |

    Loaded coremods (and transformers): 
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  com.therandomlabs.randompatches.core.RPTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

KonkreteCore (konkrete_forge_1.3.3_MC_1.12-1.12.2.jar)

MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
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.14-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)

Quark Plugin (Quark-r1.6-179.jar)
  vazkii.quark.base.asm.ClassTransformer
MicdoodlePlugin (MICDOODLECORE.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
  wanion.unidict.core.UniDictCoreModTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
FMCore (fancymenu_forge_2.9.1_MC_1.12-1.12.2.jar)

    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 535.54.03' Renderer: 'NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - craftingtweaksIntegration (Enabled/Not Forced)
        - theoneprobeIntegration (Enabled/Not Forced)
        - quarkIntegration (Enabled/Not Forced)

    Launched Version: 1.12.2
    LWJGL: 2.9.4
    OpenGL: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 535.54.03, 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: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Migmag789 commented 1 year ago

Hi, this is not normal, I'm very sorry but I don't understand how I should help you fix this. I will try to do something the next week. Sorry for the problem!

hron84 commented 1 year ago

@Migmag789 It seems like Phosphor caused the issue. Disabling that mod resolved the issue. Could you please update the modpack excluding this mod from it?

Migmag789 commented 1 year ago

I may do it in the next week, but it would be game-breaking because I changed the ID extender mod from NotEnoughIDs to JustEnoughIDs for optimization and performance reasons. Thanks for finding the mod that caused the problem!