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
https://bugs.winehq.org/show_bug.cgi?id=51905
--- Comment #1 from Cedric cedric.dewijs@eclipso.eu --- Retest running the installer from ~/Download, this works fine.
$ rm -rf ~/.wine $ wineboot $ cd Downloads/ $ wine npp.8.1.7.Installer.exe choose english (default) choose next choose I agree (for the license agreement) choose next (for the installation directory) choose next (for the type of install) choose install choose finish (and leave the checkbox run notepad++ enabled) Notepad++ runs without problems. Close Notepad++
Strange. now run the installer again from the home directory, this also works fine. $ cd $ rm -rf ~/.wine $ wineboot $ wine ~/Downloads/npp.8.1.7.Installer.exe choose english (default) choose next choose I agree (for the license agreement) choose next (for the installation directory) choose next (for the type of install) choose install choose finish (and leave the checkbox run notepad++ enabled) Notepad++ runs without problems. Close Notepad++
Strange, I can't reproduce it. Apologies for the noise, please mark this bug invalid.
https://bugs.winehq.org/show_bug.cgi?id=51905
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #2 from Austin English austinenglish@gmail.com --- Invalid.
https://bugs.winehq.org/show_bug.cgi?id=51905
--- Comment #3 from Cedric cedric.dewijs@eclipso.eu --- I wonder how I can fully kill and reset wine so I have a reproducible starting point. I could first remove ~/.wine and restart my PC between each test, but that takes a long time.
Is there a shorter way?
https://bugs.winehq.org/show_bug.cgi?id=51905
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- (In reply to Cedric from comment #3)
I wonder how I can fully kill and reset wine so I have a reproducible starting point. I could first remove ~/.wine and restart my PC between each test, but that takes a long time.
Is there a shorter way?
Removing your prefix (or using a new directory) should be sufficient. I don't think there's any need to restart the computer.
https://bugs.winehq.org/show_bug.cgi?id=51905
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #5 from winetest@luukku.com --- (In reply to Cedric from comment #3)
I wonder how I can fully kill and reset wine so I have a reproducible starting point. I could first remove ~/.wine and restart my PC between each test, but that takes a long time.
Is there a shorter way?
also wineserver -k at console kills running wine process. it's reliable way to kill wine running.
https://bugs.winehq.org/show_bug.cgi?id=51905
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #6 from André H. nerv@dawncrow.de --- closing invalid