probonopd / libhookexecv

Make fully relocateable Wine bundles by overriding the execv syscall to use a custom ld.so
14 stars 5 forks source link

NotepadPlusPlus fails to run on Centos 7 (64bit) #24

Open Chaz6 opened 4 years ago

Chaz6 commented 4 years ago
$ wget https://github.com/probonopd/libhookexecv/releases/download/continuous/NotepadPlusPlus-7.7.1-x86_64.AppImage && chmod +x NotepadPlusPlus-7.7.1-x86_64.AppImage && ./NotepadPlusPlus-7.7.1-x86_64.AppImage
Mounting /tmp/wine_7d836fa95e7cdd09fad922c8eea34ee2f53932ea.unionfs
Using /tmp/.mount_NotepaLlI5A0/wineprefix mounted to /tmp/wine_7d836fa95e7cdd09fad922c8eea34ee2f53932ea.unionfs
wine: configuration in '/tmp/wine_7d836fa95e7cdd09fad922c8eea34ee2f53932ea.unionfs' has been updated.
$

No window is displayed before the program returns.

probonopd commented 4 years ago

So Wine begins to run and then the execution ends without any further error message - strange.

In case you have some time, can you --appimage-extract the AppImage, and then run its AppRun using strace -f squashfs-root/AppRun > log.txt 2>&1 and upload the zipped output?

Chaz6 commented 4 years ago

log.txt