https://bugs.winehq.org/show_bug.cgi?id=37891
Bug ID: 37891 Summary: Firefox 35.0 installer crashes ('INetFwAuthorizedApplication::IpVersion' property accessors are stubs) Product: Wine Version: 1.7.34 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as the summary says.
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+hnetcfg wine ./Firefox\ Setup\ 35.0.exe
log.txt 2>&1
... 0009:Call KERNEL32.CreateProcessA(00000000,00431680 ".\setup.exe",00000000,00000000,00000000,00000000,00000000,00000000,0033fbec,0033fc3c) ret=00411784 ... 002b:Call KERNEL32.__wine_kernel_init() ret=7bc5a88d 0009:Ret KERNEL32.CreateProcessA() retval=00000001 ret=00411784 ... 002f:fixme:hnetcfg:fw_app_put_Name 0x1c39c0, L"Firefox (C:\Program Files\Mozilla Firefox)" ... 002f:fixme:hnetcfg:fw_app_put_Scope 0x1c39c0, 0 002f:fixme:hnetcfg:fw_app_put_IpVersion 0x1c39c0, 2 002f:trace:hnetcfg:fw_app_QueryInterface 0x1c39c0 {df0b3d60-548f-101b-8e65-08002b2bd119} 0x97e018 002f:fixme:hnetcfg:fw_app_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented 002f:Call msvcrt._CxxThrowException(0097dfe8,003e22f0) ret=003e1c55 002f:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0097df84) ret=7d575949 002f:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83b39f ip=7b83b39f tid=002f 002f:trace:seh:raise_exception info[0]=19930520 002f:trace:seh:raise_exception info[1]=0097dfe8 002f:trace:seh:raise_exception info[2]=003e22f0 002f:trace:seh:raise_exception eax=7b827025 ebx=7b8bf000 ecx=19930520 edx=0097ded4 esi=0097df80 edi=0097df40 002f:trace:seh:raise_exception ebp=0097df18 esp=0097deb4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 002f:trace:seh:call_stack_handlers calling handler at 0x3e1f1c code=e06d7363 flags=1 002f:trace:seh:cxx_frame_handler handling C++ exception rec 0x97dec0 frame 0x97e05c trylevel 2 descr 0x3e218c nested_frame (nil) 002f:trace:seh:dump_exception_type flags 0 destr 0x3e1cd0 handler (nil) type info 0x3e22e8 002f:trace:seh:dump_exception_type 0: flags 0 type 0x3e3010 {vtable=0x3e208c name=.?AV_com_error@@ ()} offsets 0,-1,0 size 16 copy ctor 0x3e1ca3 002f:trace:seh:dump_function_descr magic 19930520 002f:trace:seh:dump_function_descr unwind table: 0x3e2120 9 002f:trace:seh:dump_function_descr 0: prev -1 func (nil) 002f:trace:seh:dump_function_descr 1: prev 0 func 0x3e1ee4 002f:trace:seh:dump_function_descr 2: prev 1 func 0x3e1eec 002f:trace:seh:dump_function_descr 3: prev 2 func 0x3e1ef4 002f:trace:seh:dump_function_descr 4: prev 2 func 0x3e1efc 002f:trace:seh:dump_function_descr 5: prev 2 func 0x3e1f04 002f:trace:seh:dump_function_descr 6: prev 5 func 0x3e1f0c 002f:trace:seh:dump_function_descr 7: prev 6 func 0x3e1f14 002f:trace:seh:dump_function_descr 8: prev -1 func (nil) 002f:trace:seh:dump_function_descr try table: 0x3e2178 1 002f:trace:seh:dump_function_descr 0: start 0 end 7 catchlevel 8 catch 0x3e2168 1 002f:trace:seh:dump_function_descr 0: flags 8 offset -60 handler 0x3e1281 type 0x3e3010 {vtable=0x3e208c name=.?AV_com_error@@ ()} 002f:trace:seh:call_catch_block matched type 0x3e22c8 in tryblock 0 catchblock 0 002f:Call ntdll.RtlUnwind(0097e05c,00000000,0097dec0,00000000) ret=7d580125 ... 002f:trace:hnetcfg:fw_manager_Release destroying 0x1c6470 ... 002f:trace:seh:call_catch_block calling catch block 0x3e2168 addr 0x3e1281 ebp 0x97e068 002f:trace:seh:raise_exception code=c0000005 flags=0 addr=0xf7447e06 ip=f7447e06 tid=002f 002f:trace:seh:raise_exception info[0]=00000000 002f:trace:seh:raise_exception info[1]=80004001 002f:trace:seh:raise_exception eax=00000000 ebx=7d5f6000 ecx=00000001 edx=0097d6a8 esi=0097e068 edi=80004001 002f:trace:seh:raise_exception ebp=0097d618 esp=0097d5d4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210287 002f:trace:seh:call_stack_handlers calling handler at 0x7d57fb7f code=c0000005 flags=0 ... --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365266%28v=vs.85%2...
Source: http://source.winehq.org/git/wine.git/blob/ab7a707136997453de5a7ed87828899c4...
--- snip --- 253 static HRESULT WINAPI fw_app_get_IpVersion( 254 INetFwAuthorizedApplication *iface, 255 NET_FW_IP_VERSION *ipVersion ) 256 { 257 fw_app *This = impl_from_INetFwAuthorizedApplication( iface ); 258 259 FIXME("%p, %p\n", This, ipVersion); 260 return E_NOTIMPL; 261 } --- snip ---
Bug 37624 is a similar problem domain: "Adobe CS4 installer fails ('INetFwOpenPort::Name' property accessors are stubs)"
$ sha1sum Firefox\ Setup\ 35.0.exe e80a795d9a379a89296c087c97f0c1ca13157157 Firefox Setup 35.0.exe
$ du -sh Firefox\ Setup\ 35.0.exe 38M Firefox Setup 35.0.exe
$ wine --version wine-1.7.34-20-g6bad163
Regards