Have a strange issue. Try to manually install a binary. It complains of missing .net 4 full framework.
So downloaded it and started again. Attempt to install .net I get error: This or a higher version of .NET Framework has been already installed on this computer.
As log gives me hint I did a "sudo apt install winbind" - but result keeps same !?!
The log 32:
[12/18/18 11:38:47] - Running wine- --version (Working directory : /usr/share/playonlinux/python)
wine-3.0 (Ubuntu 3.0-1ubuntu1)
PlayOnLinux logfile
-------------------
Date: 12/18/18 11:38:47
> PlayOnLinux Version
4.2.12
> uname -a
Linux user-VirtualBox 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
> wine --version
wine-3.0 (Ubuntu 3.0-1ubuntu1)
> POL_WINEVERSION
> WINEPREFIX
/home/user/.PlayOnLinux//wineprefix/test
> Distribution
Ubuntu 18.04.1 LTS
> glxinfo \| grep rendering
direct rendering: Yes
> glxinfo \| grep renderer
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: llvmpipe (LLVM 6.0, 256 bits)
> OpenGL libs (Direct rendering testing)
check_dd_x86 missing, test skipped
check_dd_amd64 missing, test skipped
[12/18/18 11:38:47] - This is a 32bits prefix!
[12/18/18 11:38:48] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files
[12/18/18 11:39:00] - Running wine- /home/user/Downloads/dotNetFx40_Full_x86_x64.exe (Working directory : /)
0034: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.
[12/18/18 11:42:28] - Running wine- /home/user/Downloads/dotNetFx40_Full_x86_x64.exe (Working directory : /)
---
Maybe it depends on 32/64 bit so I did this with 64bit again:
The complains from the installer are same, but log give me no hint anymore.
log64:
[12/18/18 11:49:25] - Running wine- --version (Working directory : /usr/share/playonlinux/python)
wine-3.0 (Ubuntu 3.0-1ubuntu1)
PlayOnLinux logfile
-------------------
Date: 12/18/18 11:49:25
> PlayOnLinux Version
4.2.12
> uname -a
Linux user-VirtualBox 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
> wine --version
wine-3.0 (Ubuntu 3.0-1ubuntu1)
> POL_WINEVERSION
> WINEPREFIX
/home/user/.PlayOnLinux//wineprefix/test64
> Distribution
Ubuntu 18.04.1 LTS
> glxinfo \| grep rendering
direct rendering: Yes
> glxinfo \| grep renderer
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: llvmpipe (LLVM 6.0, 256 bits)
> OpenGL libs (Direct rendering testing)
check_dd_x86 missing, test skipped
check_dd_amd64 missing, test skipped
[12/18/18 11:49:26] - This is a 64bits prefix!
[12/18/18 11:49:26] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files (x86)
[12/18/18 11:49:33] - Running wine- /home/user/Downloads/dotNetFx40_Full_x86_x64.exe (Working directory : /)
Any idea? Thanks for your input.
BTW: What is best way to start from scratch with Playonlinux? Is it ok to remove all related files in ~ ?
Edited by starbright