IzzelAliz / Arclight

A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡
GNU General Public License v3.0
1.42k stars 211 forks source link

Exception in server tick loop #1364

Open syano-u opened 3 weeks ago

syano-u commented 3 weeks ago

I have confirmed that ...

Arclight version

arclight-forge-1.19.2-1.0.5.jar

OS & Java versions

OS:Windows11x64 java java version "17.0.10" 2024-01-16 LTS Minecraft Version: 1.19.2

Plugins and Mods

rubidium-extra-0.4.19+mc1.19.2-build.105.jar
embeddium-0.3.14+mc1.19.2.jar
radium-0.8.2.jar

Description

Exception in server tick loop error

Looking at the details of the Minecraft server error, the cause appears to be an error that occurred during the Mixin conversion process. In particular, the problem occurs during the application of mixins.arclight.core.json:world.level.portal.PortalForcerMixin.

Step to reproduce

run.bat "C:\Program Files\Java\jdk-17\bin\java.exe" -Xms8000M -Xmx8G -jar arclight-forge-1.19.2-1.0.5.jar pause

Logs

https://paste.ubuntu.com/p/MrgnjbScXR/ crash-2024-06-05_20.15.00-server.txt

Server pack link (Optional)

No response