-
Notifications
You must be signed in to change notification settings - Fork 73
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
steam stuck at "pid # !=#, skipping destruction (fork without exec)" #1102
Comments
Does this happen if you use an up-to-date version of SteamTinkerLaunch from master instead of the outdated and unsupported v12.12? The issue template already asked you to test master. This error message usually comes from a lingering Wineserver or other system issue (the spam is normally a result of Steam trying and failing to start a game, as one or some is normal, but repeated spam is indicative of another issue), but it may also be related to the Steam Linux Runtime being missing, which master has quite a few fixes for. I don't know if it's worth troubleshooting an issue that might only be on v12.12, and you shouldn't be using it anyway. Do a reboot, make sure the Steam Linux Runtime 1.0, 2.0, and 3.0 are installed, and confirm the issue exists on master, and attach a new log from that test. |
After removing 12.12 and installing by cloning from master and following the instructions and installing Steam Linux Runtime 1.0, the issue persists. |
The log you attached looks like it's from a Steam Client startup, not a game launch log. Other things to check:
|
No problem since it's best to rule out easy mistakes. It's being used as a compatibility tool but, when used as such, it never reaches the game menu. |
Oh, why is One-Time Run the only way you can set a Proton version? Does the Game Menu not work for you? It's expected that a game wouldn't really start from One-Time Run as that's more for like, mod patch installers so on, or some other one-off run. One user recently had an issue where the Game Menu segfaulted for them so I'm just wondering if that's something you're running into (#1070). |
When launching as a compatibility option steam times out launching before any STL menu appears and as such I can't go to the Game Menu as I can't get to the Main Menu. It seems to mostly be working as a launch option for linux native games. Update: |
This is all very strange, although this does I suppose answer a question about no menu function calls being present.
This shouldn't be happening. Does it happen with all games you use SteamTinkerLaunch as a compatibility tool with? Something exceedingly strange in your log is that your If you are running from a TTY, can you test from a different session, such as a desktop environment? If not, I guess I'll check out SteamTinkerLaunch from a TTY and see if it works. If it doesn't maybe the issue comes from Yad... |
For the first, it didn't work for any game I launched using it as a compatibility tool with. It's now working with xdg-desktop-portal, probably should of made that clearer. For the second, I'm running from xorg so I have no idea why XDG thinks it's tty. |
Ooh, that's a bit strange, but I think I understand you now. So the Main Menu, Game Menu, and launching games is now working for you with If so, that's great! Although I'm really not sure why that would be the case. I'm not sure what would depend on that. Also, you can probably have both I wonder if perhaps a newer version of Yad requires it? That's the only thing I could think of. STL itself shouldn't explicitly require any portals, we don't call portals anywhere. The closest thing we can optionally use is I checked the dependencies of the if your issue is resolved though, I suppose we can close this, and I'll document that portals may be required on the wiki. |
System Information
Issue Description
Whenever I try to launch a game through STL Steam gets stuck repeating a pid # != # error for hundreds of lines.
Logs
Included are logs from steam and from STL
steamLaunch.txt
steamtinkerlaunch.log
The text was updated successfully, but these errors were encountered: