https://bugs.winehq.org/show_bug.cgi?id=56349
Bug ID: 56349 Summary: python 3.12 fails with call to unimplemented function KERNEL32.dll.CopyFile2 Product: Wine Version: 9.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: oli.huber@gmail.com Distribution: ---
Recently installed the latest Python version from https://www.python.org/ftp/python/3.12.2/python-3.12.2-amd64.exe
While using it to build a binary wheel, it failed with
wine: Call from 00006FFFFFF6F1C8 to unimplemented function KERNEL32.dll.CopyFile2, aborting wine: Unimplemented function KERNEL32.dll.CopyFile2 called at address 00006FFFFFF6F1C8 (thread 011c), starting debugger...
winedump -j import /path/to/python312.dll indicates that CopyFile2 is in the import table.
Wine version: staging 9.2 on Gentoo AMD64
https://bugs.winehq.org/show_bug.cgi?id=56349
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- Duplicate.
*** This bug has been marked as a duplicate of bug 55897 ***
https://bugs.winehq.org/show_bug.cgi?id=56349
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.