https://bugs.winehq.org/show_bug.cgi?id=51887 Bug ID: 51887 Summary: jshell: Launching JShell execution engine threw: IP Helper Library GetIpAddrTable function failed Product: Wine Version: 6.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: candrews(a)integralblue.com Distribution: --- To reproduce the problem: * Download Java 17 from The Temurin project: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35... * Extract the zip * Run: `wine64 bin/jshell.exe` With Wine 6.18, the result is: Launching JShell execution engine threw: IP Helper Library GetIpAddrTable function failed With Wine 4.0.3, the result is: | Welcome to JShell -- Version 16.0.1 | For an introduction type: /help intro jshell> 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/O..." -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 -- 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.