Open magiblot opened 5 years ago
I am unable to bisect mesa because recompiling at mesa3d/mesa@5526420 now also produces a black screen. Reinstalling the old build I mentioned, however, still works.
Removing ~/.cache/mesa_shader_cache
doesn't solve the issue.
I can confirm having this issue on Ubuntu if I use the latest commit of Mesa.
You are talking about a new bug like this one https://github.com/minecraft-linux/mcpelauncher-client/issues/66#issuecomment-1558740740.
I can confirm having this issue on Ubuntu if I use the latest commit of Mesa.
Using 1.18.12 would still work in this case.
I am getting this issue after updating mesa on arch
It's still unclear if this is a mesa or a game bug, but the new opengl es extension exposed in mesa 23.1 makes the game drawing a blackscreen.
I created a mod for this launcher to temporary hide this issue
Download the mod from the artifacts of https://github.com/ChristopherHX/mcpelauncher-updates/actions/runs/5070803283 (the attached git repository contains the source code)
Adding mods
The Open Data Root folder can also be found on the following locations
~/.local/share/mcpelauncher/
~/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
~/Library/Application Support/mcpelauncher/
create a folder with name mods
and put the .so
file for your system into this folder.
As reported in our discord server defining the env variable MESA_EXTENSION_OVERRIDE="-GL_EXT_instanced_arrays"
is another workaround.
I can confirm the MESA_EXTENSION_OVERRIDE works
I can confirm the MESA_EXTENSION_OVERRIDE works
same here
It appears to be that since a certain mesa update (I don't remember which one) I began to get black a black screen in minecraft:
As you can see, some Mesa errors are printed to the terminal:
I can experience this issue with stable packages (I was unable to solve the issue by downgrading
lib32-mesa
) and latest git version mesa3d/mesa@ad1e59cf8d.However, an old custom build of mine at mesa3d/mesa@552642066f still works:
I can try bisecting mesa but it would take quite the time. Please notice my system information is:
And the video driver in use is
i965
.This is the PKGBUILD for the custom build I'm using: PKGBUILD