-
Notifications
You must be signed in to change notification settings - Fork 2
Description
On Retroid Pocket 5 (Snapdragon 865) running ROCKNIX Uzu Core (20260202 Community), the Citron and Eden emulators crash immediately when attempting to open any internal file dialog (Install to NAND, Select Keys, etc.).
Key observations from the log:
Low Swap: The system reports only 0.37 GiB of Swap.
Qt Version: Using Qt 6.9.3.
Point of Failure: The crash occurs right after the Service.FS and MainWindow call to open the file explorer.
Workaround: Games launch fine via EmulationStation, confirming the core and Vulkan drivers are functional. The issue is strictly within the UI/Frontend file-handling layer.
Attached: eden_log.txt
[ 0.115412] Input input_common/drivers/udp_client.cpp:144:UDPClient: Udp Initialization started
[ 0.115427] Input input_common/drivers/udp_client.cpp:336:StartCommunication: Starting communication with UDP input server on 127.0.0.1:26760
[ 0.193614] Input input_common/drivers/joycon.cpp:25:Joycons: Joycon driver Initialization started
[ 0.252730] Frontend yuzu/main_window.cpp:480:MainWindow: Eden Version: Eden Development Build | next-b29301dd22-next
[ 0.252742] Frontend yuzu/main_window.cpp:348:LogRuntimes: Qt Compile: 6.9.3 Runtime: 6.9.3
[ 0.252743] Frontend yuzu/main_window.cpp:501:MainWindow: Host CPU Threads: 8
[ 0.252774] Frontend yuzu/main_window.cpp:502:MainWindow: Host OS: Linux 6.19.0-rc5
[ 0.252803] Frontend yuzu/main_window.cpp:503:MainWindow: Host RAM: 6.97 GiB
[ 0.252806] Frontend yuzu/main_window.cpp:505:MainWindow: Host Swap: 0.37 GiB
[ 0.276439] Service.FS core/file_sys/system_archive/system_archive.cpp