Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux/Vulkan: image freezes after achievements' startup summary #17319

Open
2 tasks done
rcostanza opened this issue Dec 31, 2024 · 1 comment
Open
2 tasks done

Linux/Vulkan: image freezes after achievements' startup summary #17319

rcostanza opened this issue Dec 31, 2024 · 1 comment

Comments

@rcostanza
Copy link

rcostanza commented Dec 31, 2024

Is there an existing issue for this?

  • This is a bug in RetroArch frontend
  • I have searched the existing issues

Description

On a game load, after the achievements' startup summary fades out, the image will freeze while audio can still be heard and keys/hotkeys will still work.

This will not happen when:

  • The summary isn't displayed; for games not recognized by RetroAchievements, or games without achievements as long as Achievements > Visibility > Startup Summary is set to "Games with Achievements" (default value) and not "All Identified Games"; or
  • Graphics widgets are turned OFF (User Interface > On-Screen Notifications > Graphics Widgets)

Common messages on logs after image freezes:

[INFO] [Vulkan]: QueuePresent failed, destroying swapchain.
[DEBUG] [Vulkan]: Swapchain supports present mode: MAILBOX.
[DEBUG] [Vulkan]: Swapchain supports present mode: FIFO.
[INFO] [Vulkan]: Got 3 swapchain images.

Expected behavior

No response

Steps to reproduce the bug

  1. Enable achievements, providing login credentials
  2. Make sure User Interface > On-Screen Notifications > Graphics Widgets is set to ON (default value)
  3. Load a game with achievements
  4. Wait for the startup summary to show and fade out
  5. Image freezes

Version/Commit

1.20.0 (Git 953a2d0)

Bisect Results

No response

Check in the nightly version

Yes, this is reproduced in the nightly build

Platform & operating system

Linux steamdeck 6.5.0-valve22-1-neptune-65-g9a338ed8a75e #1 SMP PREEMPT_DYNAMIC Mon, 21 Oct 2024 19:06:57 +0000 x86_64 GNU/Linux

Affected Cores

No response

Environment information

  • Affected video drivers: vulkan
    • Also tested on gl/glcore, error does not occur
  • Tested on a Steam Deck OLED, game mode
  • Tested on latest stable version of Retroarch, as well as nightly
  • Installed nightly manually from build file

Relevant log output

[INFO] RetroArch 1.20.0 (Git 953a2d0)
[INFO] === Build =======================================
[INFO] CPU Model Name: AMD Custom APU 0932
[INFO] Capabilities: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE42 AES AVX
[INFO] Version: 1.20.0
[INFO] Git: 953a2d0
[INFO] Built: Dec 31 2024
[INFO] =================================================
[INFO] [Input]: Found input driver: "sdl2".
[INFO] [Core]: Loading dynamic libretro core from: "/home/deck/.config/retroarch/cores/mednafen_pce_fast_libretro.so"
[INFO] [Overrides]: Redirecting save file to "/run/media/deck/512GB/Emulation/saves/retroarch/saves/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).srm".
[INFO] [Overrides]: Redirecting save state to "/run/media/deck/512GB/Emulation/saves/retroarch/states/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).state".
[INFO] [Environ]: GET_CORE_OPTIONS_VERSION.
[INFO] [Environ]: GET_LANGUAGE: "0".
[INFO] [Environ]: RETRO_ENVIRONMENT_SET_CORE_OPTIONS_V2_INTL.
[INFO] [Environ]: SET_CONTROLLER_INFO.
[DEBUG]    Port 1:
[DEBUG]       "PCE Joypad" (1)
[DEBUG]       "Mouse" (2)
[DEBUG]    Port 2:
[DEBUG]       "PCE Joypad" (1)
[DEBUG]       "Mouse" (2)
[DEBUG]    Port 3:
[DEBUG]       "PCE Joypad" (1)
[DEBUG]       "Mouse" (2)
[DEBUG]    Port 4:
[DEBUG]       "PCE Joypad" (1)
[DEBUG]       "Mouse" (2)
[DEBUG]    Port 5:
[DEBUG]       "PCE Joypad" (1)
[DEBUG]       "Mouse" (2)
[INFO] [Environ]: RETRO_ENVIRONMENT_SET_CONTENT_INFO_OVERRIDE.
[INFO] [Content Override]: File Extension: 'pce' - need_fullpath: FALSE, persistent_data: FALSE
[INFO] [Environ]: GET_VFS_INTERFACE. Core requested version >= V1, providing V3.
[INFO] [Remaps]: Core-specific remap found at "/home/deck/.config/retroarch/config/remaps/Beetle PCE Fast/Beetle PCE Fast.rmp".
[INFO] [Environ]: GET_LOG_INTERFACE.
[INFO] [Environ]: SYSTEM_DIRECTORY: "/run/media/deck/512GB/Emulation/bios".
[INFO] [Environ]: SET_PIXEL_FORMAT: RGB565.
[libretro INFO] Frontend supports RGB565 - will use that instead of XRGB1555.
[INFO] [Environ]: GET_PERF_INTERFACE.
[INFO] [Environ]: SET_SUPPORT_ACHIEVEMENTS: yes.
[INFO] [Environ]: PERFORMANCE_LEVEL: 5.
[INFO] [Content]: Content loading skipped. Implementation will load it on its own.
[INFO] [Environ]: RETRO_ENVIRONMENT_GET_GAME_INFO_EXT.
[INFO] [Environ]: SET_INPUT_DESCRIPTORS:
[DEBUG]    Port 1:
[DEBUG]       "D-Pad Up" => "D-Pad Up"
[DEBUG]       "D-Pad Down" => "D-Pad Down"
[DEBUG]       "D-Pad Left" => "D-Pad Left"
[DEBUG]       "D-Pad Right" => "D-Pad Right"
[DEBUG]       "B Button (Down)" => "II"
[DEBUG]       "A Button (Right)" => "I"
[DEBUG]       "Y Button (Left)" => "III"
[DEBUG]       "X Button (Top)" => "IV"
[DEBUG]       "Select Button" => "Select"
[DEBUG]       "Start Button" => "Run"
[DEBUG]       "L Button (Shoulder)" => "V"
[DEBUG]       "R Button (Shoulder)" => "VI"
[DEBUG]       "L2 Button (Trigger)" => "Mode Switch"
[DEBUG]    Port 2:
[DEBUG]       "D-Pad Up" => "D-Pad Up"
[DEBUG]       "D-Pad Down" => "D-Pad Down"
[DEBUG]       "D-Pad Left" => "D-Pad Left"
[DEBUG]       "D-Pad Right" => "D-Pad Right"
[DEBUG]       "B Button (Down)" => "II"
[DEBUG]       "A Button (Right)" => "I"
[DEBUG]       "Y Button (Left)" => "III"
[DEBUG]       "X Button (Top)" => "IV"
[DEBUG]       "Select Button" => "Select"
[DEBUG]       "Start Button" => "Run"
[DEBUG]       "L Button (Shoulder)" => "V"
[DEBUG]       "R Button (Shoulder)" => "VI"
[DEBUG]       "L2 Button (Trigger)" => "Mode Switch"
[DEBUG]    Port 3:
[DEBUG]       "D-Pad Up" => "D-Pad Up"
[DEBUG]       "D-Pad Down" => "D-Pad Down"
[DEBUG]       "D-Pad Left" => "D-Pad Left"
[DEBUG]       "D-Pad Right" => "D-Pad Right"
[DEBUG]       "B Button (Down)" => "II"
[DEBUG]       "A Button (Right)" => "I"
[DEBUG]       "Y Button (Left)" => "III"
[DEBUG]       "X Button (Top)" => "IV"
[DEBUG]       "Select Button" => "Select"
[DEBUG]       "Start Button" => "Run"
[DEBUG]       "L Button (Shoulder)" => "V"
[DEBUG]       "R Button (Shoulder)" => "VI"
[DEBUG]       "L2 Button (Trigger)" => "Mode Switch"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_cdimagecache = "disabled"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_cdbios = "System Card 3"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_default_joypad_type_p1 = "2 Buttons"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_default_joypad_type_p2 = "2 Buttons"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_default_joypad_type_p3 = "2 Buttons"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_default_joypad_type_p4 = "2 Buttons"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_default_joypad_type_p5 = "2 Buttons"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_nospritelimit = "disabled"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_ocmultiplier = "1"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_frameskip = "disabled"
[INFO] [Environ]: SET_AUDIO_BUFFER_STATUS_CALLBACK.
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_frameskip_threshold = "33"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_hoverscan = "352"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_initial_scanline = "3"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_last_scanline = "242"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_cddavolume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_adpcmvolume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_cdpsgvolume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_cdspeed = "1"
[libretro INFO] PCE CD Audio settings changed.
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_sound_channel_0_volume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_sound_channel_1_volume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_sound_channel_2_volume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_sound_channel_3_volume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_sound_channel_4_volume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_sound_channel_5_volume = "100"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_turbo_toggling = "disabled"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_turbo_delay = "3"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_turbo_toggle_hotkey = "disabled"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_disable_softreset = "disabled"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_mouse_sensitivity = "1.25"
[DEBUG] [Environ]: GET_VARIABLE: pce_fast_palette = "RGB"
[libretro INFO] Loading /run/media/deck/512GB/Emulation/roms/PCECD/Castlevania - Rondo of Blood (Japan) (Translated).chd...

[libretro INFO] chd_load '/run/media/deck/512GB/Emulation/roms/PCECD/Castlevania - Rondo of Blood (Japan) (Translated).chd' hunkbytes=19584
[libretro INFO] MDFN_MakeFName: /run/media/deck/512GB/Emulation/bios/syscard3.pce
[INFO] [Environ]: SET_MEMORY_MAPS.
[DEBUG]            ndx flags  ptr              offset   start    select   disconn  len      addrspace
[DEBUG]            001 M1A1bc 0x7fd9c65dc120 00000000 001F0000 FFFFE000 00000000 00002000
[DEBUG]            002 M1A1bc 0x7fd9c66f8160 00000000 001EE000 FFFFF800 00000000 00000800
[DEBUG]            003 M1A1bc 0x7fd9c66b6120 00000000 000D0000 FFFD0000 00000000 00030000
[DEBUG]            004 M1A1bc 0x7fd9c66e6120 00000000 00100000 FFFF0000 00000000 00010000
[INFO] [RCHEEVOS]: Using host: https://retroachievements.org
[INFO] [RCHEEVOS]: Hardcore disabled
[INFO] [RCHEEVOS]: Unofficial disabled
[INFO] [RCHEEVOS]: Encore mode disabled
[INFO] [RCHEEVOS]: Spectator mode disabled
[INFO] [RCHEEVOS]: Load started, hardcore not active
[INFO] [RCHEEVOS]: Attempting to log in Retype7 (with token)
[INFO] [RCHEEVOS]: Identifying game: /run/media/deck/512GB/Emulation/roms/PCECD/Castlevania - Rondo of Blood (Japan) (Translated).chd
[INFO] [RCHEEVOS]: Found 9 potential consoles for chd file extension
[INFO] [RCHEEVOS]: Trying console 12
[INFO] [RCHEEVOS]: Could not locate primary executable
[INFO] [RCHEEVOS]: Trying console 21
[INFO] [RCHEEVOS]: Could not locate primary executable
[INFO] [RCHEEVOS]: Trying console 40
[INFO] [RCHEEVOS]: Not a Dreamcast CD
[INFO] [RCHEEVOS]: Trying console 9
[INFO] [RCHEEVOS]: Not a Sega CD
[INFO] [RCHEEVOS]: Trying console 41
[INFO] [RCHEEVOS]: Not a PSP game disc
[INFO] [RCHEEVOS]: Trying console 76
[INFO] [RCHEEVOS]: Found PC Engine CD, title=SAMPLE PROGRAM
[INFO] [RCHEEVOS]: Hashing 1 sectors starting at sector 2
[INFO] [RCHEEVOS]: Generated hash dc5a0e432c9e8a9ab9f514b729b574f3
[DEBUG] [State]: savestate scanning finished, used slots (in range): 0 (0), max:0, load index 5, gap index 5, delete index 5
[INFO] [State]: found_last_state_slot: #5
[INFO] [State]: Found auto save state in "/run/media/deck/512GB/Emulation/saves/retroarch/states/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).state.auto".
[INFO] [State]: Auto-loading save state from "/run/media/deck/512GB/Emulation/saves/retroarch/states/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).state.auto" succeeded.
[INFO] [Core]: Version of libretro API: 1, Compiled against API: 1
[INFO] [Core]: Geometry: 256x243, Aspect: 1.200, FPS: 59.82, Sample rate: 44100.00 Hz.
[INFO] [Video]: Set video size to: fullscreen.
[ERROR] [Wayland]: Failed to connect to Wayland server.
[INFO] [Vulkan]: Vulkan dynamic library loaded.
[INFO] [Vulkan]: Found vulkan context: "vk_x".
[INFO] [Vulkan]: Detecting screen resolution: 2560x1440.
[INFO] [XINERAMA]: Xinerama version: 1.1.
[INFO] [XINERAMA]: Xinerama screens: 1.
[INFO] [X/Vulkan]: Using Xinerama on screen #0.
[INFO] [X/Vulkan]: X = 0, Y = 0, W = 2560, H = 1440.
[INFO] [X/Vulkan]: Using true fullscreen.
[INFO] [Vulkan]: Found GPU at index 0: "AMD Radeon Graphics (RADV VANGOGH)".
[INFO] [Vulkan]: Using GPU index 0.
[INFO] [Vulkan]: Using semaphores for WSI acquire.
[INFO] [Vulkan]: Using GPU: "AMD Radeon Graphics (RADV VANGOGH)".
[INFO] [Vulkan]: Queue family 0 supports 1 sub-queues.
[DEBUG] [Vulkan]: Swapchain supports present mode: MAILBOX.
[DEBUG] [Vulkan]: Swapchain supports present mode: FIFO.
[INFO] [Vulkan]: Got 3 swapchain images.
[INFO] [Vulkan]: Using resolution 2560x1440.
[INFO] [Vulkan]: Using RGB565 format.
[INFO] [Shaders]: Specific shader preset found at "/home/deck/.config/retroarch/config/global.slangp".
[INFO] [slang]: Compiling shader: "/home/deck/.config/retroarch/shaders/shaders_slang/crt/shaders/fakelottes.slang".
[INFO] [slang]: Using render target format R8G8B8A8_UNORM for pass output #0.
[INFO] [Vulkan filter chain]: Creating framebuffer 1728x1440 (max 1 level(s)).
[INFO] [Joypad]: Found joypad driver: "sdl2".
[INFO] [Video]: Found display server: "x11".
[INFO] [Audio]: Set audio input rate to: 44232.70 Hz.
[INFO] [Vulkan filter chain]: Creating framebuffer 1728x1440 (max 1 level(s)).
[DEBUG] [PulseAudio]: Sink detected: filter-chain-sink
[DEBUG] [PulseAudio]: Sink detected: input.virtual-sink
[DEBUG] [PulseAudio]: Sink detected: alsa_output.pci-0000_04_00.5-platform-nau8821-max.HiFi__hw_sofnau8821max_1__sink
[DEBUG] [PulseAudio]: Sink detected: alsa_output.pci-0000_04_00.5-platform-nau8821-max.HiFi__hw_sofnau8821max_0__sink
[INFO] [PulseAudio]: Requested 12288 bytes buffer, got 9216.
[INFO] [Audio]: Started synchronous audio driver.
[INFO] [Display]: Found display driver: "vulkan".
[INFO] [Environ]: RETRO_ENVIRONMENT_SET_MINIMUM_AUDIO_LATENCY.
[INFO] [X/Vulkan]: Resized fullscreen resolution to 2560x1440.
[INFO] [Vulkan filter chain]: Creating framebuffer 1728x1440 (max 1 level(s)).
[INFO] [Environ]: SET_GEOMETRY: 256x240, Aspect: 1.215.
[INFO] [Playlist]: Loading history file: "/home/deck/.config/retroarch/content_history.lpl".
[INFO] [Playlist]: Loading history file: "/home/deck/.config/retroarch/content_music_history.lpl".
[INFO] [Playlist]: Loading history file: "/home/deck/.config/retroarch/content_image_history.lpl".
[INFO] [Playlist]: Loading favorites file: "/home/deck/.config/retroarch/content_favorites.lpl".
[DEBUG] [Audio]: Started audio driver "pulse" (is_shutdown=false)
[INFO] [Playlist]: Written to playlist file: "/home/deck/.config/retroarch/content_history.lpl".
[INFO] [Vulkan filter chain]: Updating framebuffer size 1750x1440 (format: 37).
[INFO] [X/Vulkan]: Resized fullscreen resolution to 2560x1440.
[INFO] [Vulkan filter chain]: Creating framebuffer 1750x1440 (max 1 level(s)).
[INFO] [State]: Loading state "/run/media/deck/512GB/Emulation/saves/retroarch/states/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).state.auto", 424032 bytes.
[INFO] [State]: Saving state "RAM", 415240 bytes.
[DEBUG] [Autoconf]: First unconfigured / unreserved player is 1
[DEBUG] [Autoconf]: Device "Valve Streaming Gamepad" (28de:11ff) is not reserved for any player slot.
[DEBUG] [Autoconf]: First unconfigured / unreserved player is 1
[DEBUG] [Autoconf]: Device "Valve Streaming Gamepad" (28de:11ff) is not reserved for any player slot.
[INFO] [RCHEEVOS]: Identified game: 4855 (dc5a0e432c9e8a9ab9f514b729b574f3)
[INFO] [RCHEEVOS]: Retype7 logged in successfully
[INFO] [RCHEEVOS]: Fetching data for game 4855
[INFO] [RCHEEVOS]: Starting session for game 4855
[INFO] [RCHEEVOS]: Registered 0x2000 bytes of SYSTEM RAM at $000000 (descriptor 1, offset 0x000000)
[INFO] [RCHEEVOS]: Registered 0x10000 bytes of SYSTEM RAM at $002000 (descriptor 4, offset 0x000000)
[INFO] [RCHEEVOS]: Registered 0x30000 bytes of SYSTEM RAM at $012000 (descriptor 3, offset 0x000000)
[INFO] [RCHEEVOS]: Registered 0x0800 bytes of SRAM at $042000 (descriptor 2, offset 0x000000)
[INFO] [RCHEEVOS]: 65/65 memory addresses valid
[INFO] [RCHEEVOS]: Game 4855 loaded, hardcore disabled
[INFO] [RCHEEVOS]: You have 6 of 78 achievements unlocked
[INFO] [Vulkan]: QueuePresent failed, destroying swapchain.
[DEBUG] [Vulkan]: Swapchain supports present mode: MAILBOX.
[DEBUG] [Vulkan]: Swapchain supports present mode: FIFO.
[INFO] [Vulkan]: Got 3 swapchain images.
[INFO] [Vulkan filter chain]: Creating framebuffer 1750x1440 (max 1 level(s)).
[INFO] [Vulkan]: QueuePresent failed, destroying swapchain.
[DEBUG] [Vulkan]: Swapchain supports present mode: MAILBOX.
[DEBUG] [Vulkan]: Swapchain supports present mode: FIFO.
[INFO] [Vulkan]: Got 3 swapchain images.

[removed previous 5 rows repeated several times for brevity]

[INFO] [Vulkan filter chain]: Creating framebuffer 1750x1440 (max 1 level(s)).
[INFO] [Vulkan]: QueuePresent failed, destroying swapchain.
[DEBUG] [Vulkan]: Swapchain supports present mode: MAILBOX.
[DEBUG] [Vulkan]: Swapchain supports present mode: FIFO.
[INFO] [Vulkan]: Got 3 swapchain images.
[INFO] [Vulkan filter chain]: Creating framebuffer 1750x1440 (max 1 level(s)).
[INFO] Auto save state to "/run/media/deck/512GB/Emulation/saves/retroarch/states/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).state.auto" succeeded.
[INFO] [Config]: Saved new config to "/home/deck/.config/retroarch/retroarch.cfg".
[DEBUG] [Audio]: Started audio driver "pulse" (is_shutdown=true)
[INFO] [Vulkan]: QueuePresent failed, destroying swapchain.
[DEBUG] [Vulkan]: Swapchain supports present mode: MAILBOX.
[DEBUG] [Vulkan]: Swapchain supports present mode: FIFO.
[INFO] [Vulkan]: Got 3 swapchain images.
[INFO] [Vulkan filter chain]: Creating framebuffer 1750x1440 (max 1 level(s)).
[DEBUG] [Audio]: Started audio driver "pulse" (is_shutdown=true)
[INFO] [SRAM]: Saving RAM type #0 to "/run/media/deck/512GB/Emulation/saves/retroarch/saves/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).srm".
[INFO] [SRAM]: Saved successfully to "/run/media/deck/512GB/Emulation/saves/retroarch/saves/PCECD/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).srm".
[INFO] [Core]: Content ran for a total of: 00 hours, 00 minutes, 07 seconds.
[INFO] [Runtime]: Saving runtime log file: "/home/deck/.config/retroarch/playlists/logs/Beetle PCE Fast/Castlevania - Rondo of Blood (Japan) (Translated).lrtl".
[INFO] [Runtime]: Saving runtime log file: "/home/deck/.config/retroarch/playlists/logs/Castlevania - Rondo of Blood (Japan) (Translated).lrtl".
[INFO] [RCHEEVOS]: Unloading game 4855
[INFO] [Core]: Unloading game..
[DEBUG] [Audio]: Stopped audio driver "pulse"
[INFO] [Core]: Unloading core..
[libretro INFO] [Beetle PCE Fast]: Samples / Frame: 737.10358
[libretro INFO] [Beetle PCE Fast]: Estimated FPS: 59.82877
[INFO] [Core]: Unloading core symbols..
[INFO] [Core]: Saved core options file to "/home/deck/.config/retroarch/config/Beetle PCE Fast/Beetle PCE Fast.opt".
[INFO] [Autoconf]: Valve Streaming Gamepad disconnected from port 1.
[INFO] [XINERAMA]: Xinerama version: 1.1.
[INFO] [XINERAMA]: Xinerama screens: 1.
[INFO] [XINERAMA]: Saved monitor #0.
[DEBUG] [Video]: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.
@rcostanza rcostanza changed the title Linux/Vulkan: image freezes but game remains active Linux/Vulkan: image freezes after achievements' startup summary Dec 31, 2024
@rcostanza
Copy link
Author

Just found out that, even if I disable the startup summary entirely, the image will freeze the same way after an achievement unlock notification, which is visually similar to the startup summary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant