https://bugs.winehq.org/show_bug.cgi?id=55708
Bug ID: 55708 Summary: cpython 3.12.0 fails to run on wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: propsys Assignee: wine-bugs@winehq.org Reporter: winehq@bochs.info Distribution: ---
cpython 3.12.0 (released today) fails to run in wine on Linux, due to a new module _wmi which depends on VariantToString. This is stubbed in wine's propsys.dll:
"Unimplemented function propsys.dll.VariantToString called at address ..."
It's unclear if anything else is broken, because the process halts here.