http://bugs.winehq.org/show_bug.cgi?id=18098
Summary: urlmon.AsyncInstallDistributionUnit not implemented (needed MS Java VM) Product: Wine Version: 1.1.19 Platform: Other URL: http://www.microsoft.com/downloads/details.aspx?FamilyID =1dacdb3d-50d1-41b2-a107-fa75ae960856&di OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
with bug 18097 fixed (extrac32.exe utility not present), the Java VM prerequisite installer goes further only to bail on this:
--- snip --- ... 0041:Ret PE DLL (proc=0x67168dbc,module=0x67140000 L"urlmon.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1 0041:Ret KERNEL32.LoadLibraryA() retval=67140000 ret=004b2c84 0041:Call KERNEL32.GetProcAddress(67140000,00492554 "RegisterBindStatusCallback") ret=004b2ca3 0041:Ret KERNEL32.GetProcAddress() retval=67149014 ret=004b2ca3 0041:Call urlmon.RegisterBindStatusCallback(00133b98,00552f70,00000000,00000000) ret=004b2cca ... 0041:Ret urlmon.RegisterBindStatusCallback() retval=00000000 ret=004b2cca 0041:Call KERNEL32.GetProcAddress(67140000,00492528 "AsyncInstallDistributionUnit") ret=004b2c1b 0041:Ret KERNEL32.GetProcAddress() retval=6714892c ret=004b2c1b 0041:Call KERNEL32.RaiseException(80000100,00000001,00000002,0033f684) ret=67168eed 0041:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b84386b ip=0x7b84386b tid=0041 0041:trace:seh:raise_exception info[0]=67168f60 0041:trace:seh:raise_exception info[1]=67168fa5 wine: Call from 0x7b84386b to unimplemented function urlmon.dll.AsyncInstallDistributionUnit, aborting 0041:trace:seh:call_vectored_handlers calling handler at 0x606bbe2a code=80000100 flags=1 0041:trace:seh:call_vectored_handlers handler at 0x606bbe2a returned 0 0041:trace:seh:call_vectored_handlers calling handler at 0x7b8408f7 code=80000100 flags=1 0041:trace:seh:call_vectored_handlers handler at 0x7b8408f7 returned 0 0041:trace:seh:call_stack_handlers calling handler at 0x7b87da31 code=80000100 flags=1 wine: Unimplemented function urlmon.dll.AsyncInstallDistributionUnit called at address 0x7b84386b (thread 0041), starting debugger... ... Backtrace: =>0 0x7b84386b RaiseException+0x83(code=2147483904, flags=1, nbargs=2, args=0x33f684) [/opt/wine/wine-git/dlls/kernel32/except.c:84] in kernel32 (0x0033f5d8) 1 0x7bc5f304 call_entry_point+0x20() in ntdll (0x0033f5fc) 2 0x7bc5f47c relay_call+0x171(descr=0x7b8ca4f4, idx=262959, stack=0x33f660) [/opt/wine/wine-git/dlls/ntdll/relay.c:397] in ntdll (0x0033f64c) 3 0x7b82a6b1 in kernel32 (+0xa6b1) (0x0033f68c) 4 0x67148950 __wine_stub_CoInstall() in urlmon (0x0033f700) err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "msjava.dbg" ("") 5 0x00500e5d in msjava (+0xb0e5d) (0x0033f75c) 6 0x00501477 in msjava (+0xb1477) (0x0033fd18) 7 0x00a60000 (0x0033fe28) 8 0x6032d6de main+0x10a() [/opt/wine/wine-git/dlls/winecrt0/exe_main.c:48] in rundll32 (0x0033fea8) 9 0x6032d5ba __wine_spec_exe_entry+0x6a(peb=0x7ffdf000) [/opt/wine/wine-git/dlls/winecrt0/exe_entry.c:36] in rundll32 (0x0033fee8) 10 0x7b87d9a5 start_process+0x158(arg=(nil)) [/opt/wine/wine-git/dlls/kernel32/process.c:946] in kernel32 (0x0033ffe8) 11 0x6002b997 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000) 0x7b84386b RaiseException+0x83 [/opt/wine/wine-git/dlls/kernel32/except.c:84] in kernel32: subl $4,%esp 84 RtlRaiseException( &record ); ... --- snip ---
Clean WINEPREFIX, no native overrides.
Regards