Installing vcrun2008

Questions about Wine on macOS.
Locked
BBuk80
Level 1
Level 1
Posts: 5
Joined: Sat Dec 01, 2012 12:35 pm

Installing vcrun2008

Post by BBuk80 »

Mountain Lion 10.8.2 and wine 1.5.19 installed with Macports. Using winetricks i installed d3dx9, vcrun2003 and vcrun2005, but trying to install vcrun2008 I get:

Code: Select all

Michi$ winetricks vcrun2008
Executing w_do_call vcrun2008
Executing load_vcrun2008
Executing mkdir -p /Users/Michi/Library/Caches/winetricks/vcrun2008
Using native,builtin override for following DLLs: msvcr90
Executing winetricks_early_wine regedit C:\windows\Temp\_vcrun2008\override-dll.reg
Executing wine vcredist_x86.exe
fixme:clusapi:GetNodeClusterState ((null),0x32ec44) stub!
fixme:advapi:DecryptFileA "y:\\404e660dd606196962\\" 00000000
err:ntdll:RtlpWaitForCriticalSection section 0x42cc4ab4 "win.c: surfaces_section" wait timed out in thread 0027, blocked by 0000, retrying (60 sec)
wine: Critical section 42cc4ab4 wait failed at address 0x7bc28049 (thread 0027), starting debugger...
Unhandled exception: wait failed on critical section 0x42cc4ab4 in 32-bit code (0x7bc28049).
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc28049
------------------------------------------------------
Note: command 'wine vcredist_x86.exe' returned status 148.  Aborting.
------------------------------------------------------
Process of pid=0025 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process  tid      prio (all id:s are in hex)
0000000e services.exe
	00000021    0
	00000020    0
	00000015    0
	00000010    0
	0000000f    0
MacBook-Pro-di-xxx-xxx:~ Michi$ 00000012 winedevice.exe
	0000001e    0
	0000001a    0
	00000014    0
	00000013    0
0000001b plugplay.exe
	00000022    0
	0000001f    0
	0000001c    0
00000023 explorer.exe
	00000024    0
winedbg: Internal crash at 0x401bfc4c
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing vcrun2008

Post by dimesio »

BBuk80
Level 1
Level 1
Posts: 5
Joined: Sat Dec 01, 2012 12:35 pm

Re: Installing vcrun2008

Post by BBuk80 »

dimesio wrote:Known problem in winetricks: https://code.google.com/p/winetricks/is ... ail?id=268.
Actually I was able to install it just fine with wine 1.4.1 and 1.5.17...probably I was just lucky.^^
No workaround either?
Thank you anyway :)
Locked