MinecraftModDevelopmentMods / MMDLib

new MMDLib
https://www.curseforge.com/minecraft/mc-mods/mmdlib
GNU Lesser General Public License v2.1
6 stars 9 forks source link

mmdlib exception #48

Closed GhostZero91 closed 4 years ago

GhostZero91 commented 4 years ago

Can someone tell me what is wrong? crash-2019-08-15_20.18.54-server.txt

faceofcat commented 4 years ago

java.lang.NumberFormatException: For input string: "0,02"

you probably have a bad config file somewhere.

GhostZero91 commented 4 years ago

Deleted the config folder crash-2019-08-16_18.30.29-server.txt

dshadowwolf commented 4 years ago

This is a bug triggered by Java having issues with inconsistency - it has internationalization (I18N) baked in everywhere except in Float.ParseFloat() - which requires the '.' to be used as a delimiter. This is, basically, a duplicate issue - see BaseMetals #407 for a workaround.