cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

can not install vcrun2010 #190

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. winetrick vcrun2010
2.
3.

What is the expected output? What do you see instead?

Executing mkdir -p /home/liminal/.cache/winetricks/vcrun2010
Current wine does not have wine bug 23427, so not applying workaround
Using native,builtin override for following DLLs: msvcr100
Executing winetricks_early_wine regedit 
C:\windows\Temp\_vcrun2010\override-dll.reg
Executing wine vcredist_x86.exe
fixme:clusapi:GetNodeClusterState ((null),0x33eb84) stub!
fixme:advapi:DecryptFileA "y:\\14cebfa87c076bebfb679e5acc\\" 00000000
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will 
fail
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, 
{e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fc90, (null), (null), 
0x6cd20188,): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ver:RtlGetProductInfo (6,1,1,0,0x33fa08): stub
This program tried to use a DOMDocument object, but
libxml2 support was not present at compile time.
fixme:ole:CoCreateInstance no instance created for interface 
{2933bf95-7b36-11d2-b20e-00c04f983e60} of class 
{f5078f32-c551-11d3-89b9-0000f81fe221}, hres is 0x80004001
This program tried to use a DOMDocument object, but
libxml2 support was not present at compile time.
fixme:ole:CoCreateInstance no instance created for interface 
{2933bf95-7b36-11d2-b20e-00c04f983e60} of class 
{f5078f32-c551-11d3-89b9-0000f81fe221}, hres is 0x80004001
This program tried to use a DOMDocument object, but
libxml2 support was not present at compile time.
fixme:ole:CoCreateInstance no instance created for interface 
{2933bf95-7b36-11d2-b20e-00c04f983e60} of class 
{f5078f32-c551-11d3-89b9-0000f81fe221}, hres is 0x80004001
fixme:advapi:LsaOpenPolicy ((null),0x33e990,0x00000001,0x33e9b8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:wer:WerReportCreate build report information from scratch for 0x138688
fixme:wer:WerReportAddDump (0x138688, 0x50, (nil), 2, 0x33e2b8, (nil), 0) :stub
fixme:wer:WerReportSetParameter (0x138688, 0, (null), L"Setup") :stub
fixme:imm:ImmDisableIME (-1): stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will 
fail
fixme:advapi:RegisterEventSourceW ((null),L"VSSetup"): stub
fixme:advapi:ReportEventW 
(0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x000000bc,0x3009a1b4,0x71c604
): stub
err:eventlog:ReportEventW L"vssetup"
err:eventlog:ReportEventW L"setup"
err:eventlog:ReportEventW L"unknown"
err:eventlog:ReportEventW L"10.0.30319.1"
err:eventlog:ReportEventW L"1"
err:eventlog:ReportEventW L" "
err:eventlog:ReportEventW L"none_ui_interactive_crash"
err:eventlog:ReportEventW L"0xe06d7363"
err:eventlog:ReportEventW L"0"
err:eventlog:ReportEventW L" "
err:eventlog:ReportEventW L"NIL"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from 
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from 
multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
------------------------------------------------------
Note: command 'wine vcredist_x86.exe' returned status 1.  Aborting.

What version of the product are you using? On what operating system?
1.5 on Gentoo

Please provide any additional information below.

Original issue reported on code.google.com by aljone...@gmail.com on 29 Mar 2012 at 2:27

GoogleCodeExporter commented 8 years ago
This program tried to use a DOMDocument object, but
libxml2 support was not present at compile time.

you need xml support in your wine build.

Original comment by austinenglish@gmail.com on 29 Mar 2012 at 5:40

GoogleCodeExporter commented 8 years ago
yeah it's quite strange both of my last two compiles have been with libxml2 in 
the use flag and still no dice... so was wondering if it was a windows things I 
was missing perhaps...

Original comment by aljone...@gmail.com on 30 Mar 2012 at 2:36