Hi,
I'm running Kubuntu 22.10 + all postfixes, Wine 8.1 staging from your repository (https://dl.winehq.org/wine-builds/ubuntu kinetic/main amd64 Packages), and noticed that URLs are not opened anymore via the call of ShellExecuteW(nullptr, L"open", tszUrl, nullptr, nullptr, SW_NORMAL). Just nothing happens. WineBrowser.exe is set as https handler by default.
$wine winebrowser.exe "https://google.com" works okay and runs my default Linux browser.
ShellExecuteW(nullptr, L"open", "iexplore.exe", tszUrl, nullptr, SW_NORMAL) also works okay.
To reproduce the bug you need to download 64-bit Miranda from https://miranda-ng.org/downloads, unzip or install it into c:\Program Files\Miranda, launch Miranda64.exe, create an empty profile and open Help -> Miranda NG Homepage from the main menu.
WMBR, George Hazan,
Miranda NG maintainer
WineBrowser.exe fails to open links after update to WineHQ 8.x
Re: WineBrowser.exe fails to open links after update to WineHQ 8.x
Confirming.
With wine-staging 8.1, nothing happens when the NG Homepage button is clicked.
With wine-devel 8.2 the button works as expected.
I can't find if wine-staging does this on purpose or if this is a bug.
With wine-staging 8.1, nothing happens when the NG Homepage button is clicked.
With wine-devel 8.2 the button works as expected.
I can't find if wine-staging does this on purpose or if this is a bug.
Re: WineBrowser.exe fails to open links after update to WineHQ 8.x
The icons are visible when the Windows version is set to Windows 2003 or lower.
You can file a bug here.
Code: Select all
winecfg -v win2003
Re: WineBrowser.exe fails to open links after update to WineHQ 8.x
@jkfloris finally I've done it, thanks
https://bugs.winehq.org/show_bug.cgi?id=54906
Cause this code is suppressed in my code that runs under Windows older than Vista+, this command really helps, thanks
https://bugs.winehq.org/show_bug.cgi?id=54906
Cause this code is suppressed in my code that runs under Windows older than Vista+, this command really helps, thanks