Closed QvreL closed 4 years ago
Please put the crash report in its own FILE. it is barely readable likt it is now
Also this does not seem to be a general problem and the error report tells us nothing here. We need the configs you use.
Also that issue is caused by the betweenlands so ask them
This is not a bug in CQR. You just have too many mods. In MC 1.12 the amount of blocks that can be registered is 4096. So you can either remove some of your mods or i think there is a mod that extends the amount of blocks that can be registered.
Description I am making my private stack of mods on 1.12.2, but I found this error that doesn't let me use my favourite dungeon crawler. This error pops out while launching the game, it may be my fault since after all it's a little private modpack, but I am sending this so maybe you can work on compatibility.
Crash Report
WARNING: coremods are present: llibrary (llibrary-core-1.0.11-1.12.2.jar) iceandfire (iceandfire-1.8.4.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) Quark Plugin (Quark-r1.6-177.jar) AstralCore (astralsorcery-1.12.2-1.10.22.jar) OTGCorePlugin (OTG-Core.jar) TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar) Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 2/12/20 12:09 PM Description: Initializing game
java.lang.RuntimeException: Invalid id 4096 - maximum id range exceeded. at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:295) at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:999) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1442_BlockRegistry_registerBlocks_Register.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Client thread Stacktrace: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:295) at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281) at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113) at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:999) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1442_BlockRegistry_registerBlocks_Register.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 290922552 bytes (277 MB) / 2248146944 bytes (2144 MB) up to 10737418240 bytes (10240 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 79 mods loaded, 79 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher iceandfire (iceandfire-1.8.4.jar) com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer Quark Plugin (Quark-r1.6-177.jar) vazkii.quark.base.asm.ClassTransformer AstralCore (astralsorcery-1.12.2-1.10.22.jar)
OTGCorePlugin (OTG-Core.jar) com.pg85.otg.forge.asm.excluded.OTGClassTransformer TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13570 Compatibility Profile Context 19.7.4 26.20.13001.23001' Renderer: 'AMD Radeon RX 5700 XT' Pulsar/tconstruct loaded Pulses:
quarkIntegration (Enabled/Not Forced)
Launched Version: 1.12.2-forge1.12.2-14.23.5.2847 LWJGL: 2.9.4 OpenGL: AMD Radeon RX 5700 XT GL version 4.6.13570 Compatibility Profile Context 19.7.4 26.20.13001.23001, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 12x AMD Ryzen 5 3600 6-Core Processor OptiFine Version: OptiFine_1.12.2_HD_U_F5 OptiFine Build: 20191204-141934 Render Distance Chunks: 16 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.13570 Compatibility Profile Context 19.7.4 26.20.13001.23001 OpenGlRenderer: AMD Radeon RX 5700 XT OpenGlVendor: ATI Technologies Inc. CpuCount: 12
Present mods are in crash log.