[1.16.5 backport regression] Multiplayer Server crash on startup, com/sun/jna/Platform class not found
Colin-J-Wood opened this issue ยท 1 comments
Please read the FAQ before submitting a bug report!
Bug description
Dedicated servers fail to load on startup due to jna issues. Please make sure your code is working on jna 4 for dedicated servers.
Steps to reproduce the issue
- Install on dedicated server
- Attempt to load
Expected behavior
The codebase should adhere to the JNA4 standard which has quite a few differences in classes.
Log files
Please provide log files of the game session in which the problem occurred.
Don't paste the complete logs into the issue.
You can use https://gist.github.com/.
Versions
- Minecraft version 1.16.5
- Forge/Fabric version 36.2.28
- Mod version: 2.22.23
Duplicate of #377