https://bugs.winehq.org/show_bug.cgi?id=51905
Bug ID: 51905 Summary: Notepad++ installer crashes with wine-git 6.19.r0.g7554bd4b41a-1 Product: Wine Version: 6.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ---
Created attachment 70856 --> https://bugs.winehq.org/attachment.cgi?id=70856 Backtrace from the npp installer with wine-git 6.19.r0.g7554bd4b41a-1
The notepad++ installer crashes.
To reproduce: 1) Download the notepad++ installer: (no longer available, retest with 8.1.8) https://notepad-plus-plus.org/downloads/v8.1.7/ $ sha256sum ~/Downloads/npp.8.1.7.Installer.exe 0abf9b40854082a82eee9e3013c374312b3471aa24e27fc5b5b5dac95ce3bce3 /home/cedric/Downloads/npp.8.1.7.Installer.exe 2) Prepare wine: $ rm -rf ~/.wine $ wineboot 3) run the installer (todo; test from ~/Download) $ wine ~/Downloads/npp.8.1.7.Installer.exe 4) accept the defaults. Now the installer crashes, with the following messages and the attached backtrace: 0024:fixme:shell:SHAutoComplete stub wine: Unhandled page fault on read access to 00000000 at address 7AC30D6F (thread 0024), starting debugger... wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available.
My versions: $ wine --version wine-6.19 $ pacman -Q wine wine-git 6.19.r0.g7554bd4b41a-1 $ uname -a Linux cedric 5.14.11-arch1-1 #1 SMP PREEMPT Sun, 10 Oct 2021 00:48:26 +0000 x86_64 GNU/Linux