#Weird graphical bug

39 messages · Page 1 of 1 (latest)

sand basalt
#

I recently installed Celeste through steam on my new computer (running Arch with KDE Plasma, in case it matters) and I'm getting a weird graphical bug. How do I fix this?
(note: happened before I installed everest)

upper plover
#

Maybe you can refer to this

chrome osprey
#

downgrading it should fix it

#

i don't remember what version is known good

stuck wing
#

anything pre 24.3

#

also, are you on an intel igpu?

sand basalt
#

Yes

#

But strangely on my mint boot the glitch doesnt happen. Its only the arch boot

chrome osprey
#

because you have updated mesa to the buggy version

stuck wing
#

debian is on 24.3.3-1, im not sure if i tested that version though

#

i know that pre 24.3 does not present the bad behaviour for sure

#

anyhow i will try to bisect the offending commit anyways

sand basalt
stuck wing
#

your linux graphics drivers basically

sand basalt
#

So which driver should i get?

stuck wing
#

that same one

#

but pre 24.3

#

basically just downgrade it a version or two

sand basalt
#

how do I do that?

stuck wing
#

run
sudo pacman -U file:///var/cache/pacman/pkg/mesa-1\:24.2.7-1-x86_64.pkg.tar.zst
for example, this specific version may not be in your cache, so use any that starts with 24.2 (also assuming x64)

sand basalt
#

I just installed Arch. I dont have any in my cache

#

(except 24.3.3.2

stuck wing
sand basalt
#

after I instaled and pacman'ed it, I rebooted to a black screen except for cursor, though upgrading mesa back fixed it. any idea what i'm doing wrong?

stuck wing
#

oh yeah well then some other package is unfortunately incompatible with the downgrade (that also happened to me just yesterday), i think using vulkan (although less stable) should be a good enough workaround for now laugheline

#

add --graphics Vulkan into everest-launch.txt

sand basalt
#

that caused it to crash when i tried to run it

upper plover
#

Does the crash say anything like logs or information?

sand basalt
#

System.InvalidOperationException: No supported FNA3D driver found!
at Microsoft.Xna.Framework.FNALoggerEXT.FNA3DLogError(IntPtr msg) in /tmp/FNA/src/FNALoggerEXT.cs:line 98

upper plover
#

maybe try updating graphics driver? I'm not sure

stuck wing
#

make sure you have vulkan-intel

sand basalt
#

sorry for taking a while, but i tried vulkan-intel and now have a different error (progress, I hope):
Ver 1.4.0.0-fna [Everest: 5328-azure-2e584]
02/12/2025 00:44:50
System.DllNotFoundException: Unable to load shared library '/tmp/mm-exhelper.so.7NEmKs' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:

#

/home/[Redacted for privacy]/.local/share/Steam/steamapps/common/Celeste/piton-runtime/shared/Microsoft.NETCore.App/7.0.12//tmp/mm-exhelper.so.7NEmKs: cannot open shared object file: No such file or directory
/tmp/mm-exhelper.so.7NEmKs: cannot enable executable stack as shared object requires: Invalid argument

sand basalt