Donate | Boosty | Discord | Telegram
Easy porting of Windows applications using Wine and Proton technologies to Linux systems and Steam Deck.
08.07.2024.mp4
- Installed Steam client.
- SteamLinuxRuntime Sniper must be installed inside the Steam client.
Manual installation commandsteam steam://install/1628350
- Linux x86_64 arch.
- All games must be installed in the
C:/Games
folder.
- Download start file.
- Create an empty directory and move the downloaded file there.
- Run the file with the command:
chmod +x ./start && ./start
curl -L https://github.com/hitman249/ProteWine/releases/latest/download/start --output start; chmod +x ./start; ./start
-
When this error occurs:
pressure-vessel-wrap[278991]: E: Child process exited with code 1: bwrap: setting up uid map: Permission denied
Run the command:
sudo chmod u+s /usr/bin/bwrap
Env paths: data/configs/games/*/.env
Example:
WINE_FULLSCREEN_INTEGER_SCALING=1
PROTON_USE_WINED3D=0
Run in full screen mode
./start fullscreen
./start debug
yarn run client-build && yarn run server-build && yarn run electron-builder