Issue with WineStable on Ubuntu 14.04

Questions about Wine on Linux
Locked
dancott
Newbie
Newbie
Posts: 2
Joined: Tue Dec 05, 2017 8:43 am

Issue with WineStable on Ubuntu 14.04

Post by dancott »

Hello to everybody.
I installed WineHQ stable from your guide: https://wiki.winehq.org/Ubuntu.
When I try to install an application for Windows Wine crashes. I think this is due to the fact I had installed Gnome Session Fallback on my ubuntu in addiction to Unity and maybe somethins creates a conflict.
Here what terminal gives to me:

Code: Select all

daniele@daniele-ufficio:~$ winecfg
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
As I am a basic user I followed https://askubuntu.com/questions/370737/ ... -with-wine and I made:

Code: Select all

sudo apt-get install p11-kit-modules:i386
Can you help me?

On my laptop (without Gnome) I installed Winehq stable as well on same distro Ubuntu and it works... During the installation of windows software was asked to install two packages (Gecko and another one I don't remember) but on my PC Wine is not working on, nothing was ask for installing when I tried to install the same windows application (MS Money)
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Issue with WineStable on Ubuntu 14.04

Post by Bob Wya »

@dancott,

It's more robust to update an existing WINEPREFIX with:

Code: Select all

wineboot -u
which should update your Wine Mono and Wine Gecko packages as well.

I understand there is some known issues with winecfg in older versions of Wine i.e. not in the current Development branch.

You could also try a clean WINEPREFIX. See: WineHQ FAQ: 6.5.2 Can I store the virtual Windows installation somewhere other than ~/.wine?

You also need to document any issues you are having in a bit more detail (I'm not looking over your shoulder at what you're doing remember)...
Posting terminal output is great - but does any of the Wine builtin applications actually start up?

Code: Select all

wine regedit
wine wordpad
winecfg
etc.

Bob
dancott
Newbie
Newbie
Posts: 2
Joined: Tue Dec 05, 2017 8:43 am

Re: Issue with WineStable on Ubuntu 14.04

Post by dancott »

Hi Bob and thank you for your help.
Here is the output of commands you gave me:

Code: Select all

daniele@daniele-ufficio:~$ wineboot -u
fixme:dwmapi:DwmIsCompositionEnabled 0x6dbd1518
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ebd3de, context 0x8b64e0, init_notify 0, handle 0x119e190): stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x938700, init_notify 0, handle 0x116e7b4): stub
wine: configuration in '/home/daniele/.wine' has been updated.
Regedit and wordpad work. I changed prefix as you asked me:

Code: Select all

daniele@daniele-ufficio:~$ wine regedit
daniele@daniele-ufficio:~$ wine wordpad
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
daniele@daniele-ufficio:~$ winecfg
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
daniele@daniele-ufficio:~$ export WINEPREFIX=~/.wine-new
daniele@daniele-ufficio:~$ wine winecfg 
wine: created the configuration directory '/home/daniele/.wine-new'
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
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:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:dwmapi:DwmIsCompositionEnabled 0x6dbd1518
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ebd3de, context 0x9c64e0, init_notify 0, handle 0x12ae190): stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x938700, init_notify 0, handle 0x116e7b4): stub
wine: configuration in '/home/daniele/.wine-new' has been updated.
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
Locked