[2026-06-08] syncthing: .stversions/.obsidian/workspace-mobile.json .stversions/family/how-to/htpc-bazzite-proton.md .stversions/personal/projects/personal-os/enrichment-runs/cross-enrichment-last.md .stversions/personal/projects/personal-os/enrichment-runs/cross-enrichment-overflow-2026-05-24.md .stversions/personal/projects/personal-os/enrichment-runs/cross-enrichment-overflow-2026-05-31.md .stversions/personal/projects/personal-os/enrichment-runs/cross-enrichment-queue.md .stversions/personal/projects/personal-os/enrichment-runs/last.md .stversions/personal/projects/personal-os/wiki-curation-runs/2026-05-15.md .stversions/personal/projects/personal-os/wiki-curation-runs/2026-05-16-p2.md .stversions/personal/projects/personal-os/wiki-curation-runs/2026-05-16.md

This commit is contained in:
Тайга
2026-06-08 04:15:35 +00:00
parent d5ac7dce1d
commit 48abf814ed
24 changed files with 478 additions and 25 deletions
+10 -12
View File
@@ -122,15 +122,14 @@ on Proton 8.0.
## Still broken — fundamental issues
| Game | AppID | Symptom | What's known | What might help |
|------|-------|---------|--------------|-----------------|
| Game | AppID | Symptom | What's known | What might help |
| ---------------------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------------------------------------------- |
| FPC Atomic Bomberman ✅ | -1009122144 (unsigned: 3285845152) | Native Linux SDL-порт (FPC). Работает: геймпад, музыка. Причина: `sleep 5` в LaunchOptions. Win95-шорткат (BM95.EXE) удалён. Артворки скопированы. | Путь в `/run/media/bazzite/Data/Games/fpc_atomic/`. | ✅ Фикс: `sleep 5 && LD_LIBRARY_PATH=/run/media/bazzite/Data/Games/fpc_atomic %command%` |
| Atomic Heart VK | — | ✅ Авторизация сделана, игра обновлена. Запуск тестируется. | 97GB, GameCenter, shared prefix | — |
| Final Fantasy X HD | 2642741094 | Was Japanese, no saves | `GameSetting.ini` replaced (en+HD) from Windows | Test pending |
| Metal Slug X | 2938712902 | Speed wrong, controls dead | Neo-Geo emulator config issue, not Wine | — |
| Metro Exodus | 3594910936 | "Unable to create interface isteamuser" | VC++ runtime copied | Needs Goldberg `steam_api64.dll` + `steam_appid.txt` |
| Split Second | 3871231787 | Green artifacts | `PROTON_USE_WINED3D=1` | Switch to GE-Proton; copy `d3dx9_*.dll` |
| Super Bomberman R2 | 3340354231 | Gamepad not detected | Steam Input config issue | — |
| Atomic Heart VK | — | ✅ Авторизация сделана, игра обновлена. Запуск тестируется. | 97GB, GameCenter, shared prefix | — |
| Final Fantasy X HD | 2642741094 | Was Japanese, no saves | `GameSetting.ini` replaced (en+HD) from Windows | Test pending |
| Metal Slug X | 2938712902 | Speed wrong, controls dead | Neo-Geo emulator config issue, not Wine | — |
| Split Second | 3871231787 | Green artifacts | `PROTON_USE_WINED3D=1` | Switch to GE-Proton; copy `d3dx9_*.dll` |
| Super Bomberman R2 | 3340354231 | Gamepad not detected | Steam Input config issue | — |
## Gamepad Issues
- **Samurai Gunn, Super Bomberman R2**: not detected → Steam Input "Force Off" / "Use Default" cycle; or `SDL_GAMECONTROLLER_ALLOW_STEAM_VIRTUAL_GAMEPAD=1`
@@ -153,10 +152,10 @@ protontricks <AppID> xna40
### DOS-era games
Proton won't work. Use **Steam Tinker Launch** → wrap with DOSBox (dosbox-staging).
### Non-Steam copy of a Steam game (e.g. Metro Exodus)
### Non-Steam copy of a Steam game
Game needs `steam_api64.dll` emulator:
1. Drop in Goldberg `steam_api64.dll`
2. Add `steam_appid.txt` with the real App ID (e.g. 412020 for Metro Exodus Enhanced)
2. Add `steam_appid.txt` with the real App ID
### Cyrillic encoding issues (e.g. Discworld Noir)
Try in order:
@@ -413,8 +412,7 @@ udisks2 давал неверные права для Proton I/O. После fst
## Open Questions
1. Delete `pfx/` folders for still-broken GE-Proton games (Brawlhalla, Castle Crashers, Worms WMD/WP, Duck Game)
|2. ~~FPC Atomic Bomberman~~ ✅ фикс: `sleep 5 &&` в LaunchOptions
3. Metro Exodus: Goldberg Steam emulator?
4. **Atomic Heart VK:** test VK Play авторизацию, при необходимости `protontricks vcrun2019`
2. **Atomic Heart VK:** test VK Play авторизацию, при необходимости `protontricks vcrun2019`
---