http://bugs.winehq.org/show_bug.cgi?id=35303
Bug ID: 35303 Summary: Multiple Realarcade installers fail on startup, complaining with COM/LUA scripting errors (need support for IFolder::get_Files) 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 35296
--- snip --- $ WINEDEBUG=+tid,+seh,+scrrun,+msgbox wine ./Installer_BonniesBookstore_EN.exe ... 0025:trace:scrrun:filesys_Invoke (0x7e0e1a58)->(10013 {00000000-0000-0000-0000-000000000000} 2048 1 0x33f888 0x33f8a0 0x33f868 0x33f8bc) 0025:trace:scrrun:filesys_GetFolder 0x7e0e1a58 L"C:\Program Files\RealArcade\Installer\uninstall" 0x33f190 0025:trace:scrrun:folder_AddRef (0x2911968)->(2) 0025:trace:scrrun:folder_Release (0x2911968)->(1) 0025:trace:scrrun:folder_AddRef (0x2911968)->(2) 0025:trace:scrrun:folder_QueryInterface (0x2911968)->({00000008-0000-0000-c000-000000000046} 0x33f7a0) 0025:trace:scrrun:folder_QueryInterface (0x2911968)->({fe5ac331-0a3b-4093-a02f-41c39ddd06d8} 0x33f7a8) 0025:trace:scrrun:folder_GetTypeInfo (0x2911968)->(0 2048 0x33f660) 0025:trace:scrrun:folder_AddRef (0x2911968)->(3) 0025:trace:scrrun:folder_Release (0x2911968)->(2) 0025:trace:scrrun:folder_Release (0x2911968)->(1) 0025:trace:scrrun:folder_Invoke (0x2911968)->(10002 {00000000-0000-0000-0000-000000000000} 2048 2 0x33f83c 0x33f854 0x33f81c 0x33f870) 0025:fixme:scrrun:folder_get_Files (0x2911968)->(0x33f440): stub 0025:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a89f ip=7b83a89f tid=0025 0025:trace:seh:raise_exception info[0]=19930520 0025:trace:seh:raise_exception info[1]=0033f808 0025:trace:seh:raise_exception info[2]=003752d8 0025:trace:seh:raise_exception eax=7b826921 ebx=7b8ba000 ecx=003752d8 edx=0033f710 esi=00fc3920 edi=80020009 0025:trace:seh:raise_exception ebp=0033f748 esp=0033f6e4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000287 ... 0025:trace:msgbox:MSGBOX_OnInit L"COM exception:(C:/VCS/dev/installer/main/3rd-party/luacom/src/src/library/tLuaCOM.cpp,394):\9464\0014" --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/3cc34a5bf88f9ba059efa52d0f47f0a12...
--- snip --- 929 static HRESULT WINAPI folder_get_Files(IFolder *iface, IFileCollection **files) 930 { 931 struct folder *This = impl_from_IFolder(iface); 932 FIXME("(%p)->(%p): stub\n", This, files); 933 return E_NOTIMPL; 934 } --- 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-360-ge8b318e
Regards