gouchi
gouchi
I can't reproduce your issue running also Arch Linux using [9e25601](https://github.com/libretro/RetroArch/commit/9e25601a56041831f3b2cd6668aa63ec6809a0c3) or latest commit. We are using `setlocale(LC_TIME, "");` [Source](https://github.com/libretro/RetroArch/blob/master/menu/menu_driver.c#L2162) [man](https://linux.die.net/man/3/setlocale) for the current locale. I presume `timedatectl` output is...
I will close this issue as there is [one](https://github.com/libretro/RetroArch/issues/14298) opened on RetroArch issue tracker.
Hi, You may try to add [apitrace](http://apitrace.github.io/#download) in addition to backtrace for the bug report as specified in the [mesa doc](https://docs.mesa3d.org/bugs.html) ? If needed an [example](https://gitlab.freedesktop.org/mesa/mesa/-/issues/4468#note_867224) for launching apitrace.
The issue seems to occur only in game not using the [apitrace replay](https://gitlab.freedesktop.org/mesa/mesa/uploads/dcda52b0fc6470c5bfa45deeaf04a6f3/retroarch.trace.zip).
> mgba (Tries to use Qt) mgba compiles fine adding ``` diff --git a/Ports/mgba/package.sh b/Ports/mgba/package.sh index 94a62c569c..40e9ca920c 100755 --- a/Ports/mgba/package.sh +++ b/Ports/mgba/package.sh @@ -3,7 +3,7 @@ port=mgba version=0.9.3 files="https://github.com/mgba-emu/mgba/archive/refs/tags/${version}.tar.gz mgba-${version}.tar.gz...
Thank you for the feedback.
Duplicate of #158
Which joypad driver did you use maybe `udev` ? Did you try other joypad driver `linuxraw` or `sdl2` ? Also can you give the output of `lsusb` ? Thank you.
Thank you for the information. > I tried to find how to get these infos, but I don't find anything relevant. How can I check for this? Did you check...
Can you check which driver is used for the joypad for Dolphin and SuperTuxKart, I presume SDL2 ? So if you select SDL2 driver in RA, and you try to...