When I try to create a 32 bits prefix, I am getting this errors:
Code: Select all
> WINEARCH=win32 WINEPREFIX=/home/gatoso/Office2007 winecfg
wine: created the configuration directory '/home/gatoso/Office2007'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
p11-kit: couldn't load module: /usr/lib/pkcs11/p11-kit-trust.so: /usr/lib/pkcs11/p11-kit-trust.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
fixme:iphlpapi:NotifyAddrChange (Handle 0x10fe8b0, overlapped 0x10fe8bc): stub
wine: configuration in '/home/gatoso/Office2007' has been updated.
err:mscoree:LoadLibraryShim error reading registry key for installroot
is due either to that I am trying to create the prefix as root (this is not the case), or I have installed the 64 bit version of WINE for running a 32-bit application.
I am on OpenSUSE 64 bits, winecfg is included in a package called: wine, it also provides wine64, not wine 32 bits (or, just, wine), it is packaged into another package called: wine-32bit, that is to say:
wine-32bit (1.7.10) package:
/usr/bin/wine
wine (1.7.10) package:
/usr/bin/wine64
/usr/bin/winecfg
Perhaps is this related?