Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renderlib not loading properly after downloading it/booting the first time #31

Open
Levviata opened this issue Jan 19, 2025 · 1 comment

Comments

@Levviata
Copy link

Renderlib does not load on first boot after downloading it, rebooting the game does fix the crashing.

Crash log:

---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// There are four lights!

Time: 2025-01-19 07:45:16 CET
Description: Initializing game

java.lang.NoClassDefFoundError: meldexun/renderlib/RenderLib
    at meldexun.renderlib.opengl.debug.OpenGLDebugMode.setupDebugOutput(OpenGLDebugMode.java:342)
    at net.minecraft.client.Minecraft.handler$zzl000$unknown-owner$init_createDisplay(Minecraft.java:3367)
    at net.minecraft.client.Minecraft.init(Minecraft.java:458)
    at net.minecraft.client.Minecraft.run(Minecraft.java:6101)
    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: meldexun.renderlib.RenderLib
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
    ... 11 more

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_432, Azul Systems, Inc.
  Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Azul Systems, Inc.
  Memory: 788847064 bytes (752 MB) / 1044381696 bytes (996 MB) up to 1908932608 bytes (1820 MB)
  JVM Flags: 1 total; -Xmx2048M
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: 
  Loaded coremods (and transformers): 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.15-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      Naughthirium (naughthirium-1.0.2.jar)
                                        
                                      UniversalTweaksCore (UniversalTweaks-1.12.2-1.13.0.jar)
                                        
                                      EntityCullingPlugin (EntityCulling-1.12.2-6.4.3.jar)
                                        meldexun.entityculling.asm.EntityCullingClassTransformer
                                      AlfheimPlugin (Alfheim-1.4.jar)
                                        
                                      NothiriumPlugin (Nothirium-1.12.2-0.3.4-beta.jar)
                                        meldexun.nothirium.mc.asm.NothiriumClassTransformer
                                      LoliASM (censoredasm5.20.jar)
                                        
                                      MixinBooter (!mixinbooter-10.3.jar)
                                        
                                      RenderLibPlugin (RenderLib-1.12.2-1.3.5.jar)
                                        meldexun.renderlib.asm.RenderLibClassTransformer
                                      ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.3.jar)
                                        
                                      ConfigAnytimePlugin (!configanytime-3.0.jar)
                                        
                                      Red Core (!Red-Core-MC-1.7-1.12-0.5.1.jar)
                                        
                                      Better Biome Blend (betterbiomeblend-1.12.2-1.1.7-forge.jar)
  Suspected Mods: Unknown
  Launched Version: 1.12.2
  LWJGL: 2.9.4
  OpenGL: NVIDIA GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
  GL Caps: 
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge'
  Type: Client (map_client.txt)
  Resource Packs: 
  Current Language: ~~ERROR~~ NullPointerException: null
  Profiler Position: N/A (disabled)
  CPU: <unknown>
@Levviata
Copy link
Author

Levviata commented Jan 19, 2025

Latest log:

[08:30:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[08:30:04] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[08:30:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[08:30:04] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[08:30:04] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_432, running on Windows 10:amd64:10.0, installed at C:\Users\Lev\AppData\Roaming\ModrinthApp\meta\java_versions\zulu8.82.0.21-ca-jre8.0.432-win_x64
[08:30:04] [main/INFO] [FML]: Searching C:\Users\Lev\AppData\Roaming\ModrinthApp\profiles\Levviata_s Optimization Modpack\mods for mods
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in !configanytime-3.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod com.cleanroommc.configanytime.ConfigAnytimePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:30:04] [main/WARN] [FML]: The coremod ConfigAnytimePlugin (com.cleanroommc.configanytime.ConfigAnytimePlugin) is not signed!
[08:30:04] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from !mixinbooter-10.3.jar
[08:30:04] [main/INFO] [FML]: Loading tweaker net.jan.moddirector.launchwrapper.ModDirectorTweaker from !mod-director-launchwrapper-1.8.3.jar
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in !Red-Core-MC-1.7-1.12-0.5.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod dev.redstudio.redcore.RedCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:30:04] [main/WARN] [FML]: The coremod Red Core (dev.redstudio.redcore.RedCorePlugin) is not signed!
[08:30:04] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [___MixinCompat-1.1-1.12.2___].jar
[08:30:04] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from _MixinBootstrap-1.1.0.jar
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Alfheim-1.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod AlfheimPlugin (dev.redstudio.alfheim.asm.AlfheimPlugin) is not signed!
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in betterbiomeblend-1.12.2-1.1.7-forge.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod Better Biome Blend (fionathemortal.betterbiomeblend.core.CoreMod) is not signed!
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in censoredasm5.20.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod LoliASM (zone.rong.loliasm.core.LoliLoadingPlugin) is not signed!
[08:30:04] [main/INFO] [LoliASM]: Lolis are on the client-side.
[08:30:04] [main/INFO] [LoliASM]: Lolis are preparing and loading in mixins since Rongmario's too lazy to write pure ASM at times despite the mod being called 'LoliASM'
[08:30:04] [main/WARN] [LoliASM]: Replacing CA Certs with an updated one...
[08:30:04] [main/INFO] [LoliASM]: Initializing StacktraceDeobfuscator...
[08:30:04] [main/INFO] [LoliASM]: Found MCP stable-39 method mappings: methods-stable_39.csv
[08:30:04] [main/INFO] [LoliASM]: Initialized StacktraceDeobfuscator.
[08:30:04] [main/INFO] [LoliASM]: Installing DeobfuscatingRewritePolicy...
[08:30:04] [main/INFO] [LoliASM]: Installed DeobfuscatingRewritePolicy.
[08:30:04] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from EntityCulling-1.12.2-6.4.3.jar
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.15-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:30:04] [main/WARN] [FML]: The coremod 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.) (pl.asie.foamfix.coremod.FoamFixCore) is not signed!
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in naughthirium-1.0.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod zone.rong.naughthirium.Naughthirium does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:30:04] [main/WARN] [FML]: The coremod Naughthirium (zone.rong.naughthirium.Naughthirium) is not signed!
[08:30:04] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Nothirium-1.12.2-0.3.4-beta.jar
[08:30:04] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from particleculling-1.12.2-v1.4.3.jar
[08:30:04] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in UniversalTweaks-1.12.2-1.13.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:30:04] [main/WARN] [FML]: The coremod UniversalTweaksCore (mod.acgaming.universaltweaks.core.UTLoadingPlugin) is not signed!
[08:30:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:30:04] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[08:30:04] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/C:/Users/Lev/AppData/Roaming/ModrinthApp/profiles/Levviata_s%20Optimization%20Modpack/mods/!mixinbooter-10.3.jar Service=LaunchWrapper Env=CLIENT
[08:30:04] [main/WARN] [FML]: The coremod zone.rong.mixinbooter.MixinBooterPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:30:04] [main/WARN] [FML]: The coremod MixinBooter (zone.rong.mixinbooter.MixinBooterPlugin) is not signed!
[08:30:04] [main/INFO] [MixinBooter]: Initializing Mixins...
[08:30:04] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[08:30:04] [main/INFO] [MixinBooter]: Initializing MixinExtras...
[08:30:04] [main/INFO] [MixinBooter]: Gathering present mods...
[08:30:04] [main/INFO] [MixinBooter]: Finished gathering 13 mods...
[08:30:04] [main/WARN] [FML]: The coremod EntityCullingPlugin (meldexun.entityculling.asm.EntityCullingPlugin) is not signed!
[08:30:04] [main/WARN] [FML]: The coremod NothiriumPlugin (meldexun.nothirium.mc.asm.NothiriumPlugin) is not signed!
[08:30:04] [main/WARN] [FML]: The coremod ParticleCullingLoadingPlugin (bl4ckscor3.mod.particleculling.ParticleCullingLoadingPlugin) is not signed!
[08:30:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.jan.moddirector.launchwrapper.ModDirectorTweaker
[08:30:04] [main/WARN] [ModDirector[CORE]]: Successfully replaced CA certificates with updated ones!
[08:30:04] [main/INFO] [ModDirector[CORE]]: Mod director loaded!
[08:30:04] [main/INFO] [ModDirector/Tweaker[Launchwrapper]]: ModDirector bootstrapped from Launchwrapper!
[08:30:04] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[08:30:04] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[08:30:04] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[08:30:04] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[08:30:04] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[08:30:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[08:30:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:30:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:30:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.jan.moddirector.launchwrapper.ModDirectorTweaker
[08:30:04] [main/INFO] [ModDirector/ConfigurationController[CORE]]: Loading config config\mod-director\censored-asm.curse.json
[08:30:05] [main/INFO] [ModDirector/ConfigurationController[CORE]]: Loading config config\mod-director\entity-culling.curse.json
[08:30:05] [main/INFO] [ModDirector/ConfigurationController[CORE]]: Loading config config\mod-director\fastfurnace.curse.json
[08:30:05] [main/INFO] [ModDirector/ConfigurationController[CORE]]: Loading config config\mod-director\libs.bundle.json
[08:30:05] [main/INFO] [ModDirector/ConfigurationController[CORE]]: Loading config config\mod-director\nothirium.curse.json
[08:30:05] [main/INFO] [ModDirector/ConfigurationController[CORE]]: Loading config config\mod-director\performant.curse.json
[08:30:05] [main/WARN] [ModDirector[CORE]]: This modpack does not contain a modpack.json, if you are the author, consider adding one!
[08:30:07] [pool-2-thread-1/INFO] [ModDirector/InstallController[CORE]]: Installed mod file C:\Users\Lev\AppData\Roaming\ModrinthApp\profiles\Levviata_s Optimization Modpack\mods\!!RenderLib.jar
[08:30:07] [main/INFO] [ModDirector/ForgeLateLoader[Launchwrapper]]: Found new CoreModManager at net.minecraftforge.fml.relauncher.CoreModManager!
[08:30:07] [main/INFO] [ModDirector/ForgeLateLoader[Launchwrapper]]: Found new ModAccessTransformer at net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer!
[08:30:07] [main/INFO] [ModDirector/ForgeLateLoader[Launchwrapper]]: Trying to late load 1 mods
[08:30:07] [main/INFO] [ModDirector/ForgeLateLoader[Launchwrapper]]: Late injecting tweaker org.spongepowered.asm.launch.MixinTweaker from C:\Users\Lev\AppData\Roaming\ModrinthApp\profiles\Levviata_s Optimization Modpack\mods\!!RenderLib.jar using FML
[08:30:07] [main/WARN] [ModDirector/ForgeLateLoader[Launchwrapper]]: Failed to find deobf tweaker, injecting after deobf tweaker at first place
[08:30:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:30:08] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [betterbiomeblend]: Found valid Mixin framework! Proceeding to load.
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[08:30:08] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@4232b34a
[08:30:08] [main/WARN] [FML]: The coremod RenderLibPlugin (meldexun.renderlib.asm.RenderLibPlugin) is not signed!
[08:30:08] [main/INFO] [MixinBooter]: Loading early loader dev.redstudio.alfheim.asm.AlfheimPlugin for its mixins.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.alfheim.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Loading early loader zone.rong.loliasm.core.LoliLoadingPlugin for its mixins.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.devenv.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.internal.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.vanities.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.registries.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.stripitemstack.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.lockcode.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.recipes.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.misc_fluidregistry.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.forgefixes.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.capability.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.efficienthashing.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.crashes.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.fix_mc129057.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bucket.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.priorities.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.rendering.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.datastructures_modelmanager.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.screenshot.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.searchtree_vanilla.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.resolve_mc2071.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.fix_mc_skindownloading.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.fix_mc186052.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Loading early loader zone.rong.naughthirium.Naughthirium for its mixins.
[08:30:08] [main/INFO] [MixinBooter]: Loading early loader mod.acgaming.universaltweaks.core.UTLoadingPlugin for its mixins.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.misc.smoothlighting.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.buttons.anaglyph.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.items.itementities.client.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.toastcontrol.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.languageswitching.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.audioreload.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.buttons.realms.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.autojump.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.gui.keybindlistentry.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.gui.potionduration.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.buttons.snooper.client.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.missingmodel.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.blockoverlay.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.gui.lanserverproperties.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.smoothscrolling.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.timeouts.client.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.resourcemanager.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.misc.spectatormenu.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.world.frustumculling.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.connectionspeed.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.gui.ping.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.miningglitch.client.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.elytrarender.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.elytra.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.fps.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.banner.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.misc.potionamplifier.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.entitylists.client.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.villagermantle.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.misc.particlespawning.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.itemframevoid.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.blocks.endportal.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.burning.mobs.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.entityradiuscheck.reducesearchsize.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.tracker.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.world.tileentities.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.blocks.leafdecay.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.destroypacket.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.world.witchhuts.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.burning.horse.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.maxhealth.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.ai.saddledwandering.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.world.chunksaving.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.incurablepotions.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.blocks.lenientpaths.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.skeletonaim.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.misc.packetsize.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.world.stronghold.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.hopper.boundingbox.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.sleeping.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.horsefalling.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.pathfinding.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.spawning.husk.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.piston.tile.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.taming.horse.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.blockfire.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.commands.seed.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.entityradiuscheck.lesscollisions.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.prefixcheck.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.dimensionchange.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.misc.timeouts.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.blocks.bedobstruction.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.entitylists.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.misc.crafteditemstatistics.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.untippedarrowparticles.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.ladderflying.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.minecart.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.despawning.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.suffocation.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.desync.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.dyeblending.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.blocks.sapling.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.boundingbox.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.deathtime.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.comparatortiming.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.miningglitch.server.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.spawning.stray.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.entities.ai.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.attackradius.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.boatoffset.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.mount.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.hopper.tile.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.saturation.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.blocks.falling.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.items.itementities.server.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.bugfixes.entities.entityid.json] mixin configuration.
[08:30:08] [main/INFO] [MixinBooter]: Adding [mixins.tweaks.performance.craftingcache.json] mixin configuration.
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[08:30:08] [main/INFO] [LoliASM]: The lolis are now preparing to bytecode manipulate your game.
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.block.model.BakedQuad to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.block.model.BakedQuadRetextured to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraftforge.client.model.pipeline.UnpackedBakedQuad to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class zone.rong.loliasm.bakedquad.BakedQuadFactory to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.block.model.ModelResourceLocation to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.audio.SoundEventAccessor to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.audio.SoundRegistry to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraftforge.client.model.ModelLoader to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.block.statemap.StateMapperBase to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.BlockModelShapes to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.block.statemap.BlockStateMapper to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.RenderGlobal to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.RenderHelper to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.texture.TextureAtlasSprite to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.Minecraft to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.network.NetHandlerPlayClient to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.RenderGlobal to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.chunk.RenderChunk to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.util.ResourceLocation to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.util.registry.RegistrySimple to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.nbt.NBTTagString to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraftforge.fml.common.discovery.ModCandidate to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraftforge.fml.common.discovery.ASMDataTable$ASMData to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.item.ItemStack to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.item.crafting.FurnaceRecipes to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class hellfirepvp.astralsorcery.common.enchantment.amulet.PlayerAmuletHandler to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class mezz.jei.suffixtree.Edge to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class betterwithmods.event.BlastingOilEvent to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class betterwithmods.common.items.ItemMaterial to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class lach_01298.qmd.render.entity.BeamRenderer to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.dries007.tfc.objects.entity.EntityFallingBlockTFC to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.item.ItemStack to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.EntityRenderer to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.client.renderer.EntityRenderer to the transformation queue
[08:30:08] [main/INFO] [LoliASM]: Adding class net.minecraft.nbt.NBTTagCompound to the transformation queue
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:30:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.jan.moddirector.launchwrapper.forge.AfterDeobfTweaker
[08:30:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[08:30:08] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[08:30:08] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[08:30:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.jan.moddirector.launchwrapper.forge.AfterDeobfTweaker
[08:30:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[08:30:09] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[08:30:09] [main/WARN] [mixin]: Reference map 'mixins.mixincompat.refmap.json' for mixins.mixincompat.json could not be read. If this is a development environment you can ignore this message
[08:30:09] [main/INFO] [LoliASM]: Predefining BakedQuad variants.
[08:30:09] [main/INFO] [LoliASM]: Defining NewBakedQuadCallsRedirector Mixin. With these mixin targets: [net.minecraft.client.renderer.block.model.FaceBakery]
[08:30:09] [main/INFO] [meldexun.asmutil2.ASMUtil]: Transforming method: setWorldAndLoadRenderers net/minecraft/client/renderer/RenderGlobal
[08:30:09] [main/INFO] [meldexun.asmutil2.ASMUtil]: Transforming method: loadRenderers net/minecraft/client/renderer/RenderGlobal
[08:30:09] [main/INFO] [meldexun.asmutil2.ASMUtil]: Transforming method: RenderGlobal#renderEntities(Entity, ICamera, float)
[08:30:09] [main/INFO] [LoliASM]: Transforming EnumFacing::values() to EnumFacing::VALUES in net/minecraft/client/renderer/RenderGlobal
[08:30:09] [main/WARN] [mixin]: Error loading class: net/optifine/CustomColors (java.lang.ClassNotFoundException: The specified class 'net.optifine.CustomColors' was not found)
[08:30:09] [main/WARN] [mixin]: @Mixin target net.optifine.CustomColors was not found mixins.betterbiomeblend.json:MixinCustomColors from owner betterbiomeblend
[08:30:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[08:30:09] [main/WARN] [mixin]: Error loading class: net/malisis/core/renderer/AnimatedRenderer (java.lang.ClassNotFoundException: The specified class 'net.malisis.core.renderer.AnimatedRenderer' was not found)
[08:30:09] [main/WARN] [mixin]: Error loading class: net/optifine/DynamicLight (java.lang.ClassNotFoundException: The specified class 'net.optifine.DynamicLight' was not found)
[08:30:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[08:30:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:141]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[08:30:09] [main/INFO] [meldexun.asmutil2.ASMUtil]: Transforming method: RenderManager#renderEntity(Entity, double, double, double, float, float, boolean)
[08:30:09] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[08:30:09] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[08:30:09] [main/INFO] [org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data
[08:30:09] [main/INFO] [LoliASM]: Improving FurnaceRecipes. Lookups are now a lot faster.
[08:30:10] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[08:30:10] [main/INFO] [MixinExtras|Service]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0-beta.4).
[08:30:10] [main/INFO] [LoliASM]: Injecting calls in net/minecraft/util/ResourceLocation<init> to canonicalize strings
[08:30:10] [main/INFO] [LoliASM]: Injecting calls in net/minecraft/util/ResourceLocation<init> to canonicalize strings
[08:30:10] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[08:30:10] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:141]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[08:30:11] [main/INFO] [LoliASM]: Injecting calls in net/minecraft/util/ResourceLocation<init> to canonicalize strings
[08:30:11] [main/INFO] [LoliASM]: Injecting calls in net/minecraft/util/ResourceLocation<init> to canonicalize strings
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:57]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.client.util.SearchTreeManager.func_110549_a
[08:30:11] [Client thread/INFO] [net.minecraft.client.Minecraft]: Setting user: YeahFrick
[08:30:11] [Client thread/WARN] [mixin]: Method overwrite conflict for func_185484_c in mixins.alfheim.json:BlockMixin from owner alfheim, previously written by meldexun.nothirium.mc.mixin.MixinBlock. Skipping method.
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.state.BlockStateContainer.foamfix_mapper
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
[08:30:11] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.GhostBusterBlockStateAccessPatch$FFMethodVisitor:visitMethodInsn:93]: Added ghost buster patch (getBlockState call wrapped) in net/minecraft/block/BlockFarmland func_176530_e (net/minecraft/world/World func_180495_p (Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/state/IBlockState;)
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[08:30:12] [Client thread/WARN] [mixin]: Method overwrite conflict for getRenderBoundingBox in mixins.bugfixes.blocks.banner.json:UTBannerBoundingBoxMixin from owner universaltweaks, previously written by meldexun.renderlib.mixin.MixinTileEntityBanner. Skipping method.
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache
[08:30:12] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime
[08:30:12] [Client thread/INFO] [LoliASM]: Improving FurnaceRecipes. Lookups are now a lot faster.
[08:30:13] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[08:30:13] [Client thread/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4
[08:30:13] [Client thread/FATAL] [LoliASM]: Minecraft ran into a problem! Report saved to: C:\Users\Lev\AppData\Roaming\ModrinthApp\profiles\Levviata_s Optimization Modpack\crash-reports\crash-2025-01-19_08.30.13-client.txt
---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// Daisy, daisy...

Time: 2025-01-19 08:30:13 CET
Description: Initializing game

java.lang.NoClassDefFoundError: meldexun/renderlib/RenderLib
    at meldexun.renderlib.opengl.debug.OpenGLDebugMode.setupDebugOutput(OpenGLDebugMode.java:342)
    at net.minecraft.client.Minecraft.handler$zbc000$unknown-owner$init_createDisplay(Minecraft.java:3367)
    at net.minecraft.client.Minecraft.init(Minecraft.java:458)
    at net.minecraft.client.Minecraft.run(Minecraft.java:5101)
    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: meldexun.renderlib.RenderLib
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
    ... 11 more

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_432, Azul Systems, Inc.
  Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Azul Systems, Inc.
  Memory: 765528712 bytes (730 MB) / 977797120 bytes (932 MB) up to 1908932608 bytes (1820 MB)
  JVM Flags: 1 total; -Xmx2048M
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: 
  Loaded coremods (and transformers): 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.15-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      Naughthirium (naughthirium-1.0.2.jar)
                                        
                                      UniversalTweaksCore (UniversalTweaks-1.12.2-1.13.0.jar)
                                        
                                      EntityCullingPlugin (EntityCulling-1.12.2-6.4.3.jar)
                                        meldexun.entityculling.asm.EntityCullingClassTransformer
                                      AlfheimPlugin (Alfheim-1.4.jar)
                                        
                                      NothiriumPlugin (Nothirium-1.12.2-0.3.4-beta.jar)
                                        meldexun.nothirium.mc.asm.NothiriumClassTransformer
                                      LoliASM (censoredasm5.20.jar)
                                        
                                      MixinBooter (!mixinbooter-10.3.jar)
                                        
                                      RenderLibPlugin (!!RenderLib.jar)
                                        meldexun.renderlib.asm.RenderLibClassTransformer
                                      ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.3.jar)
                                        
                                      ConfigAnytimePlugin (!configanytime-3.0.jar)
                                        
                                      Red Core (!Red-Core-MC-1.7-1.12-0.5.1.jar)
                                        
                                      Better Biome Blend (betterbiomeblend-1.12.2-1.1.7-forge.jar)
  Suspected Mods: Unknown
  Launched Version: 1.12.2
  LWJGL: 2.9.4
  OpenGL: NVIDIA GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
  GL Caps: 
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge'
  Type: Client (map_client.txt)
  Resource Packs: 
  Current Language: ~~ERROR~~ NullPointerException: null
  Profiler Position: N/A (disabled)
  CPU: <unknown>

[08:30:13] [Client thread/ERROR] [net.minecraft.client.Minecraft]: An uncaught exception occured while displaying the init error screen, making normal report instead
java.lang.NullPointerException: null
	at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:796) ~[bib.class:?]
	at net.minecraft.client.Minecraft.displayInitErrorScreen(Minecraft.java:5336) [bib.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:5104) [bib.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_432]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_432]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_432]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_432]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[08:30:13] [Client thread/FATAL] [LoliASM]: Minecraft ran into a problem! Report saved to: C:\Users\Lev\AppData\Roaming\ModrinthApp\profiles\Levviata_s Optimization Modpack\crash-reports\crash-2025-01-19_08.30.13-client.txt
---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// Daisy, daisy...

Time: 2025-01-19 08:30:13 CET
Description: Initializing game

java.lang.NoClassDefFoundError: meldexun/renderlib/RenderLib
    at meldexun.renderlib.opengl.debug.OpenGLDebugMode.setupDebugOutput(OpenGLDebugMode.java:342)
    at net.minecraft.client.Minecraft.handler$zbc000$unknown-owner$init_createDisplay(Minecraft.java:3367)
    at net.minecraft.client.Minecraft.init(Minecraft.java:458)
    at net.minecraft.client.Minecraft.run(Minecraft.java:5101)
    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: meldexun.renderlib.RenderLib
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
    ... 11 more

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_432, Azul Systems, Inc.
  Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Azul Systems, Inc.
  Memory: 765528712 bytes (730 MB) / 977797120 bytes (932 MB) up to 1908932608 bytes (1820 MB)
  JVM Flags: 1 total; -Xmx2048M
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: 
  Loaded coremods (and transformers): 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.15-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      Naughthirium (naughthirium-1.0.2.jar)
                                        
                                      UniversalTweaksCore (UniversalTweaks-1.12.2-1.13.0.jar)
                                        
                                      EntityCullingPlugin (EntityCulling-1.12.2-6.4.3.jar)
                                        meldexun.entityculling.asm.EntityCullingClassTransformer
                                      AlfheimPlugin (Alfheim-1.4.jar)
                                        
                                      NothiriumPlugin (Nothirium-1.12.2-0.3.4-beta.jar)
                                        meldexun.nothirium.mc.asm.NothiriumClassTransformer
                                      LoliASM (censoredasm5.20.jar)
                                        
                                      MixinBooter (!mixinbooter-10.3.jar)
                                        
                                      RenderLibPlugin (!!RenderLib.jar)
                                        meldexun.renderlib.asm.RenderLibClassTransformer
                                      ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.3.jar)
                                        
                                      ConfigAnytimePlugin (!configanytime-3.0.jar)
                                        
                                      Red Core (!Red-Core-MC-1.7-1.12-0.5.1.jar)
                                        
                                      Better Biome Blend (betterbiomeblend-1.12.2-1.1.7-forge.jar)
  Suspected Mods: Unknown
  Launched Version: 1.12.2
  LWJGL: 2.9.4
  OpenGL: NVIDIA GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
  GL Caps: 
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge'
  Type: Client (map_client.txt)
  Resource Packs: 
  Current Language: ~~ERROR~~ NullPointerException: null
  Profiler Position: N/A (disabled)
  CPU: <unknown>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant