6 lines
267 B
Bash
6 lines
267 B
Bash
|
#!/bin/bash
|
||
|
xvfb-run --auto-servernum wine regedit nullrenderer.reg
|
||
|
xvfb-run --auto-servernum winetricks -f directplay
|
||
|
|
||
|
WINEDEBUG="+dpnet" xvfb-run --auto-servernum wine GiantsDedicated.exe -noplay -nostream -dedicated current.gdf 2>&1 | grep -v "Zero length vector"
|