ktindle
Thu Aug 23, 2018 4:43:18 pm
Why post in a Zorin forum and not elsewhere? Output of 'wine --version':
wine-3.0 (Ubuntu 3.0-1zorin2)
Yep, your package. From Zorin OS 12.4 Lite 64-bit.
I have installed a 32-bit Windows app in PlayOnLinux which crashes. The app uses runtimes from MS Visual Studio. The DLLs must load for the app to run.
Debug log:
playonlinux.log:0009:err:module:load_builtin_dll failed to load .so lib for builtin L"MSVCR90.dll": /lib/i386-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /usr/lib/wine/../i386-linux-gnu/wine/msvcr90.dll.so)
Wine is trying to load from built-in; it's not using the DLL file right in the same directory as the main executable.
The 'libm' shared object does not contain linker symbols that are sufficiently up to date. It needs to be at least 2.27 however...
Output of 'strings libm-2.23.so | grep GLIBC'
GLIBC_2.0
GLIBC_2.1
GLIBC_2.2
GLIBC_2.4
GLIBC_2.15
GLIBC_2.18
GLIBC_2.23
GLIBC_PRIVATE
GLIBC_2.1.3
It cannot find what it needs because it isn't there. It must find something in the 2.2 series which is up to date.
The wine package does not match the libs installed on path: /lib/i386-linux-gnu
wine-3.0 (Ubuntu 3.0-1zorin2)
Yep, your package. From Zorin OS 12.4 Lite 64-bit.
I have installed a 32-bit Windows app in PlayOnLinux which crashes. The app uses runtimes from MS Visual Studio. The DLLs must load for the app to run.
Debug log:
playonlinux.log:0009:err:module:load_builtin_dll failed to load .so lib for builtin L"MSVCR90.dll": /lib/i386-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /usr/lib/wine/../i386-linux-gnu/wine/msvcr90.dll.so)
Wine is trying to load from built-in; it's not using the DLL file right in the same directory as the main executable.
The 'libm' shared object does not contain linker symbols that are sufficiently up to date. It needs to be at least 2.27 however...
Output of 'strings libm-2.23.so | grep GLIBC'
GLIBC_2.0
GLIBC_2.1
GLIBC_2.2
GLIBC_2.4
GLIBC_2.15
GLIBC_2.18
GLIBC_2.23
GLIBC_PRIVATE
GLIBC_2.1.3
It cannot find what it needs because it isn't there. It must find something in the 2.2 series which is up to date.
The wine package does not match the libs installed on path: /lib/i386-linux-gnu