https://bugs.winehq.org/show_bug.cgi?id=51887 --- Comment #2 from Hans Leidekker <hans(a)meelstraat.net> --- (In reply to Craig Andrews from comment #0)
So somewhere between Wine 4.0.3 and 6.18, there was a regression.
To reproduce the issue using Docker, start with either: * docker run -it alpine:3.13.5 (which will use wine 6.18) * docker run -it alpine:3.14.2 (which will use wine 4.0.3) Then at the shell prompt in the running container: apk add wine && wget -q "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17+35/ OpenJDK17-jdk_x64_windows_hotspot_17_35.zip" -O /tmp/openjdk-windows.zip && unzip /tmp/openjdk-windows.zip -d /tmp && mv "/tmp/jdk-17+35" /opt/openjdk-windows && rm /tmp/openjdk-windows.zip && wine64 /opt/openjdk-windows/bin/jshell.exe
I don't see this on current Wine without Docker. Can you retest? Is this specific to Docker? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.