http://bugs.winehq.org/show_bug.cgi?id=3979
Summary: InstallShield External Exception 80000101 Product: Wine Version: 0.9.2. Platform: PC URL: http://www.subspacedownloads.com/ssdl2004/index.php?act= file&fid=5&PHPSESSID=88ab6b1a3d230f46be033270774a049e OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: galeru@gmail.com
When this installer is run, it is given an "External Exception 80000101" when it first tries to install. The lead up to the exception is flawless. As soon as the install is run, the exception is thrown and it exits. The errors printed out are as follows:
fixme:advapi:CheckTokenMembership ((nil) 0x7fdd4250 0x7fc1fba8) stub! fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub wine-pthread: paint.c:150: ME_Repaint: Assertion `pRun == pCursor->pRun' failed.
My best guess is that the pCursor->pRun failed. is whatis making the installer not work.