-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.10.2] Caused by: java.lang.IllegalArgumentException: Block: class mekanism.common.block.BlockBasic$1 has property: type with invalidly named value: osmıum_block #4957
Comments
turkish locale? |
yes |
I know that problem is connected with my computer's language (Turkish) because I had same issue with textures in mekanism 1.7.10. Game could not find textures because they have written with "ı" instead of "i" and I have changed them to "i" myself and it worked but with this issue I dont know how to fix it myself. I have tried to change my system language to english from (control panel -> region and language) but it didnt work. |
Will have to do some digging to find where it's happening, but somewhere there's a toLowerCase() which uses the system default locale, it should be giving locale.root as a parameter |
Is there a way to fix this without editing mods ? Because im having same issue with some other mods too |
You'd need to override the java locale. Google leads to these JVM options (set in your launcher) might do the trick With that set you can change the language in Minecraft back to Turkish if that's what you use (if it should decide to change itself) |
These JVM options have worked. I have been looking for this for 2 years. Thank you very much |
Hi. I have the same problem and can't open a server. Can you explain how and where we use Thank you. |
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
Issue description:
When I try to launch game, I get this crash.
Steps to reproduce:
1.Launch game
2.Creates a crash report.
Version (make sure you are on the latest version before reporting):
Forge: 1.10.2-12.18.3.2185
Mekanism: 1.10.2-9.2.4.103
Other relevant version:
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
[https://pastebin.com/SNqZuzZH]
The text was updated successfully, but these errors were encountered: