Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[1.19.2, 1.20.1] Crash without crash report #163

Closed
aking4125 opened this issue Oct 4, 2022 · 26 comments
Closed

[1.19.2, 1.20.1] Crash without crash report #163

aking4125 opened this issue Oct 4, 2022 · 26 comments
Labels
bug Something isn't working

Comments

@aking4125
Copy link

Hello,

Upon adding this mod to my pack, the game crashes but no crashlog is generated. Here is the log file:
debug.log

Removing this mod allows the game to load correctly.

@Flame1211
Copy link

+1

@ZEROX7
Copy link

ZEROX7 commented Dec 12, 2022

same issue seems like a mixing issue

@SheReyy
Copy link

SheReyy commented Dec 23, 2022

Same issue here. Here's another log with the same problem - unfortunately, I don't know with what mod this might interfere

@Haifischkeks
Copy link

Greetings, same problem.

Crash instantly with ext code: 1 when enabling the mod.

Forge: 43.2.3
Mod: 12.8.4

No Crashfile is created only the latest.log can be provided.
latest.log

disabling lets the modpack start normally.
Making a modpack just with AE2 and this addition seems to let it start, so it might be another mod.
Might be going 1 by 1 and see which one it is but that will take time. (since i can't really read the latest.log and see what causes it..)

@BobminiJr
Copy link

was there ever a solution to this problem? cuz i just wanna play with the mod :(

@Mari023
Copy link
Owner

Mari023 commented Jan 5, 2023

I haven't been able to reproduce this bug, that makes it very hard for me to fix.
the only thing I know (from the log) is that somehow a mixin fails to apply

the only reason I could think of is some other mod is removing the
net.minecraft.world.item.ItemStack#useOn method or changing the signature of it.

@Haifischkeks
Copy link

Haifischkeks commented Jan 5, 2023

I am going one by one disabling/enabling mods. I try to let you know which one it might be doing it.

Edit:
So far witnessing that once I add forbidden and Arcanus to the whole pack, it instantly crashes me to because it adds Valhelsia Core with it and then it crashes again with the same ItemStack error.

Adding both to a seperate pack though with just essentials (AE 2, Architectury, Cloth config, Curios API) it does not crash and start normally. I keep on trying.

@Xplodin
Copy link

Xplodin commented Jan 12, 2023

I got a crash with ae2 wireless terminals and refined storage's creative crafter mod

@Mari023
Copy link
Owner

Mari023 commented Jan 17, 2023

I just realized all logs here have Not Enough Crashes installed, which is known to sometimes break things, or obscure crashes.
ccould someone try removing Not Enough Crashes and post the log here please?

@SheReyy
Copy link

SheReyy commented Jan 17, 2023

https://gist.github.com/IamRyan30/400c174251f337faa25339eabebae054 - with AE2WTLib-12.8.4.jar
https://gist.github.com/IamRyan30/af2c5c0be4255a93e29c33e82650b150 - with AE2WTLib-12.8.5.jar

@Haifischkeks
Copy link

Haifischkeks commented Jan 18, 2023

Removed Not enough crashes:
Updated to version 12.8.5 with Forge 43-2-3

latest.log

Error still persists, enabling it crashes right into exit code 1 (which says nothing funny enough...)
Edit:
Enabling and disabling mods one after another have not helped either, when i enable them it starts crashing on one and disabling it makes it still crash, or running it alone with AE2WTLib lets it start normally again. It is really strange

@Mari023
Copy link
Owner

Mari023 commented Jan 18, 2023

so it isn't Not enough crashes for once...
I don't really have any ideas what could cause this

This was referenced Jan 19, 2023
@Mari023 Mari023 added the bug Something isn't working label Feb 6, 2023
@Mari023 Mari023 mentioned this issue Mar 7, 2023
@ErdbeerbaerLP
Copy link

Also adding my log file to this, maybe it helps somehow. I had it working earlier with most mods, then I added some mods after which it crashed, but now even after disabling thoose added mods it still crashes.

2023-03-26-7.log

@Mari023
Copy link
Owner

Mari023 commented Apr 12, 2023

I added a workaround in 12.8.6 which should be released soon
in theory this should fix this issue.
In practice, it didn't.

@Mari023
Copy link
Owner

Mari023 commented Apr 16, 2023

the workaround did not help, the same crash is still happening (with another mixin)

@Mari023 Mari023 reopened this Apr 16, 2023
@MrPurple6411
Copy link

MrPurple6411 commented Apr 26, 2023

OK so I have been having this issue after I tried to add a bunch of mods to an ATM8 pack instance for my niece.

In the end it was fixed when I removed one mod that I had added......

The odd thing is when I made a fresh clean instance and ONLY installed the things required for that mod as well as this one they loaded up just fine.

So I think it has to be some form of 3 way interaction and the bigger issue is that I don't see that mod in the logs of the other people above having this issue.

That being said I have been able to replicate the issue reliably by downloading a fresh ATM8 1.0.17 pack and then installing Create: The Factory Must Grow

debug.log

That being said it seems to be a slightly different mixin:

[25Apr2023 18:23:38.958] [pool-3-thread-1/FATAL] [mixin/]: Mixin apply failed ae2wtlib.mixins.json:PlayerInventoryInsertStack -> net.minecraft.world.entity.player.Inventory: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on insertStackInME could not find any targets matching 'add(Lnet/minecraft/world/item/ItemStack;)Z' in net.minecraft.world.entity.player.Inventory. Using refmap mixin.refmap.json [PREINJECT Applicator Phase -> ae2wtlib.mixins.json:PlayerInventoryInsertStack -> Prepare Injections -> -> handler$cno000$insertStackInME(Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]

@Delfite
Copy link

Delfite commented May 6, 2023

https://github.com/DrMango14/Create__The_Factory_Must_Grow/issues/2

@MrPurple6411 Try downgrading your version of TFMG to 0.3.0.

@FearAK
Copy link

FearAK commented May 7, 2023

Still no fix to this? :( I really wanna use ae2 but without this mod I have to use refined storage

PS: I'm not using create: the factory must grow and im still getting the same issue.

[07May2023 09:41:55.651] [pool-3-thread-1/FATAL] [mixin/]: Mixin apply failed ae2wtlib.mixins.json:Restock -> net.minecraft.world.item.ItemStack: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on useOnBlockRestock could not find any targets matching 'useOn' in net.minecraft.world.item.ItemStack. Using refmap mixin.refmap.json [PREINJECT Applicator Phase -> ae2wtlib.mixins.json:Restock -> Prepare Injections -> -> handler$ccj000$useOnBlockRestock(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on useOnBlockRestock could not find any targets matching 'useOn' in net.minecraft.world.item.ItemStack. Using refmap mixin.refmap.json [PREINJECT Applicator Phase -> ae2wtlib.mixins.json:Restock -> Prepare Injections -> -> handler$ccj000$useOnBlockRestock(Lnet/minecraft/world/item/context/UseOnContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:316) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:308) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:46) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at jdk.internal.reflect.GeneratedConstructorAccessor31.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1311) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.8.jar:10.0.8+10.0.8+main.0ef7e830]
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?]
at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?]
at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?]
at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?]
at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?]
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
at net.minecraft.core.cauldron.CauldronInteraction.m_175645_(CauldronInteraction.java:39) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.Util.m_137469_(Util.java:368) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.core.cauldron.CauldronInteraction.m_175617_(CauldronInteraction.java:39) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.core.cauldron.CauldronInteraction.(CauldronInteraction.java:33) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.world.level.block.CauldronBlock.(CauldronBlock.java:18) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.world.level.block.Blocks.(Blocks.java:369) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.world.level.levelgen.carver.CarverDebugSettings.(CarverDebugSettings.java:9) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.world.level.levelgen.carver.CarverConfiguration.m_224838_(CarverConfiguration.java:20) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at com.mojang.serialization.codecs.RecordCodecBuilder.mapCodec(RecordCodecBuilder.java:76) ~[datafixerupper-5.0.28.jar%23126!/:?]
at net.minecraft.world.level.levelgen.carver.CarverConfiguration.(CarverConfiguration.java:16) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.world.level.levelgen.carver.WorldCarver.(WorldCarver.java:32) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.data.worldgen.Carvers.(Carvers.java:21) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.data.BuiltinRegistries.m_236012_(BuiltinRegistries.java:53) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.data.BuiltinRegistries.m_236009_(BuiltinRegistries.java:87) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.data.BuiltinRegistries.m_236004_(BuiltinRegistries.java:114) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) ~[?:?]
at net.minecraft.data.BuiltinRegistries.(BuiltinRegistries.java:113) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.core.Registry.(Registry.java:665) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:43) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at net.minecraft.client.main.Main.lambda$run$0(Main.java:145) ~[client-1.19.2-20220805.130853-srg.jar%231261!/:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]

@YukiRainee
Copy link

seems like the crash I am having is related to this so I thought I would upload my log and hope it helps
https://mclo.gs/mvQ2ek5

@Mari023 Mari023 changed the title [1.19.2] Crash without crash report [1.19.2, 1.20.1] Crash without crash report Jul 16, 2023
@Ve6om
Copy link

Ve6om commented Jul 16, 2023

@Mari023 Referring to #210, we could possibly work around using a mixins for the inventory. I have Discord and would be willing to help resolve this ASAP.

@Mari023
Copy link
Owner

Mari023 commented Jul 16, 2023

@Mari023 Referring to #210, we could possibly work around using a mixins for the inventory. I have Discord and would be willing to help resolve this ASAP.

we can try, tho I tried fixing it once by converting one mixin to use an event, and it just failed on a different mixin

I joined your discord

@Mari023
Copy link
Owner

Mari023 commented Jul 17, 2023

should be finally fixed in 1.19.2 and 1.20.1

@Mari023
Copy link
Owner

Mari023 commented Jul 20, 2023

I found the root cause: the mixin refmap is called mixin.refmap.json
some other mod had a mixin refmap with the same name, which meant mine was overridden

@Xplodin
Copy link

Xplodin commented Jul 23, 2023

gotta crash with:
Mixin apply failed AEInfinityBooster.mixins.json:MixinWirelessTerminalMenuHost -> appeng.helpers.WirelessTerminalMenuHost: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on testWap could not find any targets matching 'testWap' in appeng.helpers.WirelessTerminalMenuHost. Using refmap AEInfinityBooster.refmap.json [PREINJECT Applicator Phase -> AEInfinityBooster.mixins.json:MixinWirelessTerminalMenuHost -> Prepare Injections -> -> handler$zle000$testWap(Lappeng/api/implementations/blockentities/IWirelessAccessPoint;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on testWap could not find any targets matching 'testWap' in appeng.helpers.WirelessTerminalMenuHost. Using refmap AEInfinityBooster.refmap.json [PREINJECT Applicator Phase -> AEInfinityBooster.mixins.json:MixinWirelessTerminalMenuHost -> Prepare Injections -> -> handler$zle000$testWap(Lappeng/api/implementations/blockentities/IWirelessAccessPoint;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:316) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:308) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:46) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at jdk.internal.reflect.GeneratedConstructorAccessor28.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1311) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30]
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?]
at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?]
at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?]
at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?]
at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?]
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
at appeng.core.definitions.AEItems.lambda$static$16(AEItems.java:139) ~[appliedenergistics2-forge-15.0.5-beta.jar%23643!/:15.0.5-beta]
at appeng.core.definitions.AEItems.item(AEItems.java:313) ~[appliedenergistics2-forge-15.0.5-beta.jar%23643!/:15.0.5-beta]
at appeng.core.definitions.AEItems.item(AEItems.java:304) ~[appliedenergistics2-forge-15.0.5-beta.jar%23643!/:15.0.5-beta]
at appeng.core.definitions.AEItems.(AEItems.java:139) ~[appliedenergistics2-forge-15.0.5-beta.jar%23643!/:15.0.5-beta]
at appeng.core.AppEngBootstrap.runEarlyStartup(AppEngBootstrap.java:72) ~[appliedenergistics2-forge-15.0.5-beta.jar%23643!/:15.0.5-beta]
at net.minecraft.server.Bootstrap.handler$bgl000$initRegistries(Bootstrap.java:2041) ~[client-1.20.1-20230612.114412-srg.jar%231082!/:?]
at net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:57) ~[client-1.20.1-20230612.114412-srg.jar%231082!/:?]
at net.minecraft.client.main.Main.lambda$main$0(Main.java:151) ~[client-1.20.1-20230612.114412-srg.jar%231082!/:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

1.20.1

@Mari023
Copy link
Owner

Mari023 commented Jul 23, 2023

@Xplodin that is an issue with AEInfinityBooster (probably this one: Hexeption/AEInfinityBooster#11)

it is unrelated to ae2wtlib.

@Xplodin
Copy link

Xplodin commented Jul 23, 2023

@Xplodin that is an issue with AEInfinityBooster (probably this one: Hexeption/AEInfinityBooster#11)

it is unrelated to ae2wtlib.
ah crap my bad.
Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests