Article 5EZ7N Errors running wine on centos 8

Errors running wine on centos 8

by
Shaggy1
from LinuxQuestions.org on (#5EZ7N)
System info
=============
Code:$ cat /etc/centos-release
CentOS Linux release 8.3.2011

$ uname -a
Linux localhost.localdomain 4.18.0-240.1.1.el8_3.x86_64 #1 SMP Thu Nov 19 17:20:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Hi

I am attempting to install wine on my centos 8 system. I followed the instructions to download, build and install it from this link:
https://linux.r2schools.com/how-to-i...os-8-and-rhel/
and this seems to have gone through fine.

However I am having some troubles running and configuring it.

First, I downloaded wine-5.0.2.tar.xz, but after installation I noticed there was another version of wine in /bin:
Code:$ which wine64
/bin/wine64Code:$ ls -al /bin*
lrwxrwxrwx. 1 root root 7 Nov 3 15:22 /bin -> usr/binCode:$ wine64 --version
wine-4.0.4I assume the version I installed was installed in /usr/local/bin/wine64 since it seems to be present there:
Code:$ which wine64
/usr/local/bin/wine64
[larry@localhost Documents]$ wine64 --version
wine-5.0.2Does anyone know if the version in /bin is also installed as part of the 5.0.2 version ? Or is it one that was there by default ?

If it is a separate version does anyone know how I can remove it ?

I'm not sure how I confirm/test test the wine installation I have installed. When I run 'notepad' as user me it seems to run fine.

Running winecfg as user me, the application does eventually come up, but it spits out the following errors:
Code:$winecfg
wine: created the configuration directory '/home/larry/.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:urlmon:InternetBindInfo_GetBindString not supported string type 20
0017:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0017:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
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
001c:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
001c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
001c:err:mscoree:LoadLibraryShim error reading registry key for installroot
001c:err:mscoree:LoadLibraryShim error reading registry key for installroot
001c:err:mscoree:LoadLibraryShim error reading registry key for installroot
001c:err:mscoree:LoadLibraryShim error reading registry key for installroot
wine client error:0: version mismatch 595/571.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
001c:err:msi:execute_command unable to execute command 1359
001c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
001c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
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)
0022:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0022:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0022:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0022:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0022:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
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 000000006DFA0434
0027:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ed306d, context 0x310590, init_notify 0, handle 0x172fa00): stub
0010:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATIONIf I try to run wine as root I get the following errors:
Code:$ /usr/local/bin/wine64 ---version
No protocol specified
0009:err:module:__wine_process_init L"C:\\windows\\system32\\---version.exe" not foundCode:$ /usr/local/bin/wine64 notepad
No protocol specified
0009:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0009:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.Does anyone know what I am missing to cause the errors generated when I run winecfg ?
Do these errors matter, or can they be ignored ?

Does anyone know why I get the errors when I run wine as root ?
And why I get different behaviour when I run as me and root ? (I've tried playing about with the PATH, but still seem to get the same errors as root)latest?d=yIl2AUoC8zA latest?i=LngzwMFB0EY:V23GONmIrxY:F7zBnMy latest?i=LngzwMFB0EY:V23GONmIrxY:V_sGLiP latest?d=qj6IDK7rITs latest?i=LngzwMFB0EY:V23GONmIrxY:gIN9vFwLngzwMFB0EY
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments