-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
+1 |
same issue seems like a mixing issue |
Same issue here. Here's another log with the same problem - unfortunately, I don't know with what mod this might interfere |
Greetings, same problem. Crash instantly with ext code: 1 when enabling the mod. Forge: 43.2.3 No Crashfile is created only the latest.log can be provided. disabling lets the modpack start normally. |
was there ever a solution to this problem? cuz i just wanna play with the mod :( |
I haven't been able to reproduce this bug, that makes it very hard for me to fix. the only reason I could think of is some other mod is removing the |
I am going one by one disabling/enabling mods. I try to let you know which one it might be doing it. Edit: 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. |
I got a crash with ae2 wireless terminals and refined storage's creative crafter mod |
I just realized all logs here have Not Enough Crashes installed, which is known to sometimes break things, or obscure crashes. |
https://gist.github.com/IamRyan30/400c174251f337faa25339eabebae054 - with AE2WTLib-12.8.4.jar |
Removed Not enough crashes: Error still persists, enabling it crashes right into exit code 1 (which says nothing funny enough...) |
so it isn't Not enough crashes for once... |
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. |
I added a workaround in 12.8.6 which should be released soon |
the workaround did not help, the same crash is still happening (with another mixin) |
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 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] |
https://github.com/DrMango14/Create__The_Factory_Must_Grow/issues/2 @MrPurple6411 Try downgrading your version of TFMG to 0.3.0. |
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] |
seems like the crash I am having is related to this so I thought I would upload my log and hope it helps |
should be finally fixed in 1.19.2 and 1.20.1 |
I found the root cause: the mixin refmap is called |
gotta crash with: 1.20.1 |
@Xplodin that is an issue with AEInfinityBooster (probably this one: Hexeption/AEInfinityBooster#11) it is unrelated to ae2wtlib. |
|
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.
The text was updated successfully, but these errors were encountered: