Closed sourcepowered closed 2 years ago
Can you give us the "plugins\ClearLag\config.yml" file ?
It has some Chinese characters.
What is your full start arg for Cruible?
-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=20 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=true -Daikars.new.flags=true -XX:+AggressiveOpts -XX:+UseCompressedOops -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -noverify
Add -Dfile.encoding=UTF-8
to your start arg.
Try adding
-Dfile.encoding=UTF-8
Add
-Dfile.encoding=UTF-8
to your start arg.
ops
There must be no Unicode characters in the configuration file, otherwise it will not load.