http://bugs.winehq.org/show_bug.cgi?id=9404
Summary: cannot select TWAIN source in irfanview Product: Wine Version: 0.9.43. Platform: PC URL: http://www.irfanview.com/ OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
In Irfanview, users should be able to select the TWAIN source via file -> select TWAIN source. Clicking that menu item should bring up a dialog box to let users pick which scanner to use. In Wine, no dialog box ever comes up, so the program uses the first TWAIN source it finds, which is the gphoto2 driver.
http://bugs.winehq.org/show_bug.cgi?id=9404
--- Comment #1 from Austin English austinenglish@gmail.com 2008-11-24 00:16:03 --- Please retest in 1.1.9.
http://bugs.winehq.org/show_bug.cgi?id=9404
--- Comment #2 from Lei Zhang thestig@google.com 2008-11-25 13:53:57 --- Same problem. Tested with version 3.98. Version 4.2 ran into bug 16185.
http://bugs.winehq.org/show_bug.cgi?id=9404
Philipp Sadleder philipp@sadleder.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |philipp@sadleder.de
http://bugs.winehq.org/show_bug.cgi?id=9404
--- Comment #3 from Lei Zhang thestig@google.com 2009-02-25 13:40:28 --- Tried again with today's wine-git, got: err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed!
http://bugs.winehq.org/show_bug.cgi?id=9404
Danila Sentiabov dsent.zen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dsent.zen@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=9404
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #4 from butraxz@gmail.com 2012-05-17 14:49:21 CDT --- This bug has not been updated for three years. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you.
http://bugs.winehq.org/show_bug.cgi?id=9404
--- Comment #5 from Lei Zhang thestig@google.com 2012-05-20 19:21:24 CDT --- Behavior has not improved with Wine 1.5.4 and Irfanview 4.33.
http://bugs.winehq.org/show_bug.cgi?id=9404
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=9404
--- Comment #6 from Vincent Povirk madewokherd@gmail.com --- I think this is because TWAIN_UserSelect isn't really implemented.
https://bugs.winehq.org/show_bug.cgi?id=9404
--- Comment #7 from Vincent Povirk madewokherd@gmail.com --- I'm not able to import any image this way, even from the default source.
https://bugs.winehq.org/show_bug.cgi?id=9404
--- Comment #8 from Vincent Povirk madewokherd@gmail.com --- It's now possible to select a source, but after that Irfanview closes the DSM and doesn't try to scan anything. I don't know why.
https://bugs.winehq.org/show_bug.cgi?id=9404
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #9 from Vincent Povirk madewokherd@gmail.com ---
From what I can tell, Irfanview doesn't really use the result of the "select
source" dialog, it just assumes that this will set the default source, then asks to use the default source when it wants to scan something later. So we'll need to implement that setting for this to work correctly.
https://bugs.winehq.org/show_bug.cgi?id=9404
mirh mirh@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mirh@protonmail.ch
--- Comment #10 from mirh mirh@protonmail.ch --- Still a thing in 5.4-staging. If I use WINEDEBUG=+twain, in between the DSM_entry lines I also get
0036:trace:twain:TWAIN_OpenDSM DG_CONTROL/DAT_PARENT/MSG_OPENDSM 0036:trace:twain:TWAIN_IdentityGetDefault DG_CONTROL/DAT_IDENTITY/MSG_GETDEFAULT 0036:err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed! 0036:trace:twain:TWAIN_UserSelect DG_CONTROL/DAT_IDENTITY/MSG_USERSELECT SupportedGroups=0x3 ProductName=""
If you press the "Select TWAIN Source" button more time (so that multiple windows open) you can get the whole program to crash.
https://bugs.winehq.org/show_bug.cgi?id=9404
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com
--- Comment #11 from Maik Wagner maiktapwagner@aol.com --- (In reply to Lei Zhang from comment #0)
This is no longer happening in wine-8.1 - the box to select the source does come up.