Skip to content

Fix game process hanging on exit#171

Open
Wurielle wants to merge 1 commit intoxXJSONDeruloXx:mainfrom
Wurielle:fix/fix-game-process-hanging
Open

Fix game process hanging on exit#171
Wurielle wants to merge 1 commit intoxXJSONDeruloXx:mainfrom
Wurielle:fix/fix-game-process-hanging

Conversation

@Wurielle
Copy link

@Wurielle Wurielle commented Feb 1, 2026

The tee command creates a background process that never ends causing games using Decky-Framegen commands to not exit properly.

exec > >(tee -i /tmp/fgmod-install.log) 2>&1

exec > >(tee -i /tmp/fgmod-uninstaller.log) 2>&1

I propose to clear the log outputs before executing the game commands. Logs will be printed up to that point.

Tested on Steam Deck with Decky-Framegen v0.11.15 (latest available version on the store).

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

Successfully merging this pull request may close these issues.

1 participant