[Bug 44867] New: iCopy 1.6.x (.NET 2.0 app) throws System.NotImplementedException on startup (IWiaDevMgr:: SelectDeviceDlg is a stub)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 30 16:11:35 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44867

            Bug ID: 44867
           Summary: iCopy 1.6.x (.NET 2.0 app) throws
                    System.NotImplementedException on startup
                    (IWiaDevMgr::SelectDeviceDlg is a stub)
           Product: Wine
           Version: 3.5
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wia
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
      Distribution: ---

Hello folks,

continuation of bug 43930

Prerequisite: 'winetricks -q dotnet20'

--- snip ---
$ pwd
/home/focht/Downloads/unpacked

$ WINEDEBUG=+seh,+loaddll,+msgbox wine ./iCopy.exe
...
0046:fixme:wia:wiadevmgr_SelectDeviceDlg (0x12d980, (nil), 1, 0x1, (nil),
0xaaf914): stub
0009:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b446bd3
ip=7b446bd3 tid=0009
0009:trace:seh:raise_exception  info[0]=19930520
0009:trace:seh:raise_exception  info[1]=0033f008
0009:trace:seh:raise_exception  info[2]=79f9acc4
0009:trace:seh:raise_exception  eax=7b4352c1 ebx=001914f8 ecx=00000000
edx=00004000 esi=00004000 edi=00000000
0009:trace:seh:raise_exception  ebp=0033ef58 esp=0033eef4 cs=0023 ds=33002b
es=7e5e002b fs=7e5e0063 gs=33006b flags=00200212
0009:trace:seh:call_stack_handlers calling handler at 0x79f9ab98 code=e06d7363
flags=1
...
0009:trace:seh:call_catch_block done, continuing at 0x7a044db1
0009:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b446bd3
ip=7b446bd3 tid=0009
0009:trace:seh:raise_exception  info[0]=80004001
0009:trace:seh:raise_exception  eax=7b4352c1 ebx=0013f1a0 ecx=00000000
edx=0033efc0 esi=0033efc0 edi=e0434f4d
0009:trace:seh:raise_exception  ebp=0033ef78 esp=0033ef14 cs=0023 ds=13002b
es=36002b fs=9d0063 gs=36006b flags=00200216
0009:trace:seh:call_stack_handlers calling handler at 0x79f9a3c8 code=e0434f4d
flags=1
...
0009:trace:msgbox:MSGBOX_OnInit L"iCopy encountered an unhandled
exception:\r\n\r\nSystem.NotImplementedException in WIA.Device
ShowSelectDevice(WIA.WiaDeviceType, Boolean, Boolean)  \r\n\r\nWe would greatly
appreciate your help in making iCopy a better application. If you click OK, an
error report file will be saved and you will be "...

--- snip ---

https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/wiaservc/wiadevmgr.c#l207

--- snip ---
 207 static HRESULT WINAPI wiadevmgr_SelectDeviceDlg(IWiaDevMgr *iface, HWND
hwndParent, LONG lDeviceType,
 208                                                 LONG lFlags, BSTR
*pbstrDeviceID, IWiaItem **ppItemRoot)
 209 {
 210     wiadevmgr *This = impl_from_IWiaDevMgr(iface);
 211     FIXME("(%p, %p, %d, 0x%x, %p, %p): stub\n", This, hwndParent,
lDeviceType, lFlags, pbstrDeviceID, ppItemRoot);
 212     return E_NOTIMPL;
 213 }
--- snip ---

$sha1sum iCopy1.6.3.zip 
e6a0f3ef306e615972593d4f32a872005503ba4d  iCopy1.6.3.zip

$ du -sh iCopy1.6.3.zip 
576K    iCopy1.6.3.zip

$ wine --version
wine-3.5

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list