gouchi

Results 383 comments of gouchi

May you try to compile with debug using `make DEBUG=1` and get some backtrace with gdb ? Maybe you should rename the title issue to something `RetroArch crashes using VirtualGL...

@kwyxz This issue should be closed per #16881 ? Thank you.

You are right, I forgot about `--disable-qt` ! So the idea would be to add something like `add_opt QT no` maybe around this bloc [config.libs.sh](https://github.com/libretro/RetroArch/blob/fa0e6cc3ff51ae9169f5c12e979dbe310668713e/qb/config.libs.sh#L565-L590) ?

Using this patch ``` diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 06ca062f0c..3eb945a6b3 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -283,22 +283,23 @@ check_enabled CXX DISCORD discord 'The C++ compiler is' false check_enabled CXX...

@viachaslavic Indeed, I reproduce the issue using [2a56a82](https://github.com/libretro/RetroArch/tree/2a56a827e8a97a3838a9d455f1dca442c0ffbb07) with `./configure --disable-menu --disable-qt` @sonninnos It seems we need to add `#if HAVE_MENU` for [gfx/video_driver.c:3765](https://github.com/libretro/RetroArch/blob/2a56a827e8a97a3838a9d455f1dca442c0ffbb07/gfx/video_driver.c#L3765) ? [Source commit](https://github.com/libretro/RetroArch/commit/391b46c3bea#diff-c472fd8035b6f9434ed083c646b0a687430f9d8b9f3f6bc3c13ae03b6d1eca0c) Thank you.

Similar [issue](https://github.com/libretro/RetroArch/issues/16886) for Wayland input driver.

Similar [older issue](https://github.com/libretro/RetroArch/issues/13063).

Hi, Then, please close this issue if it is only related to the Flatpak package which already has an [issue opened](https://github.com/flathub/org.libretro.RetroArch/issues/313). Thank you.

Hi @CosmicHeron if the issue is specifically happening with dual monitors please rename the issue title accordingly to something like `Fullscreen mode doesn't initialize correctly when using dual monitors on...

Hi, I presume you are talking about this file [Wireless Controller.cfg](https://github.com/libretro/retroarch-joypad-autoconfig/blob/master/dinput/Wireless%20Controller.cfg) ? If so, it will be better to open an issue/PR to the [retroarch-joypad-autoconfig repository](https://github.com/libretro/retroarch-joypad-autoconfig/). Thank you.