From c5bf4a3435b194201cea5ee48a36a4e6fd1e019b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 May 2026 02:46:46 +0300 Subject: [PATCH] =?UTF-8?q?release.yml:=20install=20wine32:i386=20?= =?UTF-8?q?=E2=80=94=20ISCC.exe=20is=2032-bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wine bailed with 'init_peb ... experimental wow64 mode / failed to load syswow64/ntdll.dll' on 'wine ISCC.exe'. wine32:i386 ships the needed 32-bit Wine internals; we already had dpkg --add-architecture i386 from earlier (carried over). Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitea/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 455f9e2..2f8fb83 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -78,8 +78,11 @@ jobs: # prefix and call ISCC.exe via Wine — much more reliable than running # the whole interactive installer through Wine + Xvfb (which failed # silently in the previous iteration). + # ISCC.exe is a 32-bit binary even from Inno Setup 6 — without + # wine32:i386 wine bails with "init_peb starting ... in experimental + # wow64 mode / failed to load syswow64/ntdll.dll error c0000135". DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - wine wine64 innoextract xvfb xauth curl ca-certificates \ + wine wine64 wine32:i386 innoextract xvfb xauth curl ca-certificates \ >/dev/null export WINEPREFIX="$HOME/.wine" export WINEDLLOVERRIDES="mscoree,mshtml="