Ryujinx / Ryujinx

Experimental Nintendo Switch Emulator written in C#
https://www.ryujinx.org
MIT License
34.1k stars 3.91k forks source link

[Bug] Search for `fi` in main window will crash Ryujinx app #6960

Open thingsiplay opened 1 month ago

thingsiplay commented 1 month ago

Description of the issue

I can't search for fi in the search field of the main window from Ryujinx. Searching for anything else works as expected, including f, fa, mario and everything else. But as soon as I type the i after f, Ryujinx just crashes. Every time. I can even search for f i with a space in between, and if I then remove the space after the search results, then Ryujinx just crashes.

Reproduction steps

  1. start Ryujinx
  2. type in the search field fi

Log file

Standard: Ryujinx_1.1.1334_2024-06-20_02-07-36.log +Enable Trace Logs: Ryujinx_1.1.1334_2024-06-20_02-08-59.log

OS

Linux / EndeavourOS x86_64

Ryujinx version

1.1.1334

Game version

No response

CPU

AMD Ryzen 7 7700X (16) @ 5,57 GHz

GPU

AMD Radeon RX 7600 (RADV NAVI33)

RAM

32GB

List of applied mods

No response

Additional context?

IsaacMarovitz commented 1 month ago

Seems to be an upstream Avalonia problem

IsaacMarovitz commented 1 month ago

https://github.com/AvaloniaUI/Avalonia/issues/15587

IsaacMarovitz commented 1 month ago

https://github.com/AvaloniaUI/Avalonia/issues/14939