Crash on server Startup using rc2
Closed this issue · 3 comments
The crash only happens when I start up my modded server. The client starts fine with the same mods. I think I might know what the issue is (Java doesn't recognize "," as a decimal point) but since this was supposed to be fixed i rc2 I thought bringing it to your attention might be a good idea.
oh, ffs - I missed that and one other spot where, early on, I'd relied on Java having all that internationalization and got bit by it. Thanks for the report - will be fixed in -rc3 and there is a workaround over in the BaseMetals closed issues...
Try starting the server with (on Unix/Linux):
LOCALE=EN_US <java command>
Or, on Windows, by setting the "Locale" environment variable in a similar manner
How do I set the locale environment variable on windows?
I figured it out and it worked (looked at the closed issue over at BaseMetals), thanks for the help!