Application Details:
Version: | 2015 |
License: | Free to use |
URL: | https://www.jw.org/en/online-h... |
Votes: | Marked as obsolete |
Latest Rating: | |
Latest Wine Version Tested: |
Maintainers: About Maintainership
Bug # | Description | Status | Resolution | Other apps affected |
This issue appears on some video cards with Compiz enabled. The workaround is in disabling fade animation for wine tooltips. To do this:
Animations
, open Close animations
tab and double-click line that starts with Fade
.
Window Class
as Type, enter Wine
as Value, select And
as Relation and check Invert.
Add
button and you're done.
If you use Intel graphics and experience blacked out text and interface items in Watchtower Library, (that is, experience bug 24998), you can fix it with following steps:
wine regedit
HKEY_CURRENT_USER/Software/Wine/X11 Driver
. Create it if it does not existClientSideWithRender
and set its value to N
If you see squares instead of text in Watchtower Library on the first run, go to settings (press f2) and change font settings, choosing any font you like. If you see broken characters in interface, you may need to install MS truetype core fonts for web package. To do this
msttcorefonts
package using your packaging system. If it fails:winetricks corefonts
XFCE and some other DE ignore path parameter for desktop and menu launchers. As result, Watchtower Library prior to 2011 does not start when you click these. The simple solution is to change "Command" parameter in launcher to
wine start wtlibrary.exe
There are some initial issues with using the Watchtower Library in Mac. The first issue is
Simple solution: watchtowerlibraryformac.info
Or, you could follow the guide in the WINE wiki about installing Macports (MacOSX Installation). It is recommended that once you have installed MacPorts you need to configure it (How to install & configure Macports)
Do not install WINE but rather install wine-devel sudo ports install wine-devel
for the latest WINE version.
You should also update X11, the default version is 2.3.2 which doesn't display all of the images in the Watchtower Library. The website XQuartz MacOS Forge contains the latest XQuartz (2.6.2). Once XQuartz has been updated you can run the Watchtower Library out-of-the-box with no issues.
To set up an application to run the Watchtower Library from the dock, go to Applications -> Utilities -> AppleScript Editor
Once in the editor copy & paste the following script:
tell application "Terminal" do script "/opt/local/bin/wine ~/.wine/drive_c/Program\\ Files/Watchtower/Watchtower\\ Library\\ 2010/E/WTLibrary.exe" end tell
Click on run to make sure it works and then click on compile if successful and then save the script as an application filetype (Leave startup screen unchecked). Once saved as an application drag it into the dock.
WINE in Mac doesn't seem to look for the DLL files in the same way it normally does. The DLL files it is referring to (Such as uresearch21u.dll) are located in the "MEPS Platform 2.3" folder in the Watchtower directory. However WINE searches for them in the /drive_c/windows/system32 directory. Just copy and paste the contents of the "MEPS Platform 2.3" folder to the "system32" folder to resolve the issue.
If you copy multiline-text and a reference happens to be divided between two lines, the results can be a bit odd. This seems to be by design; wtlib seems to read the clipboard contents line by line. For example, if an article reads:
hechos recientes son más que los de antes" (Rev. 2:
19, 20).
Then wtlib will extract Revelation chapter 2, the entire chapter. This is due to wtlib reading just one line at a time. Now, in linux you can install xclip and run this command after having copied, say for example an entire article:
xclip -o | tr "\n" " " | xclip -selection clipboard -i
The command translates \newlines to spaces. If you do that before going Edit - Fetch from clipboard in wtlib, the correct references are extracted :D (Just Rev. 2:19, 20 in the example above).
You could even stick the command in a script and launch that from a button on your panel, or something.
I don't know how to do this in windows, but could be AutoIt would be a start...
Whether the install process went fine, or if not, what went wrong
Whether the program starts without any tweaks/modifications, or if not, what needs fixing/tweaking.
If the program runs, does the following work, or if not, what has to be done to fix/tweak it?
did I forget something? just edit this note.
The following link will help you to install and use winetricks to load the MS-core fonts needed by the WT Library
https://wiki.winehq.org/Winetricks
Some older versions of wine have issues installing the JW library, need to remove it and install the latest. Do not try to upgrade/update wine, this just causes more problems.
https://wiki.winehq.org/FAQ#How_do_I_uninstall_Wine.3F
The link below should help most people. If you need more help check the Wine Wiki FAQ. It is not a good idea to use Synaptic package manger or the package manager that comes with your Linux distribution. Normally they will load an older version of wine that may have problems with the WT Library
https://www.winehq.org/download
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by lowededwookie on Wednesday February 1st 2017, 0:19
I've installed Winetricks but maybe I've not installed the correct stuff.
Is there a list of what Winetricks are needed to be installed?
by Nils-Eric Wilkman on Wednesday February 1st 2017, 13:06
Library/Properties... (F2)/Text/Font
Regards
Nils-Eric
by Dave Carlson on Thursday February 2nd 2017, 0:35
by lowededwookie on Thursday February 2nd 2017, 0:54
I've already done both but it seems to be an issue with XQuartz or at least something with the Windows display.
All the text looks like horrible 8 bit text
by Daniel on Monday September 26th 2016, 8:46
Watchtower Library was working fine in 2014 edition with Lubuntu 14LTS.
However, Wtlib2015 is not working at all in Lubuntu 16 LTS.
Installation with DVD, all steps goes well, MS packages installed, looks like all is properly working, but once installed, when running the program, pops a message saying system found a problem.
Very probably is a package missing or not installed by default in Lubuntu, but really I don't know why the reason.
I will thank some help.
Regards.
by Nils-Eric Wilkman on Monday September 26th 2016, 12:12
Regards
Nils-Eric
by Daniel on Monday September 26th 2016, 13:26
That is the right answer.
What I did wrong is to install latests packages by mean PlayOnLinux.
However, Once installed as explained here: (wiki.winehq.org/Ubuntu), all is working smoothly in Lubuntu 16.
Thank you so much!!!!
Daniel
by Dave Carlson on Thursday October 27th 2016, 11:43