All of Fabric 6 - AOF6

All of Fabric 6 - AOF6

589k Downloads

[bug] crash on startup

playernik2003 opened this issue ยท 6 comments

commented

So i was adding some mods and none od them had any problems but suddenly ad astra which was shown in the logs caused a crash and provided errors but i cant get behind on what exactly is doing it

Wen im playing without my added mods it all works perfectly fine maybe someone could help me figure out wth is causing ad astra to crash?

Here is the crash log
https://pastebin.com/wweWGR9U

Im playing on 1.19.2 with fabric 1.14.12

commented

Welp, technically if you added some mods to the AOF6 installation that makes you an AOF6 user no more.
This issue is not a thing about AOF6, but about your custom installation of AOF6, so I'm afraid this issue should be closed.

What I can tell you, though, is that the crash is caused by Ad Astra.

commented

Welp, technically if you added some mods to the AOF6 installation that makes you an AOF6 user no more.
This issue is not a thing about AOF6, but about your custom installation of AOF6, so I'm afraid this issue should be closed.

What I can tell you, though, is that the crash is caused by Ad Astra.

Alright yea that ad astra caused the crash was the first thing in the crash log that popped up but thanks for the info im basically kinda new to modding will close this now XD

commented

Looks to be Charm being the problem

commented

Looks to be Charm being the problem

why charm?

commented

if you look at the actual errors, it calls out the mixins from Charm all over the place....

	Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/class_634::method_11112(Lnet/minecraft/class_2604;)V has incompatible changes at opcode 68 in callback charm.mixins.json:event.ClientSpawnEntityMixin from mod charm->@Inject::hookOnEntitySpawn(Lnet/minecraft/class_2604;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/class_1299;)V.
 Expected: [Lnet/minecraft/class_1299;]
    Found: []
Available: []
commented

Will try it out later without charm Thanks