http://bugs.winehq.org/show_bug.cgi?id=18978
Summary: Crash of wine when using clipboard Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: development+wine@km.mydyn.de
Created an attachment (id=21846) --> (http://bugs.winehq.org/attachment.cgi?id=21846) Output of wine in console
I am using Irfanview V4.23 with wine 1.1.23. When i make a screenshot and put this in the clipboard, i can't paste this into irfanview.
Before i used the standard wine 1.00 in Debian Squeeze AMD64 and this worked without a problem.
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #1 from Karsten development+wine@km.mydyn.de 2009-06-17 09:42:13 --- Created an attachment (id=21847) --> (http://bugs.winehq.org/attachment.cgi?id=21847) Screenshot of crash after using paste
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #2 from Karsten development+wine@km.mydyn.de 2009-06-17 10:11:27 --- I tested now again with the older Version 4.10 of Irfanview. This was the version that works perfectly with the clipboard. With this V 4.10 it does not crash but there is a error message that this will not work (attached).
In both versions i can drag and drop a picture into Irfanview.
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #3 from Karsten development+wine@km.mydyn.de 2009-06-17 10:12:19 --- Created an attachment (id=21849) --> (http://bugs.winehq.org/attachment.cgi?id=21849) Error-Message with Irfanview 4.10
http://bugs.winehq.org/show_bug.cgi?id=18978
Karsten development+wine@km.mydyn.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |development+wine@km.mydyn.d | |e
--- Comment #4 from Karsten development+wine@km.mydyn.de 2009-06-18 10:20:08 --- Installed now Wine Version 1.17 Now the clipbaord is working again also with Irfanview 4.23
So something has been going wrong after Wine V 1.17 (I didn't try other versions after V 1.17)
http://bugs.winehq.org/show_bug.cgi?id=18978
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |http://www.irfanview.com/ma | |in_download_engl.htm
--- Comment #5 from Ken Sharp kennybobs@o2.co.uk 2009-06-19 08:38:55 --- You need to run a regression test http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #6 from Karsten development+wine@km.mydyn.de 2009-06-19 09:00:27 --- Sorry i don't know what you mean and why this should help?
I used precompiled packages for Debian Squeeze from http://www.lamaresh.net/binary.php
There are definitely problems with the clipboard in the newer versions of wine. Just download an zip of Irfanview and try for yourself: http://irfanview.tuwien.ac.at/iview425g.zip Just unpack, no installation is needed.
Make a screenshot in KDE, choose clipboard and then try to insert in irfanview. It is only working in older versions of wine.
Regards Karsten
http://bugs.winehq.org/show_bug.cgi?id=18978
Danila Sentiabov dsent.zen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dsent.zen@gmail.com
--- Comment #7 from Danila Sentiabov dsent.zen@gmail.com 2009-06-19 16:09:58 --- I'll do regression test this weekend.
http://bugs.winehq.org/show_bug.cgi?id=18978
TCH transmail@freemail.hu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |transmail@freemail.hu
--- Comment #8 from TCH transmail@freemail.hu 2010-02-08 09:51:39 --- This problem occurs at me too. I've tested IrfanView 4.25 with every Wine version from 1.17 to 1.37. Clipboard paste is works till 1.21.
From 1.21 it is not working and this is the situation with mspaint too.
The last wine version is 1.20 where the clipboard paste works with IrfanView and mspaint.
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #9 from A Wine user RandomAccountName@mail.com 2010-03-13 12:14:31 --- Confirming the crash in 1.1.40, though in older versions it doesn't actually work for me; I get a message saying "can't paste image from clipboard !" Regardless, I did a regression test:
272e2d2251c705ebed38692e888e84d0153613a4 is first bad commit commit 272e2d2251c705ebed38692e888e84d0153613a4 Author: Vincent Povirk vincent@codeweavers.com Date: Fri Apr 24 17:19:38 2009 -0500
winex11.drv: Convert image/bmp X selections to Windows DIB.
:040000 040000 27cd5094663c7179b90f4e16abe676246c5e6838 aa796db893ac83d4904308eef1fc9a4ba908865b M dlls
With this patch reverted (one hunk had to be applied manually), it's back to the behavior of 1.1.20 - I get an error dialog instead of a crash.
http://bugs.winehq.org/show_bug.cgi?id=18978
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName@mail.com
http://bugs.winehq.org/show_bug.cgi?id=18978
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21846|0 |1 is obsolete| |
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2010-03-17 11:14:37 --- Created an attachment (id=26858) --> (http://bugs.winehq.org/attachment.cgi?id=26858) crash log with debugging symbols
I think this is more to do with the program that copied the image (kgrab) than the program pasting it. I wasn't able to get irvanview running, but I did get a crash copying from kgrab into photoscape. I assume it's the same.
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #11 from Vincent Povirk madewokherd@gmail.com 2010-03-17 11:28:11 --- kgrab reports that it can provide the image/bmp format, but in practice it doesn't seem able to do this. I've tried pasting into Wine, a simple test program I wrote, and the GIMP. None of them were able to get any data.
Wine shouldn't crash in this case, though. I guess our error handling is not very good when we're trying to convert one format to another.
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #12 from Vincent Povirk madewokherd@gmail.com 2010-03-17 12:24:22 --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-March/085956.html
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #13 from Vincent Povirk madewokherd@gmail.com 2010-03-19 12:04:30 --- The patch was committed. Please retest in Wine from Git or 1.1.41 when it's released.
http://bugs.winehq.org/show_bug.cgi?id=18978
--- Comment #14 from A Wine user RandomAccountName@mail.com 2010-03-24 12:48:53 --- The crash is gone for me in 1.1.41. :)
http://bugs.winehq.org/show_bug.cgi?id=18978
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #15 from Austin English austinenglish@gmail.com 2010-03-24 14:16:33 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=18978
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2010-04-02 12:52:12 --- Closing bugs fixed in 1.1.42.