hangover icon indicating copy to clipboard operation
hangover copied to clipboard

I cannot run notepad++

Open peasoft opened this issue 4 years ago • 3 comments

When I run notepad++,it will display this: Screenshot_2020-05-30-12-00-30-82 Why I can't run it?Is this a bug?

peasoft avatar May 30 '20 04:05 peasoft

And I can't run C:\x86\qemu-x86_64.exe.so, Screenshot_2020-05-30-12-14-07-16

peasoft avatar May 30 '20 04:05 peasoft

I get this error:

[ric@localhost hangover]$ build/wine-host/loader/wine build/qemu/x86_64-windows-user/qemu-x86_64.exe.so ~/.wine/drive_c/Notepad++/notepad++.exe 
0050:fixme:x11settings:X11DRV_ChangeDisplaySettingsEx Changing non-primary adapter L"\\\\.\\DISPLAY2" settings is currently unsupported.
00b8:fixme:x11settings:X11DRV_ChangeDisplaySettingsEx Changing non-primary adapter L"\\\\.\\DISPLAY2" settings is currently unsupported.
32 bit environment set up, Large Address Aware: NO.
Segmentation fault (core dumped)

regular notepad works fine.

ric96 avatar Jul 22 '20 17:07 ric96

Hmm, a plain segmentation fault seems weird. Normally at least Wine's debugger should kick in.

I'd suggest to try to run it in gdb either with

gdb build/wine-host/loader/wine
start build/qemu/x86_64-windows-user/qemu-x86_64.exe.so ~/.wine/drive_c/Notepad++/notepad++.exe

It may help to delete wine-host/loader/wine-preloader to run through the regular dynamic library loader. Otherwise extra tricks are needed to get debug symbols in gdb.

Or try winedbg:

build/wine-host/loader/wine winedbg build/qemu/x86_64-windows-user/qemu-x86_64.exe.so ~/.wine/drive_c/Notepad++/notepad++.exe
c

And see if either of them gives useful exception info.

stefand avatar Jul 26 '20 14:07 stefand

irrelevant with new Hangover approach

AndreRH avatar Feb 15 '23 20:02 AndreRH