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