http://bugs.winehq.org/show_bug.cgi?id=8780
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Version|unspecified |0.9.39. Summary|CreateTypeLib unimplemented |Multiple applications using |(needed for example by |native vbscript/jscript |native vbscript in certain |override need |situations) |oleaut32.CreateTypeLib | |implementation (Visual | |Studio 20XX, Future | |Pinball, ...)
--- Comment #25 from Anastasius Focht focht@gmx.net 2013-01-18 15:34:10 CST --- Hello folks,
this also happens with Visual Studio 20XX (2008, 2010) project wizard when native vbscript/jscript override is used (incomplete builtin).
--- snip --- 002b:Call oleaut32.LoadRegTypeLib(401866a8,0000000a,00000000,00000400,0032b764) ret=6fec8102 ... 002b:Call KERNEL32.LoadLibraryExW(0032b38e L"C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\VsWizard.dll",00000000,0000000b) ret=7e77501f 002b:Ret KERNEL32.LoadLibraryExW() retval=40180000 ret=7e77501f ... 002b:Ret oleaut32.LoadRegTypeLib() retval=00000000 ret=6fec8102 002b:Call oleaut32.CreateTypeLib(00000001,6febfbac L"ConstDeb.tlb",0032b708) ret=6fed5005 002b:fixme:ole:CreateTypeLib (1,L"ConstDeb.tlb",0x32b708), stub! 002b:Ret oleaut32.CreateTypeLib() retval=80004005 ret=6fed5005 ... 002b:Call oleaut32.SysAllocString(06ce0380 L"VC Package not available or not registered") ret=7eace614 002b:Ret oleaut32.SysAllocString() retval=06c238b4 ret=7eace614 ... 002b:Call KERNEL32.RaiseException(e0434352,00000001,00000005,0032e448) ret=791cac08 002b:trace:seh:raise_exception code=e0434352 flags=1 addr=0x7b83aa1b ip=7b83aa1b tid=002b 002b:trace:seh:raise_exception info[0]=80041fff 002b:trace:seh:raise_exception info[1]=00000000 002b:trace:seh:raise_exception info[2]=00000000 002b:trace:seh:raise_exception info[3]=00000000 002b:trace:seh:raise_exception info[4]=79140000 002b:trace:seh:raise_exception eax=7b8267f1 ebx=7b8b96b0 ecx=79140000 edx=0032e328 esi=0032e404 edi=0032e380 002b:trace:seh:raise_exception ebp=0032e358 esp=0032e2f4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 002b:trace:seh:call_vectored_handlers calling handler at 0x791f5a7c code=e0434352 flags=1 --- snip ---
$ wine --version wine-1.5.21-358-ga78b2b2
Regards