WineHQ

GrandMA3 on PC

No Screenshot

Submit Screenshot

2.0.0.4 release of the GrandMA3 onPC software for Windows.

Application Details:

Version: 2.0.0.4
License: Retail
URL: https://www.malighting.com/dow...
Votes: 0
Latest Rating: Garbage
Latest Wine Version Tested: 9.4

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Manufacturer website

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything works apart from the things already broken in the prior 1.8 version (help pages are broken because the built-in chromium crashes, outputting to hardware likely doesn't work as well as it requires a custom driver (untested/unconfirmed)).

What does not

Installing works, however actually starting the application doesn't

Workarounds

For some reason, version 1.9 started to test the signatures of
some loaded binaries. 1.8 Did not exhibit this behavior. The problem can
be worked around by compiling wine from source and patching WinVerifyTrust to always succeed. See patch below:

diff --git a/dlls/wintrust/wintrust_main.c b/dlls/wintrust/wintrust_main.c
index 925ae7ca85a..81ec572d7bf 100644
--- a/dlls/wintrust/wintrust_main.c
+++ b/dlls/wintrust/wintrust_main.c
@@ -684,6 +684,8 @@ static void dump_wintrust_data(WINTRUST_DATA *data)
  */
 LONG WINAPI WinVerifyTrust( HWND hwnd, GUID *ActionID, LPVOID ActionData )
 {
+    return 0;
+
     static const GUID unknown = { 0xC689AAB8, 0x8E78, 0x11D0, { 0x8C,0x47,
      0x00,0xC0,0x4F,0xC2,0x95,0xEE } };
     static const GUID published_software = WIN_SPUB_ACTION_PUBLISHED_SOFTWARE;

What was not tested

I've been able to do more comprehensive testing and can claim that almost everything relevant for most users was tested and works as expected (exluding the issues mentioned previously)

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentFedora 39 x86_64Apr 03 20249.4Yes No YesGarbageSwiftb0y 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show open bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back