ikvm icon indicating copy to clipboard operation
ikvm copied to clipboard

Unable to Launch modded Minecraft 1.12.2

Open shanoaice opened this issue 1 year ago • 2 comments

I came across this Java SE 8 implementation in .NET and wondered whether it is possible to use this to play Minecraft. Original 1.12.2 without any modding launches fine, but when I tried to add Forge and a few mods, game would refuse to launch. This is the startup log.

When I tried it on an even larger modpack, it throws a stack overflow. Logs.

shanoaice avatar Dec 30 '24 12:12 shanoaice

So while kinda neat, this probably isn't something I'm going to have the time to take a deep look at. If you have time though, a simpler reproduction would be nice.

The stack overflow seems to be a recursive loop in parsing some annotation, since its passing through getDeclaredAnnotationsImpl.

wasabii avatar Dec 30 '24 22:12 wasabii

I came across this Java SE 8 implementation in .NET and wondered whether it is possible to use this to play Minecraft. Original 1.12.2 without any modding launches fine, but when I tried to add Forge and a few mods, game would refuse to launch. This is the startup log.

When I tried it on an even larger modpack, it throws a stack overflow. Logs.

The first log is throwing a mixin error, which is a library to hotpatch JVM bytecode.

Its definitely not gonna work with mixin.

Hellscaped avatar Mar 25 '25 13:03 Hellscaped