https://bugs.winehq.org/show_bug.cgi?id=48995
Bug ID: 48995 Summary: Native Instruments Kontakt : freeze when pop-up action is needed after drag/drop from desktop Product: Wine Version: 5.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: anatole.vartanian@hotmail.fr Distribution: ---
Created attachment 66968 --> https://bugs.winehq.org/attachment.cgi?id=66968 wine debug file
Hello there.
Ubuntu Studio 18.04 (XFCE), Native Instruments Kontakt (every version : can reproduce with K4, K5, K6, free or full version, and also with old wine versions or ubuntu versions.
Not happening on Windows.
The drag/drop from desktop to Kontakt crashes in some cases : when I drag a file from Thunar to Kontakt, it gives (normal behavior) a popup representing the process of loading samples in Kontakt. But I cannot interact with the windowed popup, and it result to a freeze if an action is needed in this popup.
The same action can be done from Kontakt to Kontakt without any problem.
Here is a debug file. Most probably the moment when problem appears is at line 356 : fixme:xdnd:X11DRV_XDND_DROPEFFECTToXdndAction unknown drop effect 0, assuming XdndActionCopy
Regards.
https://bugs.winehq.org/show_bug.cgi?id=48995
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl@seznam.cz
--- Comment #1 from Roman Pišl rpisl@seznam.cz --- Hello, this sounds similar to bug 46522. Testing with that patch or providing a download link would help.
https://bugs.winehq.org/show_bug.cgi?id=48995
moonshaadow anatole.vartanian@hotmail.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=48995
--- Comment #2 from moonshaadow anatole.vartanian@hotmail.fr --- Hey. It seems similar yes.
I m' not sure how to apply the patch, but I could try. I haven't provide download link because there is not a simple way to install it, but feel free : - Download Native Access: https://www.native-instruments.com/fr/products/komplete/samplers/kontakt-6-p... - Install it, ignore bugs. - Connect to your account, then download Kontakt Player. Native Access could fail, but the iso is still downloaded. If Kontakt is not installed, mount the iso with "sudo mount -t udf file.iso -o unhide /mnt" to install properly.
- Create a freezing context : Download a small sample-bank like this one : https://www.pianobook.co.uk/library/pizzicato-cello/, then after removing the samples folder, drag and drop the .nki file to Kontakt. (removing the samples has the effect to make the pop-up window to wait an action from you, if not the popup simply closes after loading the samples and you can't see the problem)
https://bugs.winehq.org/show_bug.cgi?id=48995
moonshaadow anatole.vartanian@hotmail.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.native-instrume | |nts.com/fr/products/komplet | |e/samplers/kontakt-6-player | |/free-download/
https://bugs.winehq.org/show_bug.cgi?id=48995
--- Comment #3 from Roman Pišl rpisl@seznam.cz --- I can confirm this behavior with Kontakt 4. Dropping a txt file shows an error dialog "filetype not recognized" and leads to a freeze. With the patch from bug 46522 the error message can be closed and Kontakt works as expected.
https://bugs.winehq.org/show_bug.cgi?id=48995
--- Comment #4 from moonshaadow anatole.vartanian@hotmail.fr --- Hum I need some help to apply the patch. I thought the right way to do was : patchinstall.sh DESTDIR=path_to_wine-source --force-autoconf name_of_the_patch.patch , but it doesn't work : "ERROR: Wrong usage of -W commandline argument, expected patchname"
https://bugs.winehq.org/show_bug.cgi?id=48995
--- Comment #5 from moonshaadow anatole.vartanian@hotmail.fr --- sorry the error is : "ERROR: Unknown commandline argument" for the name of the patch
https://bugs.winehq.org/show_bug.cgi?id=48995
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- (In reply to moonshaadow from comment #4)
Hum I need some help to apply the patch. I thought the right way to do was : patchinstall.sh DESTDIR=path_to_wine-source --force-autoconf name_of_the_patch.patch , but it doesn't work : "ERROR: Wrong usage of -W commandline argument, expected patchname"
The Staging patchinstall.sh script is meant to apply Staging patches, and doesn't really work for general patch files. Better to just use "patch -p1 < filename.patch", while in the Wine source directory.