Jump to content

"Error: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType"


Recommended Posts

Posted (edited)
  Quote

The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
Exit Code: -1

Expand  

I would appreciate any help I can get for this. I'm attempting to launch a small custom modpack on Minecraft version 1.16.3 using the CurseForge Beta launcher (Forge version 34.1.42), but I've run into this error a few times now, in which the game crashes after scanning all the mod files and attempting to load them all.

 

I've done a small bit of research, and I think it's something to do with the files themselves (I have no experience with this whatsoever, I'm just attempting to find out what's wrong), but I don't know how to fix it. The modpack had worked yesterday, but I added several new mods today so I'm thinking it's one of those.

 

I think CurseForge Beta had an update today, but I don't know how related that is.

The old mods that worked fine before were:

  • Biomes O' Plenty
  • Just Enough Items
  • Doggy Talents 2
  • Curios API
  • Botania
  • Patchouli
  • Gravestone Mod
  • Citadel
  • AutoRegLib
  • Ice and Fire: Dragons
  • Psi
  • Quark

 

The new mods I had added today are:

  • Goblin Traders
  • Enchanted Book Redesign
  • Quark Oddities
  • JEI Integration
  • Xaero's Minimap
  • Xaero's World Map
  • Leap
  • Waystones
  • Controlling
  • Polymorph
  • Nature's Compass
  • Artifacts
  • Bookshelf
  • Botany Pots
  • Botany Trees
  • HWYLA
  • Carry On
  • Just Enough Resources
  • COFH Core
  • Archer's Paradox


Crash Report:

  Quote

---- Minecraft Crash Report ----
// There are four lights!

Time: 12/22/20 10:59 AM
Description: Initializing game

java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.16.3
    Minecraft Version ID: 1.16.3
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 440382344 bytes (419 MB) / 1473773568 bytes (1405 MB) up to 3817865216 bytes (3641 MB)
    CPUs: 4
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m -XX:PermSize=256m
    ModLauncher: 8.0.6+85+master.325de55
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.2.jar mixin PLUGINSERVICE 
        /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
        /forge-1.16.3-34.1.42.jar fml TRANSFORMATIONSERVICE 
    FML: 34.1
    Forge: net.minecraftforge:34.1.42
    FML Language Providers: 
        javafml@34.1
        minecraft@1
    Mod List: 
        forge-1.16.3-34.1.42-client.jar                   |Minecraft                     |minecraft                     |1.16.3              |CREATE_REG|NOSIGNATURE
        enchantedbookredesign-3.1.jar                     |Enchanted Book Redesign       |enchantedbookredesign         |3.1                 |CREATE_REG|NOSIGNATURE
        QuarkOddities-1.16.3.jar                          |Quark Oddities                |quarkoddities                 |1.16.3              |CREATE_REG|NOSIGNATURE
        TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |CREATE_REG|NOSIGNATURE
        BiomesOPlenty-1.16.3-12.0.0.417-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.16.3-12.0.0.416   |CREATE_REG|NOSIGNATURE
        jei-1.16.3-7.6.0.51.jar                           |Just Enough Items             |jei                           |7.6.0.50            |CREATE_REG|NOSIGNATURE
        DoggyTalents-1.16.3-2.0.1.0.jar                   |Doggy Talents 2               |doggytalents                  |2.0.1.0             |CREATE_REG|NOSIGNATURE
        goblintraders-1.2.2-1.16.3.jar                    |Goblin Traders                |goblintraders                 |1.2.2               |CREATE_REG|NOSIGNATURE
        jeiintegration_1.16.3-6.0.0.8.jar                 |JEI Integration               |jeiintegration                |6.0.0.8             |CREATE_REG|NOSIGNATURE
        curios-forge-1.16.4-4.0.3.0.jar                   |Curios API                    |curios                        |1.16.4-4.0.3.0      |CREATE_REG|NOSIGNATURE
        Botania-1.16.3-409.jar                            |Botania                       |botania                       |1.16.3-409          |CREATE_REG|NOSIGNATURE
        Patchouli-1.16.2-47.jar                           |Patchouli                     |patchouli                     |1.16.2-47           |CREATE_REG|NOSIGNATURE
        Xaeros_Minimap_20.26.0_Forge_1.16.3.jar           |Xaero's Minimap               |xaerominimap                  |20.26.0             |CREATE_REG|NOSIGNATURE
        Waystones_1.16.3-7.3.1.jar                        |Waystones                     |waystones                     |7.3.1               |CREATE_REG|NOSIGNATURE
        leap-1.16.3-1.0.1.jar                             |Leap                          |leap                          |1.0.1               |CREATE_REG|NOSIGNATURE
        gravestone-1.16.3-2.0.4.jar                       |Gravestone Mod                |gravestone                    |1.16.3-2.0.4        |CREATE_REG|NOSIGNATURE
        XaerosWorldMap_1.11.0_Forge_1.16.3.jar            |Xaero's World Map             |xaeroworldmap                 |1.11.0              |CREATE_REG|NOSIGNATURE
        Controlling-7.0.0.9.jar                           |Controlling                   |controlling                   |7.0.0.9             |CREATE_REG|NOSIGNATURE
        polymorph-forge-1.16.3-0.16.jar                   |Polymorph                     |polymorph                     |1.16.3-0.16         |CREATE_REG|NOSIGNATURE
        citadel-1.4.1.jar                                 |Citadel                       |citadel                       |1.4.1               |CREATE_REG|NOSIGNATURE
        AutoRegLib-1.6-47.jar                             |AutoRegLib                    |autoreglib                    |1.6-47              |CREATE_REG|NOSIGNATURE
        NaturesCompass-1.16.3-1.8.5.jar                   |Nature's Compass              |naturescompass                |1.16.3-1.8.5        |CREATE_REG|NOSIGNATURE
        Artifacts-1.16.3-2.6.1.jar                        |Artifacts                     |artifacts                     |1.16.3-2.6.1        |CREATE_REG|NOSIGNATURE
        Bookshelf-1.16.3-8.7.20.jar                       |Bookshelf                     |bookshelf                     |8.7.20              |CREATE_REG|NOSIGNATURE
        BotanyPots-1.16.3-5.1.15.jar                      |BotanyPots                    |botanypots                    |5.1.15              |CREATE_REG|NOSIGNATURE
        BotanyTrees-1.16.3-1.0.7.jar                      |BotanyTrees                   |botanytrees                   |1.0.7               |CREATE_REG|NOSIGNATURE
        iceandfire-2.1.1-1.16.3.jar                       |Ice and Fire                  |iceandfire                    |2.0.3-1.16.3        |ERROR     |NOSIGNATURE
        Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |CREATE_REG|NOSIGNATURE
        carryon-1.16.3-1.15.1.7.jar                       |Carry On                      |carryon                       |1.15.1.7            |CREATE_REG|8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        JustEnoughResources-1.16.3-0.12.0.102.jar         |Just Enough Resources         |jeresources                   |0.12.0.102          |CREATE_REG|NOSIGNATURE
        forge-1.16.3-34.1.42-universal.jar                |Forge                         |forge                         |34.1.42             |CREATE_REG|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        Psi 1.16-88.jar                                   |Psi                           |psi                           |1.16-88             |CREATE_REG|NOSIGNATURE
        Quark-r2.4-280.jar                                |Quark                         |quark                         |r2.4-280            |ERROR     |NOSIGNATURE
        cofh_core-1.16.3-1.0.4.jar                        |CoFH Core                     |cofh_core                     |1.0.4               |CREATE_REG|NOSIGNATURE
        archers_paradox-1.16.3-1.0.0.jar                  |Archer's Paradox              |archers_paradox               |1.0.0               |CREATE_REG|NOSIGNATURE
    Crash Report UUID: da1c2ae3-8576-47d4-a36f-e5f11e9a8edd
    Launched Version: forge-34.1.42
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics 520 GL version 4.6.0 - Build 27.20.100.8681, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz

Expand  

 

Edited by kyusei
Specificity
Posted

@diesieben07 I think I found it? Is this the correct one?

  Quote

[12:34:19] [main/INFO]: ModLauncher running: args [--username, JosieDearly, --version, forge-34.1.42, --gameDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK, --assetsDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Install\assets, --assetIndex, 1.16, --uuid, 525fc8dc41764fc0ae391cbe76a9c29a, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1920, --height, 1080, --launchTarget, fmlclient, --fml.forgeVersion, 34.1.42, --fml.mcVersion, 1.16.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20201025.185957]
[12:34:19] [main/INFO]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_51 by Oracle Corporation
[12:34:19] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[12:34:19] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[12:34:19] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/mods/Install/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[12:34:21] [main/WARN]: Mod file Mod File: C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK\mods\charm-fabric-1.16.3-2.0.3-hotfix2.jar is missing mods.toml file
[12:34:21] [main/WARN]: File C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK\mods\charm-fabric-1.16.3-2.0.3-hotfix2.jar has been ignored - it is invalid
[12:34:23] [main/INFO]: Successfully loaded Mixin Connector [vazkii.botania.common.MixinConnector]
[12:34:23] [main/INFO]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[12:34:23] [main/ERROR]: Mixin config assets/patchouli/patchouli.mixins.json does not specify "minVersion" property
[12:34:23] [main/INFO]: Launching target 'fmlclient' with arguments [--version, forge-34.1.42, --gameDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK, --assetsDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Install\assets, --uuid, 525fc8dc41764fc0ae391cbe76a9c29a, --username, JosieDearly, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1920, --height, 1080]
[12:34:37] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[12:34:37] [Render thread/INFO]: Setting user: JosieDearly
[12:34:38] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[12:34:40] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:34:40] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:34:40] [modloading-worker-0/ERROR]: No data fixer registered for goblintraders:goblin_trader
[12:34:40] [modloading-worker-0/ERROR]: No data fixer registered for goblintraders:vein_goblin_trader
[12:34:41] [modloading-worker-1/ERROR]: No data fixer registered for botany_pot
[12:34:41] [modloading-worker-2/INFO]: Forge mod loading, version 34.1.42, for MC 1.16.3 with MCP 20201025.185957
[12:34:41] [modloading-worker-2/INFO]: MinecraftForge v34.1.42 Initialized
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hydra_multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for cylcops_multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_egg
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_arrow
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_skull
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for fire_dragon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for ice_dragon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for lightning_dragon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for fire_dragon_charge
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for ice_dragon_charge
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for lightning_dragon_charge
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hippogryph_egg
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hippogryph
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for stone_statue
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for gorgon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for pixie
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for cyclops
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for siren
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hippocampus
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for deathworm
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for deathworm_egg
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for cockatrice
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for cockatrice_egg
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for stymphalian_bird
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for stymphalian_feather
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for stymphalian_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for troll
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_worker
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_soldier
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_sentinel
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_royal
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_queen
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_egg
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for amphithere
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for amphithere_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for sea_serpent
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for sea_serpent_bubbles
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for sea_serpent_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for chain_tie
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for pixie_charge
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_swarmer
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for tide_trident
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for mob_skull
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_thrall
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_ghoul
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_beast
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_scuttler
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_lich
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_lich_skull
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_knight
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_horse
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for hydra
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for hydra_breath
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for hydra_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for ghost
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for ghost_sword
[12:34:43] [modloading-worker-2/FATAL]: Mixin apply failed enchantedbookredesign.mixins.json:ItemRendererMixin -> net.minecraft.client.renderer.ItemRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on capturestack could not find any targets matching 'renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;)V' in net.minecraft.client.renderer.ItemRenderer. No refMap loaded. [PREINJECT Applicator Phase -> enchantedbookredesign.mixins.json:ItemRendererMixin -> Prepare Injections ->  -> handler$zza000$capturestack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on capturestack could not find any targets matching 'renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;)V' in net.minecraft.client.renderer.ItemRenderer. No refMap loaded. [PREINJECT Applicator Phase -> enchantedbookredesign.mixins.json:ItemRendererMixin -> Prepare Injections ->  -> handler$zza000$capturestack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:275) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at sun.reflect.GeneratedConstructorAccessor24.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) [modlauncher-8.0.6.jar:8.0.6+85+master.325de55]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.0.6.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.minecraft.client.renderer.RenderType.<clinit>(SourceFile:381) [?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.resolveRenderTypes(RenderLayerHandler.java:66) [?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderTypeClient(RenderLayerHandler.java:50) [?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.lambda$null$0(RenderLayerHandler.java:23) [?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler$$Lambda$3805/834225845.run(Unknown Source) [?:r2.4-280]
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:125) [?:?]
    at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:109) [?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderType(RenderLayerHandler.java:22) [?:r2.4-280]
    at vazkii.quark.base.block.QuarkVineBlock.<init>(QuarkVineBlock.java:35) [?:r2.4-280]
    at vazkii.quark.content.building.block.BurntVineBlock.<init>(BurntVineBlock.java:25) [?:r2.4-280]
    at vazkii.quark.content.building.module.BurnVinesModule.construct(BurnVinesModule.java:34) [?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader$$Lambda$3800/2121713952.accept(Unknown Source) [?:r2.4-280]
    at java.util.HashMap$Values.forEach(HashMap.java:972) [?:1.8.0_51]
    at vazkii.quark.base.module.ModuleLoader.dispatch(ModuleLoader.java:87) [?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader.start(ModuleLoader.java:25) [?:r2.4-280]
    at vazkii.quark.base.proxy.CommonProxy.start(CommonProxy.java:37) [?:r2.4-280]
    at vazkii.quark.base.proxy.ClientProxy.start(ClientProxy.java:42) [?:r2.4-280]
    at vazkii.quark.base.Quark.<init>(Quark.java:30) [?:1.16.3-266]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3035/1715606187.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3120/465427162.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[12:34:43] [modloading-worker-2/ERROR]: Failed to create mod instance. ModID: quark, class vazkii.quark.base.Quark
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.0.6.jar:8.0.6+85+master.325de55]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.6.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.client.renderer.RenderType.<clinit>(SourceFile:381) ~[?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.resolveRenderTypes(RenderLayerHandler.java:66) ~[?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderTypeClient(RenderLayerHandler.java:50) ~[?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.lambda$null$0(RenderLayerHandler.java:23) ~[?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler$$Lambda$3805/834225845.run(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:125) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:109) ~[?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderType(RenderLayerHandler.java:22) ~[?:r2.4-280]
    at vazkii.quark.base.block.QuarkVineBlock.<init>(QuarkVineBlock.java:35) ~[?:r2.4-280]
    at vazkii.quark.content.building.block.BurntVineBlock.<init>(BurntVineBlock.java:25) ~[?:r2.4-280]
    at vazkii.quark.content.building.module.BurnVinesModule.construct(BurnVinesModule.java:34) ~[?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader$$Lambda$3800/2121713952.accept(Unknown Source) ~[?:?]
    at java.util.HashMap$Values.forEach(HashMap.java:972) ~[?:1.8.0_51]
    at vazkii.quark.base.module.ModuleLoader.dispatch(ModuleLoader.java:87) ~[?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader.start(ModuleLoader.java:25) ~[?:r2.4-280]
    at vazkii.quark.base.proxy.CommonProxy.start(CommonProxy.java:37) ~[?:r2.4-280]
    at vazkii.quark.base.proxy.ClientProxy.start(ClientProxy.java:42) ~[?:r2.4-280]
    at vazkii.quark.base.Quark.<init>(Quark.java:30) ~[?:1.16.3-266]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3035/1715606187.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3120/465427162.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [enchantedbookredesign.mixins.json:ItemRendererMixin] from phase [DEFAULT] in config [enchantedbookredesign.mixins.json] FAILED during APPLY
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:594) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    ... 43 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on capturestack could not find any targets matching 'renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;)V' in net.minecraft.client.renderer.ItemRenderer. No refMap loaded. [PREINJECT Applicator Phase -> enchantedbookredesign.mixins.json:ItemRendererMixin -> Prepare Injections ->  -> handler$zza000$capturestack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:275) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at sun.reflect.GeneratedConstructorAccessor24.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    ... 43 more
[12:34:43] [modloading-worker-1/ERROR]: Failed to register automatic subscribers. ModID: iceandfire, class com.github.alexthe666.iceandfire.IceAndFire
java.lang.NoClassDefFoundError: net.minecraft.client.renderer.RenderType
    at com.github.alexthe666.iceandfire.client.render.tile.RenderDreadPortal.lambda$static$0(RenderDreadPortal.java:26) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.client.render.tile.RenderDreadPortal$$Lambda$4009/1220025547.apply(Unknown Source) ~[?:?]
    at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250) ~[?:1.8.0_51]
    at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110) ~[?:1.8.0_51]
    at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51]
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_51]
    at com.github.alexthe666.iceandfire.client.render.tile.RenderDreadPortal.<clinit>(RenderDreadPortal.java:27) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.client.render.tile.IceAndFireTEISR.<init>(IceAndFireTEISR.java:26) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.ClientProxy$$Lambda$3999/974204171.call(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.unsafeCallWhenOn(DistExecutor.java:72) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.callWhenOn(DistExecutor.java:65) ~[?:?]
    at net.minecraft.item.Item.<init>(Item.java:82) ~[?:?]
    at com.github.alexthe666.iceandfire.item.ItemGorgonHead.<init>(ItemGorgonHead.java:45) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.item.IafItemRegistry.<clinit>(IafItemRegistry.java:194) ~[?:2.1.1-1.16.3]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75) ~[?:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$3141/586498204.accept(Unknown Source) ~[?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:91) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3035/1715606187.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3120/465427162.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[12:34:43] [Render thread/FATAL]: Failed to complete lifecycle event CONSTRUCT, 2 errors found
[12:34:43] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[12:34:43] [Render thread/FATAL]: Preparing crash report with UUID c5351194-7a3b-4a4c-a355-37f3900f6fa5
[12:34:44] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: ---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 12/22/20 12:34 PM
Description: Initializing game

java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.16.3
    Minecraft Version ID: 1.16.3
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1137818712 bytes (1085 MB) / 1582825472 bytes (1509 MB) up to 3817865216 bytes (3641 MB)
    CPUs: 4
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m -XX:PermSize=256m
    ModLauncher: 8.0.6+85+master.325de55
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.2.jar mixin PLUGINSERVICE 
        /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
        /forge-1.16.3-34.1.42.jar fml TRANSFORMATIONSERVICE 
    FML: 34.1
    Forge: net.minecraftforge:34.1.42
    FML Language Providers: 
        javafml@34.1
        minecraft@1
    Mod List: 
        forge-1.16.3-34.1.42-client.jar                   |Minecraft                     |minecraft                     |1.16.3              |CREATE_REG|NOSIGNATURE
        enchantedbookredesign-3.1.jar                     |Enchanted Book Redesign       |enchantedbookredesign         |3.1                 |CREATE_REG|NOSIGNATURE
        QuarkOddities-1.16.3.jar                          |Quark Oddities                |quarkoddities                 |1.16.3              |CREATE_REG|NOSIGNATURE
        TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |CREATE_REG|NOSIGNATURE
        BiomesOPlenty-1.16.3-12.0.0.417-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.16.3-12.0.0.416   |CREATE_REG|NOSIGNATURE
        jei-1.16.3-7.6.0.51.jar                           |Just Enough Items             |jei                           |7.6.0.50            |CREATE_REG|NOSIGNATURE
        DoggyTalents-1.16.3-2.0.1.0.jar                   |Doggy Talents 2               |doggytalents                  |2.0.1.0             |CREATE_REG|NOSIGNATURE
        goblintraders-1.2.2-1.16.3.jar                    |Goblin Traders                |goblintraders                 |1.2.2               |CREATE_REG|NOSIGNATURE
        jeiintegration_1.16.3-6.0.0.8.jar                 |JEI Integration               |jeiintegration                |6.0.0.8             |CREATE_REG|NOSIGNATURE
        curios-forge-1.16.4-4.0.3.0.jar                   |Curios API                    |curios                        |1.16.4-4.0.3.0      |CREATE_REG|NOSIGNATURE
        Botania-1.16.3-409.jar                            |Botania                       |botania                       |1.16.3-409          |CREATE_REG|NOSIGNATURE
        Patchouli-1.16.2-47.jar                           |Patchouli                     |patchouli                     |1.16.2-47           |CREATE_REG|NOSIGNATURE
        Xaeros_Minimap_20.26.0_Forge_1.16.3.jar           |Xaero's Minimap               |xaerominimap                  |20.26.0             |CREATE_REG|NOSIGNATURE
        Waystones_1.16.3-7.3.1.jar                        |Waystones                     |waystones                     |7.3.1               |CREATE_REG|NOSIGNATURE
        leap-1.16.3-1.0.1.jar                             |Leap                          |leap                          |1.0.1               |CREATE_REG|NOSIGNATURE
        gravestone-1.16.3-2.0.4.jar                       |Gravestone Mod                |gravestone                    |1.16.3-2.0.4        |CREATE_REG|NOSIGNATURE
        XaerosWorldMap_1.11.0_Forge_1.16.3.jar            |Xaero's World Map             |xaeroworldmap                 |1.11.0              |CREATE_REG|NOSIGNATURE
        Controlling-7.0.0.9.jar                           |Controlling                   |controlling                   |7.0.0.9             |CREATE_REG|NOSIGNATURE
        polymorph-forge-1.16.3-0.16.jar                   |Polymorph                     |polymorph                     |1.16.3-0.16         |CREATE_REG|NOSIGNATURE
        citadel-1.4.1.jar                                 |Citadel                       |citadel                       |1.4.1               |CREATE_REG|NOSIGNATURE
        AutoRegLib-1.6-47.jar                             |AutoRegLib                    |autoreglib                    |1.6-47              |CREATE_REG|NOSIGNATURE
        NaturesCompass-1.16.3-1.8.5.jar                   |Nature's Compass              |naturescompass                |1.16.3-1.8.5        |CREATE_REG|NOSIGNATURE
        Artifacts-1.16.3-2.6.1.jar                        |Artifacts                     |artifacts                     |1.16.3-2.6.1        |CREATE_REG|NOSIGNATURE
        Bookshelf-1.16.3-8.7.20.jar                       |Bookshelf                     |bookshelf                     |8.7.20              |CREATE_REG|NOSIGNATURE
        BotanyPots-1.16.3-5.1.15.jar                      |BotanyPots                    |botanypots                    |5.1.15              |CREATE_REG|NOSIGNATURE
        BotanyTrees-1.16.3-1.0.7.jar                      |BotanyTrees                   |botanytrees                   |1.0.7               |CREATE_REG|NOSIGNATURE
        iceandfire-2.1.1-1.16.3.jar                       |Ice and Fire                  |iceandfire                    |2.0.3-1.16.3        |ERROR     |NOSIGNATURE
        Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |CREATE_REG|NOSIGNATURE
        carryon-1.16.3-1.15.1.7.jar                       |Carry On                      |carryon                       |1.15.1.7            |CREATE_REG|8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        JustEnoughResources-1.16.3-0.12.0.102.jar         |Just Enough Resources         |jeresources                   |0.12.0.102          |CREATE_REG|NOSIGNATURE
        forge-1.16.3-34.1.42-universal.jar                |Forge                         |forge                         |34.1.42             |CREATE_REG|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        Psi 1.16-88.jar                                   |Psi                           |psi                           |1.16-88             |CREATE_REG|NOSIGNATURE
        Quark-r2.4-280.jar                                |Quark                         |quark                         |r2.4-280            |ERROR     |NOSIGNATURE
        cofh_core-1.16.3-1.0.4.jar                        |CoFH Core                     |cofh_core                     |1.0.4               |CREATE_REG|NOSIGNATURE
        archers_paradox-1.16.3-1.0.0.jar                  |Archer's Paradox              |archers_paradox               |1.0.0               |CREATE_REG|NOSIGNATURE
    Crash Report UUID: c5351194-7a3b-4a4c-a355-37f3900f6fa5
    Launched Version: forge-34.1.42
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics 520 GL version 4.6.0 - Build 27.20.100.8681, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
[12:34:44] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK\crash-reports\crash-2020-12-22_12.34.44-client.txt

Expand  

 

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. Contact : Whats...App : +.1 .4 7.4.3 5.3.7 7..1.9 Website : https://       digitalhackrecovery.com     Mail:            digitalhackrecovery         @techie.       com 
    • I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. I fight fires for a living, it's in my blood as a volunteer firefighter. But nothing could have prepared me for the fire that almost reduced my family's future to ashes. I had secretly accumulated $150,000 worth of Bitcoin over the years, intending to lock up my children's education and provide my wife with some leeway from our constant shift-work life. That was until a phishing attack struck me while I was out fighting a wildfire. The call had been on a hot afternoon. We were dashing to contain wildfires tearing across parched scrub lands. At such frantic moments, my phone pulsed with a security alert message from what looked like my Bitcoin wallet operator. Drenched with sweat, fatigue, and hyper adrenaline, I had clicked on the link and input my log-ins without questioning anything. I was tricked by hackers during my most vulnerable time. Hours later, returning to the station, I emptied my wallet. The harsh reality hit me with more force than any fire could ever have. My carefully saved safety net had vanished. My heart beat faster than the sirens. I felt as though I had failed my family. I explained my terror of burgers at our favorite local diner that evening to my friend. He leaned in close and whispered a single word: Digital Hack Recovery. He swore by their effectiveness, stating they worked miracles when his cousin had crypto stolen from him in a scam. I was skeptical old-school and desperate, so I called them. From the first call, their team treated me like family. They didn't only view figures; they viewed a husband and a father attempting to rectify a horrific error. They labored day and night, following stolen money through blockchain transactions like l detectives. Progress was made every day, translating intricate tech into fireman-speak. Ten days later, I got the call. “We recovered your Bitcoin.” I cried. Right there in the station, surrounded by smoke-stained gear, I let it all out. Relief. Gratitude. Hope they don't stop there. Knowing I worked in emergency services, Digital Hack Recovery offered to run an online security workshop for my entire fire department. They turned my disaster into a lesson that safeguarded my team. These folks don’t just recover wallets; they rebuild lives. They rebuilt mine. Contact : Wh.ats.Ap.p : +1 .4 .7  4 3. 5  3  .7 7.1.9 Website : https://     digitalhackrecovery.   com Mail:       digitalhackrecovery     @         techie.                     com  
    • Ran it one more time just to check, and there's no errors this time on the log??? Log : https://mclo.gs/LnuaAiu I tried allocating more memory to the modpack, around 8000MB and it's still the same; stopping at "LOAD_REGISTRIES". Are some of the mods clashing, maybe? I have no clue what to do LOL
    • Tried removing some biome generation mods and test ran it again, but it's still the same; still not responding as soon as it gets to "LOAD_REGISTRIES". This time with more errors though. Log : https://mclo.gs/uygZzD8 Is there too little memory allocated to the modpack maybe? Can someone help please.    (T.T)💔
    • This is sad. Over 3300 people have checked the thread and no one is able to help or give any ideas :(.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.