https://bugs.winehq.org/show_bug.cgi?id=52206
Bug ID: 52206 Summary: Logos 9 Bible Software (.NET 4.7 app) regression external links no longer load web browser Product: Wine Version: 6.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: johnpgoodman@gmail.com Distribution: ---
Clicking on a link in the home page causes it to open in the system's default browser. This worked in 6.17 but no longer works in 6.20. I'll do a bisect asap.
---Install Guide--- The app is a bit like kindle in so much as the engine is free but the resources cost so there is a free download. Unlike kindle it has many advanced research features and books link together etc. The main app is free but there are paid features, resources and subscriptions. To use the app you need a free account https://www.logos.com/product/194909/logos-9-basic. It uses a downloader app which last I tried doesn't work with wine. The actual msi link is https://downloads.logoscdn.com/LBS9/Installer/9.6.0.0024/Logos-x64.msi
---Manual Install Procedure:--- 1 Install wine 6 or newer 2 winetricks corefonts 3 winetricks settings fontsmooth=rgb 4 winetricks dotnet48 5 winetricks settings renderer=gdi (you might need to set the reg key manually) 6 Install the Logos.msi download but don't run it. 7 wine64 reg add "HKCU\Software\Wine\AppDefaults\LogosIndexer.exe" /v Version /t REG_SZ /d vista /f 8 Run Logos and sign in with your free account.
---GUI Install Script--- There is a script which downloads a preconfigured wine bottle and sets it all up in $USER/Logos_BibleP directory which you can then easily remove etc. https://github.com/ferion11/LogosLinuxInstaller/releases Choose fast install without wine AppImage.
https://bugs.winehq.org/show_bug.cgi?id=52206
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- What about with wine-7.0-rc1?
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #2 from m0rvj johnpgoodman@gmail.com --- Not fixed in 7.0rc1. I have a lot of builds on my machine but not all versions. I've tried to narrow it as close as I can. I'll do a proper bisect on monday probably.
https://bugs.winehq.org/show_bug.cgi?id=52206
m0rvj johnpgoodman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |johnpgoodman@gmail.com
--- Comment #3 from m0rvj johnpgoodman@gmail.com --- 72449b76e8e40f1690762545fd2c0021647da140 is the first bad commit commit 72449b76e8e40f1690762545fd2c0021647da140 Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 27 12:33:09 2021 +0200
winebrowser: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
programs/winebrowser/Makefile.in | 2 +- programs/winebrowser/main.c | 227 +++++++++++++++------------------------ 2 files changed, 87 insertions(+), 142 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=52206
m0rvj johnpgoodman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |72449b76e8e40f1690762545fd2 | |c0021647da140
https://bugs.winehq.org/show_bug.cgi?id=52206
m0rvj johnpgoodman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=52206
m0rvj johnpgoodman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #4 from m0rvj johnpgoodman@gmail.com --- Clicking a link gives the following terminal output: 0200:fixme:file:ReplaceFileW Ignoring flags 2 0138:fixme:exec:SHELL_execute flags ignored: 0x00000100 0324:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0324:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0324:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0324:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0324:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0324:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. Error: no such file ":https://www.logos.com/christmas-sale?utm_source=logos9&utm_medium=appmes..."
The actual URL is: https://www.logos.com/christmas-sale?utm_source=logos9&utm_medium=appmes...
So it appears that since the commit an extra : is inserted at the start of the URL?
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #5 from m0rvj johnpgoodman@gmail.com --- Bug also affects http:// urls in addition to the https:// ones.
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #6 from m0rvj johnpgoodman@gmail.com --- This actually appears to affect all apps. E.g. the about page in winecfg has a link to https://www.winehq.org/ which doesn't work following the regression commit. I wonder if it affects lots of apps whether it can be fixed in time for the 7 release?
https://bugs.winehq.org/show_bug.cgi?id=52206
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- It works fine for me, for winecfg link:
0108:trace:winebrowser:wmain opening L"https://www.winehq.org/" 0108:trace:winebrowser:launch_app Trying "/usr/bin/open" "https://www.winehq.org/"
That opens browser window. On Debian the links are /usr/bin/open -> /etc/alternatives/open -> /usr/bin/xdg-open.
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #8 from m0rvj johnpgoodman@gmail.com --- I'm running Kubuntu 21:10 if that helps?
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #9 from Hans Leidekker hans@meelstraat.net --- This should be fixed with 2e569060081467361fe32a139366391e0c1734fa.
https://bugs.winehq.org/show_bug.cgi?id=52206
--- Comment #10 from m0rvj johnpgoodman@gmail.com --- Yes I've just checked out, built and tested from 2e569060081467361fe32a139366391e0c1734fa and it works again. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=52206
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2e569060081467361fe32a13936 | |6391e0c1734fa Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #11 from Hans Leidekker hans@meelstraat.net --- Thanks, fixed with 2e569060081467361fe32a139366391e0c1734fa.
https://bugs.winehq.org/show_bug.cgi?id=52206
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Logos 9 Bible Software |Logos 9 Bible Software |(.NET 4.7 app) regression |(.NET 4.7 app) external |external links no longer |links don't open web |load web browser |browser
https://bugs.winehq.org/show_bug.cgi?id=52206
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.0-rc2.
https://bugs.winehq.org/show_bug.cgi?id=52206
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gordon.lack@dsl.pipex.com
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 51967 has been marked as a duplicate of this bug. ***