Problem running winecfg

Questions about Wine on Linux
Locked
Jabbadabbadahat
Newbie
Newbie
Posts: 2
Joined: Sun Sep 16, 2018 4:57 pm

Problem running winecfg

Post by Jabbadabbadahat »

Can you help me fix that problem while running wine?!

Code: Select all

bob@bob-Lenovo-G40-30:~$ winecfg
wine: created the configuration directory '/home/bob/.wine'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0017:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
001b:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
001b:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
001b:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0010:err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
0010:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0010:fixme:dwmapi:DwmIsCompositionEnabled 0x6dbd1518
001d:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ebd3de, context 0x8d6570, init_notify 0, handle 0x11cfa10): stub
wine: configuration in '/home/bob/.wine' has been updated.

Code: Select all

bob@bob-Lenovo-G40-30:~$ wineserver -d2 -f
sock_init: shutdown() causes EOF
wineserver: starting (pid=2098)
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
Not saving clean key \\Machine
Not saving clean key \\User\\.Default
Not saving clean key \\User\\S-1-5-21-0-0-0-1000
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem running winecfg

Post by dimesio »

Most of that terminal output looks normal for wineprefix creation, except for

Code: Select all

0010:err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
0010:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
You should fix that, as it will prevent some apps from working, but it shouldn't affect winecfg.

What exactly is not working in winecfg?
Jabbadabbadahat
Newbie
Newbie
Posts: 2
Joined: Sun Sep 16, 2018 4:57 pm

Re: Problem running winecfg

Post by Jabbadabbadahat »

The window does not appear at all
Locked