mojira.dev

Aljaz S.

Assigned

No issues.

Reported

MC-228186 Incorrect translation; Slovenian language Invalid

Comments

Alright, thanks for the info.

Red flag :flag_on:

I ran into this issue after I updated to the latest release.

ATTEMPT TO "PATCH" [failed attempt]

I downloaded the .deb (https://drive.google.com/file/d/19itcfEdP7tGY40gGI37M3FyhgGe3pBNq/view?usp=sharing) #comment-585996
Reinstalled the packages #comment-585999

$ sudo dpkg --purge minecraft-launcher
$ sudo apt install libcurl4-nss-dev libcurl3-nss
$ sudo dpkg --install minecraft-launcher-libcurl-fixed.deb
$ minecraft-launcher
aljaxus@aljaxusPc:~/Downloads$ sudo dpkg --purge minecraft-launcher
[sudo] password for aljaxus: 
(Reading database ... 267886 files and directories currently installed.)
Removing minecraft-launcher (2.1.7698) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for mime-support (3.60ubuntu1) ...

aljaxus@aljaxusPc:~/Downloads$ sudo apt install libcurl4-nss-dev libcurl3-nss
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libcurl3-nss is already the newest version (7.58.0-2ubuntu3.8).
libcurl4-nss-dev is already the newest version (7.58.0-2ubuntu3.8).
The following packages were automatically installed and are no longer required:
  libllvm7 libpango1.0-0 libpangox-1.0-0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

aljaxus@aljaxusPc:~/Downloads$ sudo dpkg --install minecraft-launcher-libcurl-fixed.deb
Selecting previously unselected package minecraft-launcher.
(Reading database ... 267817 files and directories currently installed.)
Preparing to unpack minecraft-launcher-libcurl-fixed.deb ...
Unpacking minecraft-launcher (2.1.7698) ...
Setting up minecraft-launcher (2.1.7698) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...

aljaxus@aljaxusPc:~/Downloads$ minecraft-launcher
[1029/084314.789984:ERROR:sandbox_linux.cc(346)] InitializeSandbox() called with multiple threads in process gpu-process.
SaveToBuffer failed
^C
aljaxus@aljaxusPc:~/Downloads$

LAUNCHER LOG
Launcher log paste: https://hastebin.app/raw/5db7f15a4798f8001c0daabc
Log is pasted on an external site in order to keep reply length under 20 000 characters
ENV INFO

I'm on Ubuntu 18.04 (5.0.0-32-generic #34~18.04.2-Ubuntu)
Java 11 in use

aljaxus@aljaxusPc:~$ java --version
openjdk 11.0.4 2019-07-16
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, sharing)