Manuel Alfayate Corchete
Manuel Alfayate Corchete
@hrydgard Of course. This is how I build it (I use Wayland only, no X11 deps on my system): ``` cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_WAYLAND_WSI=ON -DUSE_VULKAN_DISPLAY_KHR=OFF -DUSING_X11_VULKAN=OFF -DUSING_GLES2=ON -DUSE_DISCORD=OFF \ -DCMAKE_C_FLAGS="-DEGL_NO_X11...
@hrydgard I upgraded to gcc 13.3.0 (latest stable gcc version available) on my Debian 12 system, and after rebuilding PPSSPP with it, the same problem is present on both the...
@hrydgard Just in case, here's a debug session of the GCC 13.3.0 build: ``` Thread 1 "retroarch" received signal SIGSEGV, Segmentation fault. 0x00007ffff5f9c2d6 in ff_atrac3p_ipqf (dct_ctx=dct_ctx@entry=0x55555a673280, hist=hist@entry=0x55555a6776d0, in=in@entry=0x55555a66b180, out=out@entry=0x55555a66f180) at...
It's a debug build because I passed `-O0 -ggdb` but also the native flags.
Well, I went as far as to upgrade my own native system to Debian Testing, and the problem is still happening with the "native" flags on the exact same spot....
I never thanked you guys for your answers on this, sorry! Better late than never.... so many thanks! :)
> I recommend using the preserve-output plugin if you are power cycling your monitors. It should prevent the bug. I added `preserve-output` to my plugin list, but the bug is...
Ok, I tried this again with stable Wayfire 0.9.0, and the `preserve-output` plugin now does it's job as expected, so I guess this should be closed :)
I am seeing exactly the same issue with an Xbox360 controller: it's listed correctly by pressing "i" during -config-inputs, but Supermodel intercepts keyboard inputs only: I can't configure it, no...
@trzy Yes, I am sure the Supermodel window is active, not the TTY console. In fact, gamepad buttons are recognized in-game. It's in the configuration (via `-config-inputs` or on the...