Fora

Install problem

Manual install

Autor Odpowiedzi
greybeardmike Wednesday 14 September 2016 at 19:20
greybeardmikeAnonymous

I am trying to get one of the last of the windows programs that I use running on Wine so I don't have to use a windows VM.  The program is called LoanShark.  I'm using Linux Mint with xfce.  Here is my debug output.  Thanks.

 

[09/14/16 11:36:26] - Running wine-1.9.18 --version (Working directory : /usr/share/playonlinux/python)
wine-1.9.18

PlayOnLinux logfile
-------------------
Date: 09/14/16 11:36:26

> PlayOnLinux Version
  4.2.10
> uname -a
  Linux mike-desktop 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
  
> wine --version
  wine-1.9.18
> POL_WINEVERSION
  1.9.18
> WINEPREFIX
  /home/mike/.PlayOnLinux//wineprefix/loanshark
> Distribution
  Linux Mint 18 Sarah
> 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: Gallium 0.4 on AMD KABINI (DRM 2.43.0, LLVM 3.8.0)
> OpenGL libs (Direct rendering testing)
  check_dd_x86 missing, test skipped
  check_dd_amd64 missing, test skipped

[09/14/16 11:36:44] - Running wine-1.9.18 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files
[09/14/16 11:37:06] - Running wine-1.9.18 /home/mike/Desktop/LoanShark/LoanShark.exe (Working directory : /)
err:ntdll:RtlpWaitForCriticalSection section 0x4be62cdc "?" wait timed out in thread 0029, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x4be62cdc "?" wait timed out in thread 0029, blocked by 0000, retrying (60 sec)

greybeardmike Friday 16 September 2016 at 7:06
greybeardmikeAnonymous

I managed to find this that may be some useful information by searching the web.  Does this mean anything to anyone?

Access violations in RtlpWaitForCriticalSection when loading a library, is typically caused by the library trying to use LoadLibrary or code outside of kernel32.dll, in DllMain since the OS holds a "loader lock" while calling that routine.

Does this make it a Wine problem rather than a POL problem?