diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 12:22:22 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-02 12:22:22 -0500 |
commit | a91c55924bcecda595138019cff302c12ff7658e (patch) | |
tree | 96be3579f6b57aca187d657002d4b1ab30514569 | |
parent | 8a7a88ef8ce62b203554e797589529bea0988e72 (diff) | |
download | lua4win-dist-lua-a91c55924bcecda595138019cff302c12ff7658e.tar.gz lua4win-dist-lua-a91c55924bcecda595138019cff302c12ff7658e.tar.bz2 lua4win-dist-lua-a91c55924bcecda595138019cff302c12ff7658e.zip |
Try initalizing the wine prefix seperatly
-rwxr-xr-x | test | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & | 3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & |
4 | set DISPLAY=:99 | 4 | set DISPLAY=:99 |
5 | sleep 5 | 5 | sleep 5 |
6 | DISPLAY=:99 WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -i | ||
6 | # For some reason we have to set this here, having set .. ^ is not enough | 7 | # For some reason we have to set this here, having set .. ^ is not enough |
7 | DISPLAY=:99 msiexec /i lua4win.msi & | 8 | DISPLAY=:99 msiexec /i lua4win.msi & |
8 | sleep 5 | 9 | sleep 5 |