https://bugs.winehq.org/show_bug.cgi?id=46070 Gabriel Ivăncescu <gabrielopcode(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs(a)winehq.org |gabrielopcode(a)gmail.com Status|NEW |ASSIGNED CC| |gabrielopcode(a)gmail.com --- Comment #2 from Gabriel Ivăncescu <gabrielopcode(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.