unit73e

Results 8 comments of unit73e

@Aranuvir latest git commit, so 1.2.0 pre-release. I didn't see any error with debug opengl on. Disabling multi-sampling fixes this issue but then I get another glitch were parts of...

I have the same problem, using an AMD RX 6600, so it's not nvidia specific. More information: - gamescope 3.14.29 - wine-9.15.r0.g92374493 ( TkG Staging Esync Fsync ) - dxvk...

@matte-schwartz thanks Here's what I did: ``` meson --buildtype=debugoptimized build/ ninja -C build build/src/gamescope --backend sdl -- vkcube coredumpctl debug 126914 ``` And finally got this with backtrace: ``` >...

@Joshua-Ashton it does open but then again it could be be messing up the backtrace ![image](https://github.com/user-attachments/assets/32e35f0c-f873-445f-8d84-fad3ad7e6862) Then I get this after closing vkcube ![image](https://github.com/user-attachments/assets/3329745a-eab4-4da6-a9d0-3f3356590018)

@matte-schwartz you're right, it is the opposite problem. Didn't read carefully enough. With the wayland backend it works perfect for vkcube and friends, except with wine. With wine it gets...

@sergio-fferreira just one additional point, you have ?? in your libc.so.6 traces, and that means it doesn't have debug information on glibc (you do have in gamescope). If you want...

I also tried in a more traditional way of debugging. I think it should give a better picture of what's happening in my case, because we get two backtraces. These...

It's also a good practice to compare with what's not core dumping: ``` gdb --args build/src/gamescope -- vkcube (gdb) run ... Enable debuginfod for this session? (y or [n]) y...