Commit Graph

3 Commits

Author SHA1 Message Date
alexytomi
ea571a968d mitigation: Mitigate AE1 bug
AE1 mistakenly passes in `1` as an ASM api version when it uses
`SignatureVisitor`. This is valid in ASM4 because it never checks if the
Opcode is valid, this is fixed in ASM5, which we override ASM4 with due
to compatibility issues with the Java 8 JRE we use
2025-12-06 19:55:30 +08:00
alexytomi
95669aee11 fix: Crash in ALC10Injector if asm not found
ASM is only loaded if we are modded, so we should only apply it if we
are modded or else ASM is missing.

We can leave it running even if the version being ran uses lwjgl3.3.3,
it wont cause issues, it's just an overload.
2025-11-21 18:34:36 +08:00
alexytomi
47a8b5f8a0 fix: add missing lwjgl2 function asminjector
Should fix SoundPhysics in older versions
2025-11-21 18:21:36 +08:00