https://bugs.winehq.org/show_bug.cgi?id=38659 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Windows Sysinternals |Windows Sysinternals |Process Explorer v16.05 |Process Explorer v16.x |crashes on startup |crashes on startup |(registry SID profile data |(registry SID profile data |in 'ProfileList' must |in 'ProfileList' must |contain 'Flags' and |contain 'Flags' and |'ProfileImagePath' values) |'ProfileImagePath' values) --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present. The backtrace/crash signature for 32-bit Process Explorer changed due to newer version (v16.05 initial analysis vs. v16.22 now). You can also verify by adding the required keys manually: --- snip --- $ wine reg add "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList\\S-1-5-21-0-0-0-1000" /v ProfileImagePath /t REG_EXPAND_SZ /d "%53%" /f $ wine reg add "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList\\S-1-5-21-0-0-0-1000" /v Flags /t REG_DWORD /d 0 /f --- snip --- $ sha1sum ProcessExplorer.zip 75b1ce8d684d74e8560392b08b9826b5d6efeb48 ProcessExplorer.zip $ du -sh ProcessExplorer.zip 1.8M ProcessExplorer.zip $ wine --version wine-4.0-rc7 Regards -- 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.