https://bugs.winehq.org/show_bug.cgi?id=57885
Bug ID: 57885 Summary: Starting with JRE 21.0.6+7-LTS Java emits the warning: Attempt to get process group affinity failed Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: alex@willner.ws Distribution: ---
**Version:** Wine 10.0 / JRE 21.0.6+7-LTS
**Steps that will reproduce the problem:**
- curl -LO https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%... - unzip OpenJDK21U-jre_x64_windows_hotspot_21.0.6_7.zip - wine jdk-21.0.6+7-jre/bin/java.exe
**What is the expected result:**
Usage guidelines.
**What happens instead:**
Usage guidelines and multiple time the warning: "OpenJDK 64-Bit Server VM warning: Attempt to get process group affinity failed: Call not implemented"
**Possible workaround:**
Use JRE 21.0.5
**Any additional information:**
Probably related to: - https://bugs.openjdk.org/browse/JDK-6942632 - https://github.com/openjdk/jdk21u-dev/blob/580690614f3e27660feeccd89a3691de2... - https://github.com/openjdk/jdk21u-dev/commit/5be5942de233727b261b847340441bc... - https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/kernelbase/process.c#...