Amdgpu 6.13.6, kernel fault while playing Satisfactory
okay. With the PSR stuff disabled can play much longer, but after a couple more hours of play a different fault. Details posted in comment below.
OS:
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:testing
Digest: sha256:1c3f9cfb10d64c5516badd4e03df81b68df292e391756f18c1b4446784c80e72
Version: testing-41.20250311 (2025-03-11T05:58:11Z)
kernel:
Linux version 6.13.6-101.bazzite.fc41.x86_64 (builder@c17c044c8371) (gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7), GNU ld version 2.43.1-5.fc41) #1 SMP PREEMPT_DYNAMIC Sun Mar 9 11:06:13 UTC 2025 [ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt8)/ostree/default-9555151c1eb5e72f6ee3d51a275ce61145fa3426ade07b90beac4b014577e8f6/vmlinuz-6.13.6-101.bazzite.fc41.x86_64 rhgb root=UUID=bee0ab4d-eb88-4bf8-af87-ae420b2ffac8 rootflags=subvol=00 rw bluetooth.disable_ertm=1 preempt=full amdgpu.ppfeaturemask=0xfff7ffff iomem=relaxed module_blacklist=wl module_blacklist=wl split_lock_detect=off no_console_suspend amdgpu.dcdebugmask=0x10 ostree=/ostree/boot.0/default/9555151c1eb5e72f6ee3d51a275ce61145fa3426ade07b90beac4b014577e8f6/0>
Solution:Jump to solution
as a temporary fix I added a mesa env var to my launch options for this game (the only game i've tried on the z13). RADV_DEBUG=nodcc,nohiz. I didn't bother AB testing to figure out which flag hides the bug, but it is one of these two.
11 Replies
relevant dmesg
Can you try keeping all z13 stuff in a single thread? I am losing track
ok - I was thinking different threads for different bugs, but fine with me!
btw this problem still occurs with the latest testing branch. But from reading mesa-git issues (where lots of people had similar problems with mesa 25.0.0 & 0.1). A mesa dev says it is now fixed in their git and they will have 25.0.2 out nextweekish...
Solution
as a temporary fix I added a mesa env var to my launch options for this game (the only game i've tried on the z13). RADV_DEBUG=nodcc,nohiz. I didn't bother AB testing to figure out which flag hides the bug, but it is one of these two.
Where's the issue
GitLab
9070XT/GFX12 crashes with starcitizen,indianajones [page fault] (#1...
Description The game crashes after max 7 mins in starcitizen (DX11>dxvk) and instantly in the menu of indianajones (VK native I...
(btw - based on the identical dmesg logs for the fault and the flags that 'fixed' it for my title the commit was https://gitlab.freedesktop.org/mesa/mesa/-/commit/1e4cfd9dfafafd0e0f43d36f6833852e7a414893 )
GitLab
radv: emit a dummy PS state for noop FS on GFX12 (1e4cfd9d) · Commi...
It seems the hardware requires a dummy PS state with a noop FS, otherwise it might just hang. This used to work just fine on older gens. Note that RadeonSI...
haha too late see ya in a week
oh yeah - personally I'm fine with that env var workaround. I was just trying to give you a heads up that 25.0.2 might be tasty in general.
i wanted to merge that
oh I see!