From a91c55924bcecda595138019cff302c12ff7658e Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 2 Oct 2024 12:22:22 -0500 Subject: Try initalizing the wine prefix seperatly --- test | 1 + 1 file changed, 1 insertion(+) diff --git a/test b/test index b63035e..76bf717 100755 --- a/test +++ b/test @@ -3,6 +3,7 @@ Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & set DISPLAY=:99 sleep 5 +DISPLAY=:99 WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -i # For some reason we have to set this here, having set .. ^ is not enough DISPLAY=:99 msiexec /i lua4win.msi & sleep 5 -- cgit v1.2.3-55-g6feb