astei / krypton

A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
GNU Lesser General Public License v3.0
367 stars 34 forks source link

Mixin apply failure on 1.17.1 RC 2 server #35

Closed QPCrummer closed 3 years ago

QPCrummer commented 3 years ago

Here is the crash report on the server with the latest Krypton: https://pastebin.com/9iyG8BwK

QPCrummer commented 3 years ago

sorry if this is already a known issue.

astei commented 3 years ago

Already fixed in #34

QPCrummer commented 3 years ago

It isn't fixed. I am using that version

astei commented 3 years ago

Tested locally, it works fine. You probably have an old version of Krypton lurking on your server.

QPCrummer commented 3 years ago

This version right here: https://github.com/astei/krypton/tree/1ae22c746511246fa67d99fa970aa6d5180ca58a

QPCrummer commented 3 years ago

Nope, I just tested with that krypton right there ^ and FAPI. It gave the same error. I am using FAPI 0.36.1.

astei commented 3 years ago

I am unable to reproduce the issue on my system, even with Fabric API 0.36.1. Check if you have multiple versions of Krypton on the system and make sure you actually have the latest version of Krypton installed.

QPCrummer commented 3 years ago

Ok, I am still getting the crash with the latest 0.1.4 snapshot version of krypton. I tested without FAPI and the crash still happens. I made sure to turn all other servers off and delete all mods in my mods folder except for krypton. I am also running 1.17.1 now. The only differences I could think of between your test server and mine is that I am using Graalvm 16 and Windows 10.

QPCrummer commented 3 years ago

Ok, after deleting the .fabric and .mixin.out folders, it runs smoothly. Thanks for helping me