You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
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 text was updated successfully, but these errors were encountered: