cckec / winetricks

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

Windowscodec installation fails with status 67 #287

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Attempt to install windowscodec in any wineprefix

When I attempt to install windowscodec, I get this error:

Note: command 'wine wic_x86_enu.exe /passive' returned status 67.  Aborting.

Complete terminal output:

% ~ WINEPREFIX=/home/hildegard/.winescriv ./winetricks windowscodecs
Executing w_do_call windowscodecs
Executing load_windowscodecs
Executing mkdir -p /home/hildegard/.cache/winetricks/windowscodecs
Using native override for following DLLs: windowscodecs
Executing winetricks_early_wine regedit 
C:\windows\Temp\_windowscodecs\override-dll.reg
Executing wine wic_x86_enu.exe /passive
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading 
configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading 
configurations from ~/.fonts.conf is deprecated.
fixme:clusapi:GetNodeClusterState ((null),0x33ec04) stub!
fixme:advapi:DecryptFileA "c:\\9821cd9443e2fbe6ab\\" 00000000
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading 
configurations from ~/.fonts.conf is deprecated.
fixme:setupapi:pSetupGetGlobalFlags stub
------------------------------------------------------
Note: command 'wine wic_x86_enu.exe /passive' returned status 67.  Aborting.
------------------------------------------------------

I've tried installing it to a clean wineprefix, as well, with the same error.

Winetricks: 20120912
Wine: 1.5.14 (compiled with the awesomium patch)
OS: Arch Linux (64 bit, but 32 bit WINE)

Original issue reported on code.google.com by garputhe...@gmail.com on 8 Nov 2012 at 5:45

GoogleCodeExporter commented 8 years ago
That's an X11 bug, see http://bugs.winehq.org/show_bug.cgi?id=32859

Original comment by austinenglish@gmail.com on 29 Jun 2013 at 2:08

GoogleCodeExporter commented 8 years ago
having this issue with wine 1.7 beta installed 4/5/2015 from the PPA on Linux 
Mint 17.1
I have been using Evernote in wine for 2 days now, and now it fails to launch.  
I had to install vcrun2012 to get rid of some errors, I also installed tahoma, 
corefonts, and "sudo apt-get download p11-kit-modules:i386" and extracted and 
copied "sudo cp p11-kit-trust.so /usr/lib/i386-linux-gnu/pkcs11/" which cleared 
up another error, I then tried changing windows versions, and now I get this 
error, for winXP or win7.

$ winetricks windowscodecs
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in 
a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call windowscodecs
Executing load_windowscodecs
Using native override for following DLLs: windowscodecs windowscodecsext
Executing winetricks_early_wine regedit 
C:\windows\Temp\_windowscodecs\override-dll.reg
------------------------------------------------------
Working around wine bug 32859 -- Working around possibly broken libX11
------------------------------------------------------
Executing taskset -c 0 wine wic_x86_enu.exe /passive
fixme:clusapi:GetNodeClusterState ((null),0x32ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\58f8ed9191420312b8\\", 00000000): stub
fixme:setupapi:pSetupGetGlobalFlags stub
------------------------------------------------------
Note: command 'taskset -c 0 wine wic_x86_enu.exe /passive' returned status 67.  
Aborting.
------------------------------------------------------

Original comment by aielle...@gmail.com on 8 Apr 2015 at 2:46