Hey everyone,
I have been having trying to install Minecraft on Linux since I switched my distribution over to FerenOS.
However, starting the launcher sees it load for a few seconds before crashing before the application shows up on my screen.
Looking through
Full log available here
Pasting this log into my browser led me to this thread
However, running
Showing that my localisation is configured unlike the poster of that thread.
What I concluded is that Minecraft does not support the AU local. So, I went to my system settings and changed my local to the UK.
However, when running
I figure that it would be a good idea now to ask the Linux community about whether changing my localisation will be able to fix this issue?
Personally, I think that the adjusting
However, I am nervous that this might impair the function of other applications on my system. (An explanation of this would be appreciated)
Thanks for reading through everything.
Feel free to request for more logs or to ask questions about my system if that will help you!
(Also tips about formatting posts would be appreciated )
I have been having trying to install Minecraft on Linux since I switched my distribution over to FerenOS.
However, starting the launcher sees it load for a few seconds before crashing before the application shows up on my screen.
Looking through
launcher_log.txt
. I discovered that this was a localization issue. (Reinstalling did not fix the issue)
Code:
[Error: 2021-03-26 22:36:02.549681039: localization.cpp(45)] No locale matching [.json] found.
[Error: 2021-03-26 22:36:02.549695488: localization.cpp(110)] No translation found for "Unable to download <game>. Please try again later."
[Error: 2021-03-26 22:36:02.549705817: localization.cpp(110)] No translation found for "Unable to download the <game> Native Launcher."
[Error: 2021-03-26 22:36:02.549714336: localization.cpp(110)] No translation found for "Unable to update the <game> Game Launcher."
[Error: 2021-03-26 22:36:02.549722836: localization.cpp(110)] No translation found for "Unable to download the <game> Runtime Environment."
[Error: 2021-03-26 22:36:02.549730375: localization.cpp(110)] No translation found for "Unable to update the <game> Game Launcher."
[Error: 2021-03-26 22:36:02.549738725: localization.cpp(110)] No translation found for "Unable to update the <game> Runtime Environment."
[Error: 2021-03-26 22:36:02.549746034: localization.cpp(110)] No translation found for "Unable to update the <game> Native Launcher."
[Error: 2021-03-26 22:36:02.549754114: localization.cpp(110)] No translation found for "Unable to relaunch the Minecraft bootstrap."
[Error: 2021-03-26 22:36:02.549761763: localization.cpp(110)] No translation found for "Unable to start the <game> Runtime Environment. This is most likely caused by a corruption. Please try to reinstall <game>."
[Error: 2021-03-26 22:36:02.549771163: localization.cpp(110)] No translation found for "Unable to start <game>, if you are running from a dmg, please drag to Applications and try again."
[Error: 2021-03-26 22:36:02.549779882: localization.cpp(110)] No translation found for "Unable to initialize the network library."
[Error: 2021-03-26 22:36:02.549791191: localization.cpp(110)] No translation found for "<game> Launcher"
Pasting this log into my browser led me to this thread
However, running
locale
outputs:
Code:
LANG=en_AU.UTF-8
LANGUAGE=en_AU
LC_CTYPE="en_AU.UTF-8"
LC_NUMERIC=en_AU.UTF-8
LC_TIME=en_AU.UTF-8
LC_COLLATE="en_AU.UTF-8"
LC_MONETARY=en_AU.UTF-8
LC_MESSAGES="en_AU.UTF-8"
LC_PAPER=en_AU.UTF-8
LC_NAME=en_AU.UTF-8
LC_ADDRESS=en_AU.UTF-8
LC_TELEPHONE=en_AU.UTF-8
LC_MEASUREMENT=en_AU.UTF-8
LC_IDENTIFICATION=en_AU.UTF-8
LC_ALL=
Showing that my localisation is configured unlike the poster of that thread.
What I concluded is that Minecraft does not support the AU local. So, I went to my system settings and changed my local to the UK.
However, when running
locale
again. My locale is now a mix of UK and AU due to me setting it to AU on setup. (still giving the same minecraft-launcher error too)
Code:
LANG=en_AU.UTF-8
LANGUAGE=en_GB
LC_CTYPE="en_AU.UTF-8"
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE="en_AU.UTF-8"
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES="en_AU.UTF-8"
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=
I figure that it would be a good idea now to ask the Linux community about whether changing my localisation will be able to fix this issue?
Personally, I think that the adjusting
LANG=en_AU.UTF-8
might be able to fix my issue.However, I am nervous that this might impair the function of other applications on my system. (An explanation of this would be appreciated)
Thanks for reading through everything.
Feel free to request for more logs or to ask questions about my system if that will help you!
(Also tips about formatting posts would be appreciated )