https://bugs.winehq.org/show_bug.cgi?id=47248 Bug ID: 47248 Summary: Impulse installer permanently breaks 32-bit GUI programs in prefix Product: Wine Version: 4.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs(a)winehq.org Reporter: madewokherd(a)gmail.com Distribution: --- After running the impulse installer to completion (requires .NET or Wine Mono), any attempt to run a 32-bit GUI application fails with: 00b3:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 00b3:err:winediag:nodrv_CreateWindow The explorer process failed to start. It seems the program tries to find which user driver to load in the registry, but the keys are not visible to 32-bit processes: winepublic(a)wiley:~/Downloads$ wine reg query HKEY_CURRENT_CONFIG\\System reg: The system was unable to find the specified registry key or value winepublic(a)wiley:~/Downloads$ wine64 reg query HKEY_CURRENT_CONFIG\\System HKEY_CURRENT_CONFIG\System HKEY_CURRENT_CONFIG\System\CurrentControlSet -- 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.