cckec / winetricks

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

vcrun2008 fails to complete properly #268

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To reproduce, simply download the latest svn (version 20120819 as of this 
writing) and run the verb "vcrun2008".
Instead of completing properly, the initial dialog pops up but it crashes as 
soon as the user hits the "Next" button.

Operating system is Fedora 17 x86, and wine version is 1.5.11. 05/9/2012.

The complete output of the command being run is as follows:
$ winetricks vcrun2008  
Executing w_do_call vcrun2008
Executing load_vcrun2008
Executing mkdir -p /home/robert/.cache/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),0x32ec04) stub!
fixme:advapi:DecryptFileA "c:\\57c60ef5be12340b7925ebf0b297836b\\" 00000000
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33f2f8,0x00000001,0x33f2e4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4553b6
------------------------------------------------------
Note: command 'wine vcredist_x86.exe' returned status 5.  Aborting.
------------------------------------------------------

$ echo 'RAGE'

Original issue reported on code.google.com by TinkerT...@gmail.com on 6 Sep 2012 at 4:18

GoogleCodeExporter commented 8 years ago
Works fine here in wine-1.5.15-249-g8392a85

Original comment by austinenglish@gmail.com on 23 Oct 2012 at 1:53

GoogleCodeExporter commented 8 years ago
nope it doesnt work

Original comment by iDiver...@gmail.com on 3 Sep 2013 at 5:12

GoogleCodeExporter commented 8 years ago
austin@aw25 ~ $ rm -rf .wine
austin@aw25 ~ $ winetricks vcrun2008 ; echo $?
Executing w_do_call vcrun2008
Executing load_vcrun2008
Using native,builtin override for following DLLs: msvcm90 msvcp90 msvcr90 
vcomp90
Executing winetricks_early_wine regedit 
C:\windows\Temp\_vcrun2008\override-dll.reg
Executing wine vcredist_x86.exe
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\e631d336173bfe457f216a144b8487\\", 00000000): 
stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
0
austin@aw25 ~ $ wine --version
wine-1.7.1-57-g376af32

Winetricks doesn't do anything special here, if it's failing for you, it's 
likely a wine bug (though without more info, it's hard to say). Try in 1.7.0, 
in a clean WINEPREFIX.

Original comment by austinenglish@gmail.com on 3 Sep 2013 at 10:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Works fine here too. wine-1.7.1-96-g050a46f

Original comment by ImWellCu...@gmail.com on 5 Sep 2013 at 6:20

GoogleCodeExporter commented 8 years ago
Please try to use wine version of mscoree instead of windows version. This 
fixed the issue for me.
This also fixed vcrun2010 installation for me.

Original comment by Henry.Hu...@gmail.com on 1 Apr 2014 at 11:19