[Bug 51887] New: jshell: Launching JShell execution engine threw: IP Helper Library GetIpAddrTable function failed
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.
https://bugs.winehq.org/show_bug.cgi?id=51887 Craig Andrews <candrews(a)integralblue.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |candrews(a)integralblue.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=51887 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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.
https://bugs.winehq.org/show_bug.cgi?id=51887 --- Comment #1 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Could you run a regression test? Instructions can be found here <https://wiki.winehq.org/Regression_Testing> -- 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.
https://bugs.winehq.org/show_bug.cgi?id=51887 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 -- 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.
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.
https://bugs.winehq.org/show_bug.cgi?id=51887 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #3 from André H. <nerv(a)dawncrow.de> --- can't reproduce here either with wine-7.0-rc3 (+git) (no 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.
https://bugs.winehq.org/show_bug.cgi?id=51887 Huw Davies <huw.davies(a)physics.ox.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huw.davies(a)physics.ox.ac.uk --- Comment #4 from Huw Davies <huw.davies(a)physics.ox.ac.uk> --- It's possible something like this would happen if the interface name was exactly 15 (IFNAMSIZ - 1) characters long. This is fixed in wine-7.0-rc3. If this is still an issue please supply a +iphlpapi,+nsi log. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=51887 Huw Davies <huw.davies(a)physics.ox.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|NEEDINFO |RESOLVED --- Comment #5 from Huw Davies <huw.davies(a)physics.ox.ac.uk> --- Believed fixed - not heard back in almost a year. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=51887 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Closing ABANDONED. -- 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.
participants (1)
-
WineHQ Bugzilla