Logos Bible Software is a digital library application designed for electronic Bible study. In addition to basic eBook functionality, it
includes extensive resource linking, note-taking functionality, and
linguistic analysis for study of the Bible both in translation and in
its original languages. It is developed by Faithlife Corporation. Logos
Bible resource catalog includes more than 43,000 titles related to the
Bible from 200 publishers, including Baker, Bantam, Catholic University
of America Press, Eerdmans, Harvest House, Merriam Webster, Moody Press,
Oxford University Press, Thomas Nelson, Tyndale House, and Zondervan.
Logos also recently published its own Lexham Bible Reference series,
featuring new scholarship on the original Biblical languages. (edited
from Wikipedia)
Application Details:
Version: | Logos / Verbum 10 |
License: | Retail |
URL: | http://www.logos.com |
Votes: | 200 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 9.10 |
Maintainers: About Maintainership
What works
Almost everything
What does not
Printing doesn't work.
Media playback doesn't work
speak aloud doesn't work
Workarounds
Had to install various things including icu.
See https://github.com/FaithLife-C...
What was not tested
Logos pro features ( i don't have a license.)
Hardware tested
Graphics:
Additional Comments
Most up to date installer and guides are here: https://github.com/FaithLife-C...
This was latest version of Logos 10 (34.1) May 2024
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | SteamOS 3.x | Jun 25 2024 | 9.10 | Yes | Yes | Yes | Silver | John Goodman | |
Show | Linux Mint 21.3 | Feb 19 2024 | 9.0 | No | Not installable | No | Garbage | Randy | |
Show | SteamOS 3.x | Oct 10 2022 | 7.18-staging | Yes | Yes | Yes | Silver | John Goodman |
Bug # | Description | Status | Resolution | Other apps affected |
47837 | Logos 8 Bible Software (.Net 4.7.2 app) has graphics glitches | UNCONFIRMED | View | |
47905 | Logos 8 Bible Software (.NET 4.7 app) fails to play media (crashes in MF/EVR) | NEW | View | |
47922 | Logos 8/9 Bible Software (.NET 4.7 app) crashes when using 'Read Aloud / System Narrator' on selected passage | NEW | View | |
49767 | Logos 8 Bible Software (.Net 4.7 app): All existing resources are deleted during app update | RESOLVED | WORKSFORME | View |
52380 | Logos Bible Software (.NET app) menus glitching, flickering and not showing | UNCONFIRMED | View | |
53354 | Wine should provide icu.dll | UNCONFIRMED | View | |
53580 | Logos 9 Bible Software printing doesn't work in Win10 mode | UNCONFIRMED | View | |
54870 | Logos Bible 10 (dotnet 6) crashes trying to load image | UNCONFIRMED | View |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Stefan Damm on Monday June 24th 2024, 5:38
open a terminal (e.g. bash) in your wine prefix drive_c
execute
wget github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-Win64-MSVC2022.zip
unzip icu4c-75_1-Win64-MSVC2022.zip
cd bin64/
cp *.dll ../../windows/syswow64/
cd ../../windows/syswow64
ln -s icudt75.dll icudt.dll
ln -s icuin75.dll icuin.dll
ln -s icuio75.dll icuio.dll
ln -s icutu75.dll icutu.dll
ln -s icuuc75.dll icuuc.dll
What this does is download an official icu release and copy the dlls to the syswow directory (where they are in windows 10).
by Stefan Damm on Saturday June 29th 2024, 17:12
It is good enough to get past the installer but not fitting enough to run Logos.
by John Goodman on Saturday June 29th 2024, 20:13
Can you confirm that your suggestion works? With which wine version? Which Logos / Verbum version please?
by Stefan Damm on Sunday June 30th 2024, 9:59
Logos Version 34.1
It only installs afterwards Logos crashes shortly after start.
I tried the Windows versions of the icu DLLs but it would crash with them even before showing the Version.
To test further I built a libicu52 with VS2022 (first accidentally as debug version).
The funny thing is Logos would start using this Version but crash after some Seconds while having some String Artefacts (what would be expected from icu problems)
After checking with strace i noticed that the VCRuntime needed for the icu I built was missing.
Then switched to the release Version and installed the Runtime just to find that it now crashes with Segfault before the Version screen.
I also cannot get the Debugger to break on the Segfault so I know what causes it...
by John Goodman on Sunday June 30th 2024, 17:44
Also there is a pull request for the installer which adds this. We should have it tested and rolling out very soon but you can do it manually.