warjort
-
Joined
-
Last visited
Posts posted by warjort
-
-
-
Quote
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: InjectionPoint(Shift)[@At("TAIL")] on net/minecraft/world/item/enchantment/EnchantmentHelper::removeApexEnchantments with priority 1000 cannot inject into net/minecraft/world/item/enchantment/EnchantmentHelper::m_44817_(ILnet/minecraft/world/item/ItemStack;Z)Ljava/util/List; merged by shadows.apotheosis.mixin.EnchantmentHelperMixin with priority 1000 [PREINJECT Applicator Phase -> uniquebase.mixins.json:common.enchantments.EnchantmentHelperMixin -> Prepare Injections -> -> handler$cpk000$removeApexEnchantments(ILnet/minecraft/world/item/ItemStack;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V -> Prepare]
Conflict between apotheosis and unique enchantments.
-
-
This sounds like something you should be doing on the server originally.
And if you want to schedule something for a block, you should make it a BlockEntity so it can tick.
Or you can look at how the LiquidBlock (for spreading) or FallingBlock (for failling) schedules ticks for "one off" delayed events.
-
-
Quote
java.lang.Thread.State: TIMED_WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x00000006cefabff8> (a java.lang.String)
at java.util.concurrent.locks.LockSupport.parkNanos([email protected]/LockSupport.java:252)
at net.minecraft.util.thread.BlockableEventLoop.m_5667_([email protected]/BlockableEventLoop.java:152)
at net.minecraft.util.thread.BlockableEventLoop.m_18701_([email protected]/BlockableEventLoop.java:142)
at net.minecraft.server.level.ServerChunkCache.m_7587_([email protected]/ServerChunkCache.java:130)
at net.minecraft.world.level.Level.m_6522_([email protected]/Level.java:179)
at net.minecraft.world.level.LevelReader.m_46819_([email protected]/LevelReader.java:129)
at net.minecraft.world.level.Level.m_6325_([email protected]/Level.java:174)
at net.minecraft.world.level.Level.m_46745_([email protected]/Level.java:170)
at net.minecraft.world.level.Level.m_7702_([email protected]/Level.java:507)
at com.refinedmods.refinedstorage.render.ConstantsCable.addCoverVoxelShapes(r[email protected]/ConstantsCable.java:79)
at com.refinedmods.refinedstorage.block.CableBlock.m_5940_([email protected]/CableBlock.java:132)
at net.p3pp3rf1y.sophisticatedstorage.crafting.BarrelMaterialRecipe.isFullBlockItem([email protected]/BarrelMaterialRecipe.java:
It looks to be some issue with sophisticated storage or refined storage?
Check you have the latest versions then contact the mod authors.
-
-
If it's not crashing, then it sounds like it is "looping" or stuck.
We would need to see a thread dump to understand where it is stuck: https://www.baeldung.com/java-thread-dump
which would probably mean you need to install the java jdk to get the tools. e.g. https://adoptium.net
-
Quote
Caused by: java.lang.NoClassDefFoundError: com/simibubi/create/content/contraptions/behaviour/MovementBehaviour
at TRANSFORMER/[email protected]/net.mehvahdjukaar.supplementaries.integration.CompatHandler.init(CompatHandler.java:91)
Some incompatibility between create and supplementaries? Probably you don't have compatible versions.
Contact the mod authors for help.
The mixin "minVersion" error is not a real error, or at least not one that causes problems. You can ignore it.
-
There's no real error in that log that looks like a crash.
There is this warning
Quote[26May2023 14:31:08.959] [Render thread/WARN] [net.minecraftforge.common.ForgeHooks/WP]: The following mods have version differences that were not resolved:
rechiseled (version 1.0.13 -> MISSING)
youre_seeing_dungeons (version 1.0.0 -> MISSING)
Things may not work well.
With lots of warnings about the latter during world loading like this one:
Quote[26May2023 14:31:46.264] [Server thread/WARN] [net.minecraft.world.level.block.entity.BlockEntity/]: Skipping BlockEntity with id youre_seeing_dungeons:cloud_block
And some issue with bumblezone data:
Quote[26May2023 14:31:29.760] [Render thread/ERROR] [the_bumblezone/]: Bz Pollination File Reading Error - Unknown EntityType: born_in_chaos_v1:ser_pumpkinhead
[26May2023 14:31:29.760] [Render thread/ERROR] [the_bumblezone/]: Bz Pollination File Reading Error - Unknown EntityType: born_in_chaos_v1:ser_pumpkinhead_without_horse
[26May2023 14:31:29.760] [Render thread/ERROR] [the_bumblezone/]: Bumblezone Error: Couldn't parse pollen puff entity to flower file the_bumblezone:born_in_chaos_v1 - Error: DynamicException[Bz Error - Unknown EntityType: born_in_chaos_v1:ser_pumpkinhead_without_horse - ; Bz Error - Unknown EntityType: born_in_chaos_v1:ser_pumpkinhead - missed input: {"born_in_chaos_v1:ser_pumpkinhead":[{"plants_to_spawn":{"type":"minecraft:weighted_state_provider","entries":[{"data":{"Name":"minecraft:pumpkin_stem"},"weight":1}]}}],"born_in_chaos_v1:ser_pumpkinhead_without_horse":[{"plants_to_spawn":{"type":"minecraft:weighted_state_provider","entries":[{"data":{"Name":"minecraft:pumpkin_stem"},"weight":1}]}}]} Optional[{entity.born_in_chaos_v1.pumpkin_spirit=[EntryObject[nbtPredicate=BzNbtPredicate[tag=null], weightedStateProvider=net.minecraft.world.level.levelgen.feature.stateproviders.WeightedStateProvider@51a73a39]], entity.born_in_chaos_v1.seared_spirit=[EntryObject[nbtPredicate=BzNbtPredicate[tag=null], weightedStateProvider=net.minecraft.world.level.levelgen.feature.stateproviders.WeightedStateProvider@34b26044]], entity.born_in_chaos_v1.mr_pumpkin=[EntryObject[nbtPredicate=BzNbtPredicate[tag=null], weightedStateProvider=net.minecraft.world.level.levelgen.feature.stateproviders.WeightedStateProvider@3ddda66e]], entity.born_in_chaos_v1.pumpkinhead=[EntryObject[nbtPredicate=BzNbtPredicate[tag=null], weightedStateProvider=net.minecraft.world.level.levelgen.feature.stateproviders.WeightedStateProvider@71287dbe]]}]]
There's a number of other things that look like warnings.
What I can see is it looks like you tried to load the world twice?
The second time the last line:
Quote[26May2023 14:45:42.413] [Server thread/INFO] [elementalcraft/]: Pure ore generation ended in 126ms
and the above is the last thing in the log.
While the first time it went onto doing something in refined storage
Quote[26May2023 14:31:52.727] [Server thread/INFO] [elementalcraft/]: Pure ore generation ended in 178ms
-- snip --
[Server thread/DEBUG] [com.refinedmods.refinedstorage.apiimpl.network.Network/]: Network at position BlockPos{x=-318, y=78, z=-1034} changed running state to true, causing an invalidation of the node graph
-
Quote
Caused by: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException: No candidates were found matching f_107293_:Ljava/util/Map; in net/minecraft/client/particle/ParticleEngine for create.mixins.json:accessor.ParticleEngineAccessor->@Accessor[FIELD_GETTER]::create$getProviders()Ljava/util/Map; [INJECT Applicator Phase -> create.mixins.json:accessor.ParticleEngineAccessor -> Apply Accessors -> -> Locate -> create.mixins.json:accessor.ParticleEngineAccessor->@Accessor[FIELD_GETTER]::create$getProviders()Ljava/util/Map;]
Issue with create.
The logs/debug.log probably has more information.
e.g. create for 1.19.2 wants at least forge 43.2.4 (something the logs/debug.log will say).
-
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
QuoteYou must include the log files in your post, otherwise we cannot help you.
Use a service like Pastebin.com or GitHub Gist.
Do not use a file sharing service like Mediafire, Google Drive, Dropbox, etc. and do not attach the file to your forum post.
-
Quote
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: InjectionPoint(Shift)[@At("TAIL")] on net/minecraft/world/item/enchantment/EnchantmentHelper::removeApexEnchantments with priority 1000 cannot inject into net/minecraft/world/item/enchantment/EnchantmentHelper::m_44817_(ILnet/minecraft/world/item/ItemStack;Z)Ljava/util/List; merged by shadows.apotheosis.mixin.EnchantmentHelperMixin with priority 1000 [PREINJECT Applicator Phase -> uniquebase.mixins.json:common.enchantments.EnchantmentHelperMixin -> Prepare Injections -> -> handler$eea000$removeApexEnchantments(ILnet/minecraft/world/item/ItemStack;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V -> Prepare]
Cnflict between apotheosis and unique enchantments.
-
Quote
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on methodIfPart2 could not find any targets matching 'Lnet/minecraft/world/item/Items;m_151096_(Ljava/lang/Object;)Ljava/util/Optional;' in net.minecraft.world.item.Items. Using refmap mixins.tombstone.refmap.json [PREINJECT Applicator Phase -> tombstone.mixins.json:ItemsMixin -> Prepare Injections -> -> handler$zzb000$methodIfPart2(Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]
For these mixin errors, you locate for the final "caused by" in the error then look for mod names.
-
Quote
Caused by: java.lang.NoSuchFieldError: f_40756_
at com.mistrx.buildpaste.items.ItemBase.<init>(ItemBase.java:10) ~[BuildPasteMod-1.19.2v1.9.4.jar%23156!/:1.0] {re:classloading}
You have the 1.19.2 version of the build paste mod, but you are using minecraft 1.19.3
Download the correct version of that mod for your version of minecraft.
https://www.curseforge.com/minecraft/mc-mods/buildpaste/files
-
Edited by warjort
This explains container menus, there is an example at the bottom for opening one for an entity
-
-
-
-
Why are you creating duplicate threads?
https://forums.minecraftforge.net/topic/123978-server-problem/#comment-538427
-
That's not the debug.log
It also says you can't connect to the server.
Quote[16:29:49] [Server Connector #2/ERROR]: Couldn't connect to server io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: xxxxx
Caused by: java.net.ConnectException: Connection refused: no further information
So either your connection information is incorrect, there is something wrong with your networking or the server is not running.
-
You need to post your logs/debug.log and do it on a file sharing site.
The log above doesn't even show you connecting to a server.
The error says one of your mods has broken networking.
These are usually difficult to track down and normally require you to experiment with removing mods to find the problem mod.
But you can try adding the following to your "java arguments" (same place you set the -Xmx memory value)
-Dforge.logging.mojang.level=debugThis will add Mojang's network debug logging to the logs/debug.log
-
-
The config files are not loaded until after all objects are registered:
https://forge.gemwire.uk/wiki/Stages_of_Modloading
So your code linked above will just be using the default configuration values.
If you want to use configurations for something like that, you need to code it into your item.
i.e. it gets the durability dynamically from the config and is not set at registeration time.
e.g.
Minecraft crash "Rendering overlay" in Forge 1.18.2 version 40.2.0
in Support & Bug Reports