https://bugs.winehq.org/show_bug.cgi?id=56825
Bug ID: 56825 Summary: Unable to see screen for Harmony Assistant version 9.9.8d (64 bit) Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dheorchestra@gmail.com Distribution: ---
Created attachment 76632 --> https://bugs.winehq.org/attachment.cgi?id=76632 screen shot of installed Harmony Assistant 9.9.8d (64 bit). Cannot see installed program screen.
I am using Linux Lite 7.0
Download Link for Harmony Assistant version 9.9.8d (64 bit) https://www.myriad-online.com/en/products/harmony.htm
When running a new installation of the Windows version of Harmony Assistant v9.9.8d (64-bit) all I receive is a black screen with little white dots on it when the program is installed.
https://bugs.winehq.org/show_bug.cgi?id=56825
Scott dheorchestra@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.myriad-online.c | |om/en/products/harmony.htm
https://bugs.winehq.org/show_bug.cgi?id=56825
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=56825
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Confirming archived here https://web.archive.org/web/20240613075500/https://www.myriad-online.com/win...
0120:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
looks suspicious for a black screen
wine harmony.exe wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available. 0120:fixme:font:find_matching_face Untranslated charset 255 0120:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\??\Z:\usr\share\fonts\truetype\noto\NotoKufiArabic-Regular.ttf" 0120:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub 0120:fixme:font:find_matching_face Untranslated charset 255 0120:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\??\Z:\usr\share\fonts\truetype\noto\NotoKufiArabic-Regular.ttf" 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0130:fixme:ver:GetCurrentPackageId (000000000410FF50 0000000000000000): stub 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0120:fixme:secur32:GetUserNameExW NameFormat 8 not implemented
https://bugs.winehq.org/show_bug.cgi?id=56825
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |19229020416dd8a2c52071d1987 | |130f05ee790de CC| |zzhang@codeweavers.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Keywords| |regression
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com --- The Harmony Assistant window renders properly with wine-8.0, but it appears as black with a few color pixel speckles in wine-9.0 and wine-9.11. Regression testing identified the following commit:
19229020416dd8a2c52071d1987130f05ee790de is the first bad commit commit 19229020416dd8a2c52071d1987130f05ee790de Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Dec 19 11:12:56 2023 +0800
win32u: Create a real bitmap object for display DCs.
TightVNC viewer passes the bitmap object from display DCs to GetDIBits() and expect it to succeed. So merely a bitmap handle no longer suffices. Thus create a real bitmap instead.
Fix a regression from 546cbdc.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54381
https://bugs.winehq.org/show_bug.cgi?id=56825
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #3 from Zhiyi Zhang zzhang@codeweavers.com --- Confirmed. I will take a look.
https://bugs.winehq.org/show_bug.cgi?id=56825
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |zzhang@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=56825
--- Comment #4 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 76943 --> https://bugs.winehq.org/attachment.cgi?id=76943 patch 1/2
https://bugs.winehq.org/show_bug.cgi?id=56825
--- Comment #5 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 76944 --> https://bugs.winehq.org/attachment.cgi?id=76944 patch 2/2
These two patches should fix the bug on top of wine master. Please try.
https://bugs.winehq.org/show_bug.cgi?id=56825
--- Comment #6 from Andrew Nguyen arethusa26@gmail.com --- The patches applied on top of master do resolve the reported issue. The Harmony Assistant interface now renders properly.
I do see other issues with the app, but those should be the subject of a separate bug report.
https://bugs.winehq.org/show_bug.cgi?id=56825
--- Comment #7 from Scott dheorchestra@gmail.com --- Thanks to those involved in working on this issue. Is there a way to add these patches into Wine, or do I need to wait on the next version of Wine?
https://bugs.winehq.org/show_bug.cgi?id=56825
--- Comment #8 from Zhiyi Zhang zzhang@codeweavers.com --- (In reply to Scott from comment #7)
Thanks to those involved in working on this issue. Is there a way to add these patches into Wine, or do I need to wait on the next version of Wine?
I will send a MR very soon.
https://bugs.winehq.org/show_bug.cgi?id=56825
--- Comment #9 from Zhiyi Zhang zzhang@codeweavers.com --- https://gitlab.winehq.org/wine/wine/-/merge_requests/6296
https://bugs.winehq.org/show_bug.cgi?id=56825
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Fixed by SHA1| |77343c3ea1a01272d06fcaa60a4 | |eeafbdb1af1a6
--- Comment #10 from Andrew Nguyen arethusa26@gmail.com --- Fixed with https://gitlab.winehq.org/wine/wine/-/commit/77343c3ea1a01272d06fcaa60a4eeaf...
https://bugs.winehq.org/show_bug.cgi?id=56825
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|zzhang@codeweavers.com |wine-bugs@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=56825
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.16.