Can't Install Logos Bible Software

Questions about Wine on Linux
Locked
TheBuilder77
Newbie
Newbie
Posts: 1
Joined: Thu Aug 29, 2024 4:35 pm

Can't Install Logos Bible Software

Post by TheBuilder77 »

Hello, I'm looking to install Logos Bible Software, and it looks like I'm going to need help. I am pretty new to linux, but I will try to provide as much information as I can about the steps I have tried.

So far I have tried four different methods for installing Logos. The first two methods are for installing Logos 10; the second two are for Logos 9. I would prefer it if Logos 10 would work, but either one would work. All four methods have been tried three times on my laptop without a virtual machine. First I tried them all on Linux mint with KDE plasma. Second, I tried them all on Fedora. Third, I tried them all again on Linux Mint 22 with Cinnamon 6.2.7. This is the setup I am currently using.

Method 1: Installing Logos 10 with Wine.
Since the Logos website wont give me a download for the installer exe, I downloaded it on my windows machine and sent the exe to my linux computer. I am using Wine 9.0~repack-4build3. I have tried right clicking the launcher and opening with wine. This makes the installer popup with a progress bar for downloading setup files that never makes progress. Then the progress bar goes away and I get the error "Logos Bible Study requires Windows to be fully updated. Please install system updates." According to this forum post, someone else had the same issue:
viewtopic.php?t=37310

It looks like they were able to resolve the issue by using winetricks to set the Windows version to windows 10. They also said to set the renderer to gdi with winetricks. I have done both of these, and still I get the exact same error. I am launching the exe from the winetricks gui. I have tried every combination of renderer, windows 10, windows 11, and 64 bit and 32 bit versions of winetricks. Nothing makes any difference, and I always get the same error.

Method 2: Using this GitHub Installer:
https://github.com/ferion11/LogosLinuxInstaller

I have followed the instructions provided on the github post to the letter. I have installed all dependencies that it listed. I have tried installing it from the command line and via gui. Every time I run this program I get the following error:
"Your system is missing xmllint. Please install your distro's xmllint package(s).
The following packages are usually necessary: winbind cabextract libjpeg8."

I have therefore run the commands: "sudo apt install xmllint" "sudo apt install winbind" "sudo apt install cabextract" and "sudo apt install libjpeg8". Some of these seem to install things, but none of them fix the issue. I always get the same error.

Method 3: Installing Logos 9 via PlayOnLinux
The application allows me to search for LogosBibleSoftware and install version 9 of the software on my computer. With this method on Linux Mint, while installing the software, I get stick on the installing microsoft fonts screen. I have left it on the screen for multiple hours, but it just is stuck. On Fedora, I am also able to install it with this method. However, when I launch the application it blinks on for a half a second and then crashes with no errors being reported. Therefore, I updated .Net, thinking that this could be the cause; however, that did not fix the issue on Fedora.

Method 4: Installing Logos 9 via wine
Logos has legacy versions of their software to download here:
https://wiki.logos.com/Logos_Downloads_ ... Verbum_.3a

However, when I try to run the program using Wine, using Bottles, using Winetricks (set to all of the combinations mentioned in Method 1), I always get the error:
"The Microsoft .NET Framework version 4.7.2 is not installed on this computer. Please run LogosSetup.exe to install the .Net framework."

Therefore, I installed .Net 4.7.2 onto my computer and tried all the above methods again, but they still do not work.


So, if anyone has an idea to get any combination of wine version + linux version + logos version that can possibly work to get Logos onto my computer, that would be greatly appreciated. Apparently others have been able to install it, to it is at least possible.
Locked