If you ever had issues with software in Wine, then try this script. I made it as an alternative for Wine/Proton-tricks, so you can spend more time using the software you want and less time tinkering. The main goal of this project is to provide users with all most common dependencies similar to Valve's installscript.vdf.
- 7zip
- .NET Framework
- DirectX End-User Runtimes
- LAVFilters
- NVIDIA PhysX
- OpenAL
- TrueType core fonts
- Visual C++ Redistributable Packages
- Wine Mono & Gecko
-
Run this command in your terminal:
bash <(wget -qO- https://raw.githubusercontent.com/FanderWasTaken/wine-dependency-hell-solver/main/WDHS.sh)
-
Start
WDHS.bat
with Wine.
Here are some of the best practices to follow in order to minimize potential issues when running software with Wine:
- Increase
swap
size - Increase the value of
vm.max_map_count
- Tweak kernel parameters
- Update to newer version of Wine
- Update your system
If you're still experiencing issues, check your game with PCGamingWiki for further fixes 🃏
- 7-Zip | Igor Pavlov
- installscript.vdf | Valve ⭐️
- LAVFilters | Nevcairiel
- OpenAL | Creative Technology
- Package of core fonts | noa
- Troubleshooting Guide | PCGamingWiki ⭐️
- VisualCppRedist AIO | abbodi1406
- Wine Mono & Gecko | Wine Developers
Project was created with the help of VSCodium ❤️