diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/4198 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/4198')
| -rw-r--r-- | results/scraper/fex/4198 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/scraper/fex/4198 b/results/scraper/fex/4198 new file mode 100644 index 000000000..d8e723a30 --- /dev/null +++ b/results/scraper/fex/4198 @@ -0,0 +1,40 @@ +FEXCore: steam hangs at startup with one thread at 100% +Howdy! + +I am running Steam with FEX-2412 on muvm ~0.1.4~ 0.1.3-r1 on M1 Max. + +Steam keeps hanging at startup with one thread running constantly at 100%. I was bisecting the release till merge commit 41c8731443a08141e09ce9941921ca792bdf0bb4 (https://github.com/FEX-Emu/FEX/pull/4188). 9febddefa3b8f8334e3f8d8b9f7cb979358b48c8 works well. + +```bash +/usr/bin/muvm -- FEXInterpreter /home/n3ph/.local/share/fex-steam/steam-launcher/bin_steam.sh -cef-force-occlusion -cef-force-opaque-backgrounds +Using default interface naming scheme 'v255'. +Configuration file /usr/lib/udev/rules.d/93-macsmc-battery-charge-control.rules is marked executable. Please remove executable permission bits. Proceeding anyway. +The XKEYBOARD keymap compiler (xkbcomp) reports: +> Warning: Unsupported maximum keycode 708, clipping. +> X11 cannot support keycodes above 255. +> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou +> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou +Errors from xkbcomp are not fatal to the X server +/home/n3ph/.local/share/Steam/steam.sh: line 190: DISTRIB_RELEASE: unbound variable +/home/n3ph/.local/share/Steam/steam.sh: line 190: DISTRIB_RELEASE: unbound variable +steam.sh[291]: Running Steam on gentoo 64-bit +/home/n3ph/.local/share/Steam/steam.sh: line 190: DISTRIB_RELEASE: unbound variable +steam.sh[291]: STEAM_RUNTIME is enabled automatically +setup.sh[367]: Steam runtime environment up-to-date! +/home/n3ph/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: line 85: steam-runtime-identify-library-abi: command not found +run.sh[381]: steam-runtime-identify-library-abi --ldconfig-paths failed, falling back to ldconfig +steam.sh[291]: Couldn't find /home/n3ph/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/srt-logger, logging to console-linux.txt +steam.sh[291]: Can't find 'steam-runtime-check-requirements', continuing anyway +WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. +[2024-12-08 00:44:43] Startup - updater built Jul 16 2024 23:21:18 +[2024-12-08 00:44:43] Startup - Steam Client launched with: '/home/n3ph/.local/share/Steam/ubuntu12_32/steam' '-cef-force-occlusion' '-cef-force-opaque-backgrounds' +ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". +src/steamexe/updateui_xwin.cpp (1466) : BFileExists( m_FontFileRegular ) +src/steamexe/updateui_xwin.cpp (1466) : BFileExists( m_FontFileRegular ) +12/08 00:44:43 minidumps folder is set to /tmp/dumps +12/08 00:44:43 Init: Installing breakpad exception handler for appid(steam)/version(1.0)/tid(431) + +(hangs here) +``` + +Any help appreciated. \ No newline at end of file |