VazkiiMods / Quark

Small things, improving Minecraft without changing the core gameplay.
https://quark.vazkii.net
Other
587 stars 287 forks source link

Log spam - Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} #4764

Open sciguyryan opened 9 months ago

sciguyryan commented 9 months ago

Hi.

While putting together a mod pack I noticed the following appearing a lot in my logs.

[18:44:05] [Render thread/WARN] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner}

It doesn't seem like it's intended to do that and something has clearly gone wrong, though nothing is amiss as far as I can see. I figured it's worth reporting just in case. If nothing else it causes a fair amount of log spam.

I've reported it here because Zeta is specifically cited in the warning, but it might be a Quark issue. I'm not certain.

ChloeDawn commented 9 months ago

I'm also experiencing this (seems intermittent?) and it results in entire creative tabs vanishing from the menu. Here is a copy of my log from it occuring in my modpack: https://mclo.gs/lDVsVIk I suspect it may be trigged from Copycats+ performing on-demand rebuilding of creative tabs for their feature config. EDIT: I was able to reproduce without Copycats+: https://mclo.gs/Z504Kqb

sciguyryan commented 9 months ago

Copycats+

It's definitely not Copycats+ in my case since I'm not using it in my pack. Nice to see someone else has spotted this too though!

Krimatoria commented 8 months ago

Forge 1.20.1 https://gist.github.com/Krimatoria/67b12b73a06d7c02cd86a1210a9f99fe - Log

[19:36:37] [Thread-45/WARN] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} java.lang.RuntimeException: Creative tab placement misses exceeded failsafe, aborting logic at TRANSFORMER/zeta@1.0-14/org.violetmoon.zeta.registry.CreativeTabManager.buildContents(CreativeTabManager.java:141) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) at LAYER PLUGIN/javafmllanguage@1.20.1-47.2.7/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:114) at LAYER PLUGIN/fmlcore@1.20.1-47.2.7/net.minecraftforge.fml.ModLoader.lambda$postEvent$29(ModLoader.java:326) at java.base/java.lang.Iterable.forEach(Unknown Source) at LAYER PLUGIN/fmlcore@1.20.1-47.2.7/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:227) at LAYER PLUGIN/fmlcore@1.20.1-47.2.7/net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:326) at TRANSFORMER/forge@47.2.7/net.minecraftforge.common.ForgeHooks.onCreativeModeTabBuildContents(ForgeHooks.java:1633) at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTab.m269498(CreativeModeTab.java:129) at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m268957(CreativeModeTabs.java:1696) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) at java.base/java.util.Iterator.forEachRemaining(Unknown Source) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m269421(CreativeModeTabs.java:1695) at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m269226(CreativeModeTabs.java:1710) at TRANSFORMER/emi@1.1.2+1.20.1+forge/dev.emi.emi.registry.EmiStackList.reload(EmiStackList.java:62) at TRANSFORMER/emi@1.1.2+1.20.1+forge/dev.emi.emi.runtime.EmiReloadManager$ReloadWorker.run(EmiReloadManager.java:173) at java.base/java.lang.Thread.run(Unknown Source)

BigPhobos commented 8 months ago

Also experiencing significant issues with this bug. It completely hides the contents of entire creative tabs.

3ncanis commented 8 months ago

Experiencing this as well

kaebiene commented 7 months ago

I think this is related to Every Compat somehow - I had the exact same error (and missing torches in JEI along with other items), and removing Every Compat solved the issue.

Needs more testing, but just in case!

Edit: Never mind, error still being thrown (but items returned)

3ncanis commented 7 months ago

Seems to be just any mod that adds a lot of new items/blocks from what I can tell, if I make Supplementaries go into it's own creative tab it happens less but still occasionally does.

Vazkii commented 7 months ago

I added some debugging tools to the config. If you can still reproduce this in the next version please reach out to me on discord.

Vazkii commented 7 months ago

Looks like this is still happening. Version 1.0-16 should have more options to test.

I personally have never managed to reproduce this issue, so here's some points I think could be good to try and figure it out:

Asking for anyone who can reproduce this to reach out on discord as well so we can try and track it down, thank you.

MrChunks commented 6 months ago

I'm a bit new to bug reporting MC stuff, but I have the same error (on a relatively fresh ATM9 modback install, ATM9 0.2.58 )

I turned on verbose logging captured the following. I hope it's what you're looking for. I don't get an error/stacktrace, but I do get a ton of this spam:

(file attached) logsnip.txt

It keeps on going. I can share a full log if that would help too, but maybe I'm not sharing anything useful, so I didn't want to clutter up the thread more than I already am.

MaxWasUnavailable commented 4 months ago

Still happening in 1.20.1 with version 1.0-19

Krimatoria commented 4 months ago

Still happening in 1.20.1 with version 1.0-19

[02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior

2673 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2674 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2675 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2676 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2677 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2678 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2679 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2680 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2681 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2682 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2683 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2684 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2685 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2686 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2687 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2688 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2689 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2690 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2691 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2692 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2693 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2694 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2695 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2696 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2697 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2698 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2699 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2700 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2701 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2702 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2703 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2704 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2705 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2706 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2707 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2708 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior

[02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} -- 2542 | [02:30:16] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior 2543 | [02:30:16] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} 2544 | java.lang.RuntimeException: Creative tab placement misses exceeded failsafe, aborting logic 2545 | at TRANSFORMER/zeta@1.0-19/org.violetmoon.zeta.registry.CreativeTabManager.buildContents(CreativeTabManager.java:173) 2546 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) 2547 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) 2548 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) 2549 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) 2550 | at LAYER PLUGIN/javafmllanguage@1.20.1-47.3.5/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:114) 2551 | at LAYER PLUGIN/fmlcore@1.20.1-47.3.5/net.minecraftforge.fml.ModLoader.lambda$postEvent$29(ModLoader.java:326) 2552 | at java.base/java.lang.Iterable.forEach(Unknown Source) 2553 | at LAYER PLUGIN/fmlcore@1.20.1-47.3.5/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:227) 2554 | at LAYER PLUGIN/fmlcore@1.20.1-47.3.5/net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:326) 2555 | at TRANSFORMER/forge@47.3.5/net.minecraftforge.common.ForgeHooks.onCreativeModeTabBuildContents(ForgeHooks.java:1633) 2556 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTab.m_269498_(CreativeModeTab.java:129) 2557 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m_268957_(CreativeModeTabs.java:1696) 2558 | at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) 2559 | at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) 2560 | at java.base/java.util.Iterator.forEachRemaining(Unknown Source) 2561 | at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) 2562 | at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) 2563 | at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) 2564 | at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) 2565 | at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) 2566 | at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) 2567 | at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) 2568 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m_269421_(CreativeModeTabs.java:1695) 2569 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m_269226_(CreativeModeTabs.java:1710) 2570 | at TRANSFORMER/betterstats@3.9.7fabric-1.20.1/io.github.thecsdev.betterstats.client.BetterStatsClient.lambda$new$4(BetterStatsClient.java:73) 2571 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2572 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2573 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2574 | at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2575 | at TRANSFORMER/tcdcommons@3.9.6fabric-1.20.1/io.github.thecsdev.tcdcommons.api.event.TEventFactory.lambda$createLoop$0(TEventFactory.java:58) 2576 | at TRANSFORMER/jdk.proxy3/jdk.proxy3.$Proxy41.invoke(Unknown Source) 2577 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.multiplayer.ClientPacketListener.mdf66d8b$tcdcommons$lambda$onOnGameJoin$0$0(ClientPacketListener.java:3056) 2578 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) 2579 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) 2580 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) 2581 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) 2582 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1106) 2583 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) 2584 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.main.Main.main(Main.java:218) 2585 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2586 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2587 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2588 | at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2589 | at MC-BOOTSTRAP/fmlloader@1.20.1-47.3.5/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) 2590 | at MC-BOOTSTRAP/fmlloader@1.20.1-47.3.5/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) 2591 | at MC-BOOTSTRAP/fmlloader@1.20.1-47.3.5/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) 2592 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) 2593 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) 2594 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) 2595 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) 2596 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) 2597 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) 2598 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) 2599 | at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) 2600 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2601 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2602 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2603 | at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2604 | at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67) 2605 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87) 2606 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) 2607 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) 2608 | java.lang.RuntimeException: Creative tab placement misses exceeded failsafe, aborting logic 2609 | at TRANSFORMER/zeta@1.0-19/org.violetmoon.zeta.registry.CreativeTabManager.buildContents(CreativeTabManager.java:173) 2610 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) 2611 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) 2612 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) 2613 | at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) 2614 | at LAYER PLUGIN/javafmllanguage@1.20.1-47.3.5/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:114) 2615 | at LAYER PLUGIN/fmlcore@1.20.1-47.3.5/net.minecraftforge.fml.ModLoader.lambda$postEvent$29(ModLoader.java:326) 2616 | at java.base/java.lang.Iterable.forEach(Unknown Source) 2617 | at LAYER PLUGIN/fmlcore@1.20.1-47.3.5/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:227) 2618 | at LAYER PLUGIN/fmlcore@1.20.1-47.3.5/net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:326) 2619 | at TRANSFORMER/forge@47.3.5/net.minecraftforge.common.ForgeHooks.onCreativeModeTabBuildContents(ForgeHooks.java:1633) 2620 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTab.m_269498_(CreativeModeTab.java:129) 2621 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m_268957_(CreativeModeTabs.java:1696) 2622 | at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) 2623 | at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) 2624 | at java.base/java.util.Iterator.forEachRemaining(Unknown Source) 2625 | at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) 2626 | at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) 2627 | at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) 2628 | at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) 2629 | at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) 2630 | at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) 2631 | at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) 2632 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m_269421_(CreativeModeTabs.java:1695) 2633 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.item.CreativeModeTabs.m_269226_(CreativeModeTabs.java:1710) 2634 | at TRANSFORMER/betterstats@3.9.7fabric-1.20.1/io.github.thecsdev.betterstats.client.BetterStatsClient.lambda$new$4(BetterStatsClient.java:73) 2635 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2636 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2637 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2638 | at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2639 | at TRANSFORMER/tcdcommons@3.9.6fabric-1.20.1/io.github.thecsdev.tcdcommons.api.event.TEventFactory.lambda$createLoop$0(TEventFactory.java:58) 2640 | at TRANSFORMER/jdk.proxy3/jdk.proxy3.$Proxy41.invoke(Unknown Source) 2641 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.multiplayer.ClientPacketListener.mdf66d8b$tcdcommons$lambda$onOnGameJoin$0$0(ClientPacketListener.java:3056) 2642 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) 2643 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) 2644 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) 2645 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) 2646 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1106) 2647 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) 2648 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.main.Main.main(Main.java:218) 2649 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2650 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2651 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2652 | at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2653 | at MC-BOOTSTRAP/fmlloader@1.20.1-47.3.5/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) 2654 | at MC-BOOTSTRAP/fmlloader@1.20.1-47.3.5/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) 2655 | at MC-BOOTSTRAP/fmlloader@1.20.1-47.3.5/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) 2656 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) 2657 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) 2658 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) 2659 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) 2660 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) 2661 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) 2662 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) 2663 | at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) 2664 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2665 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2666 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2667 | at java.base/java.lang.reflect.Method.invoke(Unknown Source) 2668 | at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67) 2669 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87) 2670 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) 2671 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
DracoHero commented 4 months ago

I am also having this same problem today in a modpack that I am making I attach my log: "2024-07-28-16.log"

MaxWasUnavailable commented 3 months ago

Still happening here.

[21Aug2024 22:56:00.630] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:gold_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.630] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.630] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:obsidian_pressure_plate} next to Block{minecraft:heavy_weighted_pressure_plate}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:redstone_randomizer} next to Block{minecraft:comparator}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:ancient_trapped_chest} next to Block{minecraft:trapped_chest}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:iron_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:gold_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:obsidian_pressure_plate} next to Block{minecraft:heavy_weighted_pressure_plate}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:redstone_randomizer} next to Block{minecraft:comparator}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:ancient_trapped_chest} next to Block{minecraft:trapped_chest}
[21Aug2024 22:56:00.631] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.632] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:iron_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.632] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:gold_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:obsidian_pressure_plate} next to Block{minecraft:heavy_weighted_pressure_plate}
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:redstone_randomizer} next to Block{minecraft:comparator}
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:ancient_trapped_chest} next to Block{minecraft:trapped_chest}
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:iron_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:gold_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:obsidian_pressure_plate} next to Block{minecraft:heavy_weighted_pressure_plate}
[21Aug2024 22:56:00.635] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.636] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:redstone_randomizer} next to Block{minecraft:comparator}
[21Aug2024 22:56:00.636] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.636] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:ancient_trapped_chest} next to Block{minecraft:trapped_chest}
[21Aug2024 22:56:00.636] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
[21Aug2024 22:56:00.636] [Server thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:iron_button} next to Block{minecraft:stone_button}
[21Aug2024 22:56:00.636] [Server thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior
Krimatoria commented 2 months ago

Ссылка в новом

Looks like this is still happening. Version 1.0-16 should have more options to test.

I personally have never managed to reproduce this issue, so here's some points I think could be good to try and figure it out:

  • If "Force Creative Tab Appends" is enabled in the Zeta config, can the issue still happen? (This proved true in @3ncanis's instance)
  • What does the log output if "Enable Creative Verbose Logging" is enabled? (note: this will output a very large file and may crash your launcher if it's trying to pretty-print it)

Asking for anyone who can reproduce this to reach out on discord as well so we can try and track it down, thank you.

Hello @Vazkii ) I don't know if this will help. I was looking through the log and remembered about the Zeta error that burned my log of 1200 errors, I went to this GitHub and saw your message, I turned on image

These errors have completely stopped:

[08:26:15] [Render thread/ERROR] [zeta/]: Creative tab loop found when adding Block{quark:monster_box} next to Block{minecraft:spawner} [08:26:15] [Render thread/ERROR] [zeta/]: For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior

Veynam commented 1 week ago

Still getting this error