Skip to content
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

Closed
guvenir18 opened this issue Feb 24, 2018 · 8 comments

Comments

@guvenir18
Copy link

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]

@thiakil
Copy link
Member

thiakil commented Feb 24, 2018

turkish locale?

@guvenir18
Copy link
Author

yes

@guvenir18
Copy link
Author

guvenir18 commented Feb 24, 2018

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.

@thiakil
Copy link
Member

thiakil commented Feb 24, 2018

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

@guvenir18
Copy link
Author

Is there a way to fix this without editing mods ? Because im having same issue with some other mods too

@thiakil
Copy link
Member

thiakil commented Feb 25, 2018

You'd need to override the java locale.

Google leads to these JVM options (set in your launcher) might do the trick -Duser.country=US -Duser.language=en

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)

@guvenir18
Copy link
Author

These JVM options have worked. I have been looking for this for 2 years. Thank you very much

@thehaplo
Copy link

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 -Duser.country=US -Duser.language=en settings?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants