gouchi

Results 383 comments of gouchi

Will it possible to get some log when using `udev` and `sdl2` controller driver ?

Strange as both controllers are detected using udev ``` [INFO] [udev]: Pad #0 (/dev/input/event8) supports force feedback. [INFO] [udev]: Pad #0 (/dev/input/event8) supports 16 force feedback effects. [INFO] [udev]: Pad...

Hi, You should try to patch it with `sed -i 's|#include |#include \n#include |' 3rdparty/posterazor/paintcanvas.cpp` [Source](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fotowall)

@javoerro @LunaMoo Can you make a test and report ? Thank you for your tests.

@20Phoenix This issue has been [fixed](https://github.com/libretro/RetroArch/commit/32ed9b604154bb09ef96fa1af63fb3637c212348) thanks to @bulzipke. The fix is available in nightly build or future RA version 1.17.0. So please close this issue. Thank you.

As workaround and testing purpose for SDL2 driver, may you try to update [SDL2.dll](https://github.com/libsdl-org/SDL/releases) and check if button detection/rumble is working ? [Source](https://github.com/libretro/RetroArch/issues/13520#issuecomment-1984306511)

> Guessing that the platform needs -latomic for one reason or another, could you try adding that to the linked libraries somewhere in CMakeLists.txt? I confirm at least for the...

Please try to provide some [log](https://forums.libretro.com/t/i-started-to-update-various-contents-now-ra-crashes-at-every-run/42282) using `/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=retroarch org.libretro.RetroArch -v --log-file /tmp/ra.log` The log file `ra.log` will be in your `/tmp` directory. If the issue is...

Did you try to open the file in `/tmp/ra.log` with your text editor ? Also are you using the same joypad driver for Flatpak and Appimage and Deb packages (Settings...

Indeed, this core will need some update. I tried to re-enable it #14969 but I ran also into a segfault using [v4l2loopback](https://github.com/libretro/RetroArch/issues/14950#issuecomment-1421492146).