https://bugs.winehq.org/show_bug.cgi?id=45926
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Windows Sysinternals |Windows Sysinternals |ProcessExplorer v12-16+ |ProcessExplorer |crashes due to missing |v12.x-v16.21 crashes due to |advapi32.I_QueryTagInformat |missing |ion() stub |advapi32.I_QueryTagInformat | |ion() stub URL|https://docs.microsoft.com/ |https://web.archive.org/web |en-us/sysinternals/download |/20181107082314/http://down |s/process-explorer |load.sysinternals.com/Files | |/ProcessExplorer.zip
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present. It seems they fixed the NULL access in newer ProcessExplorer versions. From v16.22 onwards it doesn't crash anymore - at least on startup.
* https://web.archive.org/web/20181107082314/http://download.sysinternals.com/... -> v16.21 = crash
* https://web.archive.org/web/20190502025058if_/http://download.sysinternals.c... -> v16.22 = no crash
Wine source:
https://source.winehq.org/git/wine.git/blob/123c0543e0bb4c99fbee0a568e786405...
--- snip --- 387 # @ stub I_QueryTagInformation --- snip ---
$ du -sh ProcessExplorer.zip 1.9M ProcessExplorer.zip
$ sha1sum ProcessExplorer.zip 97d882b15890471ea9942c80997c180fbfcbba26 ProcessExplorer.zip
$ du -sh ProcessExplorer.zip 1.8M ProcessExplorer.zip
$ wine --version wine-5.5
Regards