WineHQ
Bug Tracking Database – Bug 35303

 Bugzilla

 

Last modified: 2014-01-17 13:58:07 UTC  

Multiple Realarcade installers fail on startup, complaining with COM/LUA scripting errors (need support for IFolder::get_Files)

Bug 35303 - Multiple Realarcade installers fail on startup, complaining with COM/LUA scripting errors (need support for IFolder::get_Files)
Multiple Realarcade installers fail on startup, complaining with COM/LUA scri...
Status: CLOSED FIXED
AppDB: Show Apps affected by this bug
Product: Wine
Classification: Unclassified
Component: scrrun
1.7.9
x86 Linux
: P2 normal
: ---
Assigned To: Mr. Bugs
http://www.zylom.com/ru/download-game...
: download, Installer
Depends on:
Blocks:
  Show dependency tree
 
Reported: 2014-01-03 12:04 UTC by Anastasius Focht
Modified: 2014-01-17 13:58 UTC (History)
0 users

See Also:
Regression SHA1:
Fixed by SHA1: 07ded6bb36221c48fbdd67a935555fbef103f6c9
Distribution: ---
Staged patchset:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anastasius Focht 2014-01-03 12:04:11 UTC
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/3cc34a5bf88f9ba059efa52d0f47f0a1274cccfd:/dlls/scrrun/filesystem.c#l929

--- 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
Comment 1 Nikolay Sivov 2014-01-03 12:47:39 UTC
I have some patches done for that, it will need Name(), Next() and Reset() methods for folder and file collections. After this done it breaks in oleaut32 - invocation for PROPGET 'Attributes' on a File fails with some 'failed to find RefTypeInfo' or similar.
Comment 2 Anastasius Focht 2014-01-06 16:23:21 UTC
Hello folks,

this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/07ded6bb36221c48fbdd67a935555fbef103f6c9

Thanks Nikolay

Regards
Comment 3 Alexandre Julliard 2014-01-17 13:58:07 UTC
Closing bugs fixed in 1.7.11.


Privacy Policy
If you have a privacy inquiry regarding this site, please write to [email protected]

Hosted By CodeWeavers