https://bugs.winehq.org/show_bug.cgi?id=46070
Gabriel Ivăncescu gabrielopcode@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |gabrielopcode@gmail.com Status|NEW |ASSIGNED CC| |gabrielopcode@gmail.com
--- Comment #2 from Gabriel Ivăncescu gabrielopcode@gmail.com --- Let's keep this bug about the Python error. Please open a new bug for the hang at "scanning hardware" if it's still relevant.
While investigating a game with the same issue, I think I found what causes this. The error happens when you redirect the stdout/stderr to files, because it's only in those cases that the app calls GetFileInformationByHandle, which fails currently on stdout/stderr, because they have no unix_name.
Fixing this will probably require platform-specific code, I'll think of something.