watchtower library crashed

Questions about Wine on Linux
Locked
gatliffe
Newbie
Newbie
Posts: 1
Joined: Sat Sep 18, 2010 5:34 pm

watchtower library crashed

Post by gatliffe »

Trying to install the watchtower 2014 library, it is install but when it try to start it crashed I try play on linux and just wine by it self I using Debian Sid Sparky Linux wine 1.8 and 1.7 but nothing work I'm posting the log from play on linux please tell me how to get this working Thanks :?

Code: Select all

[11/29/15 09:48:50] - Running wine- --version (Working directory : /usr/share/playonlinux/python)
/usr/share/playonlinux/lib/wine.lib: line 569: wine: command not found

PlayOnLinux logfile
-------------------
Date: 11/29/15 09:48:50

> PlayOnLinux Version
  4.2.9
> uname -a
  Linux shadow 4.2.0-1-586 #1 Debian 4.2.6-1 (2015-11-10) i686 GNU/Linux
> lsb_release -a
  
> wine --version
  
> POL_WINEVERSION
  
> WINEPREFIX
  /home/blue/.PlayOnLinux//wineprefix/Watchtower
> Distribution
  SparkyLinux
> 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, 
OpenGL renderer string: Mesa DRI Intel(R) 965GM x86/MMX/SSE2
> OpenGL libs (Direct rendering testing)
  32bits direct rendering is enabled
  

[11/29/15 09:55:54] - This is a 32bits prefix!
[11/29/15 09:55:58] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/blue/.PlayOnLinux//wineprefix/Watchtower' has been updated.
C:\Program Files
[11/29/15 09:57:16] - Running wine- start /unix /media/blue/WTLIB14E/Setup.exe (Working directory : /media/blue)
[11/29/15 10:04:14] - Running wine- winepath -u C:\\users\\blue\\Desktop (Working directory : /media/blue)
/home/blue/.PlayOnLinux//wineprefix/Watchtower/dosdevices/c:/users/blue/Desktop
[11/29/15 10:06:53] - Running wine-1.7.35 winecfg (Working directory : /usr/share/playonlinux/python)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
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.
fixme:iphlpapi:NotifyAddrChange (Handle 0x166e7e0, overlapped 0x166e7ec): stub
wine: configuration in '/home/blue/.PlayOnLinux/wineprefix/Watchtower' has been updated.
[11/29/15 10:10:23] - Running wine-1.7.35 /media/blue/WTLIB14E/start.exe (Working directory : /media/blue/WTLIB14E)
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.
fixme:dwmapi:DwmIsCompositionEnabled 0x6bccfb14
fixme:iphlpapi:NotifyAddrChange (Handle 0x166e7e0, overlapped 0x166e7ec): stub
wine: configuration in '/home/blue/.PlayOnLinux/wineprefix/Watchtower' has been updated.
fixme:ver:GetCurrentPackageId (0x33fa20 (nil)): stub
wine: Unhandled exception 0x40000015 in thread 38 at address 0xffff0073:0x005fb454 (thread 0038), starting debugger...
[11/29/15 10:11:08] - Running wine-1.7.35 wtlibrary.exe (Working directory : /home/blue/.PlayOnLinux/wineprefix/Watchtower/drive_c/Program Files/Watchtower/Watchtower Library 2014/E)
wine: Unhandled exception 0x40000015 in thread 9 at address 0xffff0073:0x005fb454 (thread 0009), starting debugger...
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: watchtower library crashed

Post by dimesio »

PlayOnLinux is not supported here, and the Wine version it is using is old. Retest in the current development release of plain Wine. You also need to fix this:

Code: Select all

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.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: watchtower library crashed

Post by spoon0042 »

You're also missing gecko, at least for the version of wine that POL is using.

http://wiki.winehq.org/Gecko

As for POL not finding wine, if you're using the debian packages they rename 'wine' to 'wine-development' last I checked. Making a link may work, or there's probably a way to tell POL to look for 'wine-development'. Another option is to use the winehq built packages available here: viewtopic.php?f=8&t=25767
Locked