-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.13.2
-
None
-
{code:bash}
# uname -a
Linux 4.19.0-2-amd64 #1 SMP Debian 4.19.16-1 (2019-01-17) x86_64 GNU/Linux
# java --version
openjdk 11.0.2 2019-01-15
OpenJDK Runtime Environment (build 11.0.2+9-Debian-3)
OpenJDK 64-Bit Server VM (build 11.0.2+9-Debian-3, mixed mode, sharing)
# apt show xserver-xorg-video-{all,radeon}
Package: xserver-xorg-video-all
Version: 1:7.7+19
Depends: xserver-xorg-video-amdgpu, xserver-xorg-video-ati, xserver-xorg-video-fbdev, xserver-xorg-video-nouveau, xserver-xorg-video-vesa, xserver-xorg-video-vmware
Package: xserver-xorg-video-radeon
Version: 1:18.1.0-1
Depends: libc6 (>= 2.17), libdrm-radeon1 (>= 2.4.39), libgbm1 (>= 8.1~0), libudev1 (>= 183), xorg-video-abi-24, xserver-xorg-core (>= 2:1.18.99.901)
Suggests: firmware-amd-graphics
# #Error messages that appear after the crash:
[0131/094520:INFO:GameCallbacks.cpp(199)] launcher/launcher (main) info
../src/gallium/drivers/r600/sb/sb_ir.cpp:340:update_packed_items: Assertion `!swp[chan] || swp[chan] == v' failed.
[0131/094520:INFO:GameCallbacks.cpp(199)] launcher/monitor (Process Monitor) fatal Process crashed with exit code 6
[0131/094520:INFO:GameCallbacks.cpp(31)] Destroying GameCallbacks!
[0131/094520:INFO:ClientHandler.cpp(182)] Creating launcher window.
[0131/094520:WARNING:mainLinux.cpp(25)] X error received: type 0, serial 1391, error_code 8, request_code 42, minor_code 0
{code}
{code:bash} # uname -a Linux 4.19.0-2-amd64 #1 SMP Debian 4.19.16-1 (2019-01-17) x86_64 GNU/Linux # java --version openjdk 11.0.2 2019-01-15 OpenJDK Runtime Environment (build 11.0.2+9-Debian-3) OpenJDK 64-Bit Server VM (build 11.0.2+9-Debian-3, mixed mode, sharing) # apt show xserver-xorg-video-{all,radeon} Package: xserver-xorg-video-all Version: 1:7.7+19 Depends: xserver-xorg-video-amdgpu, xserver-xorg-video-ati, xserver-xorg-video-fbdev, xserver-xorg-video-nouveau, xserver-xorg-video-vesa, xserver-xorg-video-vmware Package: xserver-xorg-video-radeon Version: 1:18.1.0-1 Depends: libc6 (>= 2.17), libdrm-radeon1 (>= 2.4.39), libgbm1 (>= 8.1~0), libudev1 (>= 183), xorg-video-abi-24, xserver-xorg-core (>= 2:1.18.99.901) Suggests: firmware-amd-graphics # #Error messages that appear after the crash: [0131/094520:INFO:GameCallbacks.cpp(199)] launcher/launcher (main) info ../src/gallium/drivers/r600/sb/sb_ir.cpp:340:update_packed_items: Assertion `!swp[chan] || swp[chan] == v' failed. [0131/094520:INFO:GameCallbacks.cpp(199)] launcher/monitor (Process Monitor) fatal Process crashed with exit code 6 [0131/094520:INFO:GameCallbacks.cpp(31)] Destroying GameCallbacks! [0131/094520:INFO:ClientHandler.cpp(182)] Creating launcher window. [0131/094520:WARNING:mainLinux.cpp(25)] X error received: type 0, serial 1391, error_code 8, request_code 42, minor_code 0 {code}
-
Unconfirmed
Since a recent upgrade of my debian sid, Minecraft crash systematically when I open some chests (not all chests are concerned). Some crashes also happen some times randomly (I can not attribute them to a specific action).
I do not know if the bug is linked to the upgrade and I do not remember exactly which packages were upgraded but I think it could be linked to a change in mesa (the mesa-va-drivers package have been updated recently).
Thank you in advance.
–
Romain Diss
- is duplicated by
-
MC-167159 hovering over a tool causes crash
- Resolved