http://bugs.winehq.org/show_bug.cgi?id=35296
Bug ID: 35296 Summary: Multiple Realarcade installers fail on startup, complaining with COM/LUA scripting errors (need support for IFolder::get_SubFolders) Product: Wine Version: 1.7.9 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: scrrun Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Classification: Unclassified
Hello folks,
continuation of bug 13982
--- snip --- $ WINEDEBUG=+tid,+seh,+scrrun,+msgbox wine ./Installer_BonniesBookstore_EN.exe ... 002b:trace:scrrun:folder_Invoke (0x157b00)->(10001 {00000000-0000-0000-0000-000000000000} 2048 2 0x33f83c 0x33f854 0x33f81c 0x33f870) 002b:fixme:scrrun:folder_get_SubFolders (0x157b00)->(0x33f440): stub 002b:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a89f ip=7b83a89f tid=002b 002b:trace:seh:raise_exception info[0]=19930520 002b:trace:seh:raise_exception info[1]=0033f808 002b:trace:seh:raise_exception info[2]=003752d8 002b:trace:seh:raise_exception eax=7b826921 ebx=7b8ba000 ecx=003752d8 edx=0033f710 esi=0064cfb8 edi=80020009 002b:trace:seh:raise_exception ebp=0033f748 esp=0033f6e4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000287 ... 002b:trace:msgbox:MSGBOX_OnInit L"COM exception:(C:/VCS/dev/installer/main/3rd-party/luacom/src/src/library/tLuaCOM.cpp,394):\921c\0014" --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/f76f34ca23990f02ba20e5957609ee0c2...
--- snip --- 568 static HRESULT WINAPI folder_get_SubFolders(IFolder *iface, IFolderCollection **folders) 569 { 570 struct folder *This = impl_from_IFolder(iface); 571 FIXME("(%p)->(%p): stub\n", This, folders); 572 return E_NOTIMPL; 573 } --- snip ---
$ sha1sum Installer_BonniesBookstore_EN.exe 83c529f5f4f091dd09cbccc603e26b6a15b9589c Installer_BonniesBookstore_EN.exe
$ du -sh Installer_BonniesBookstore_EN.exe 1.7M Installer_BonniesBookstore_EN.exe
$ wine --version wine-1.7.9-309-ga01cb46
Regards