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!
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:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Fedora 39 x86_64 | Apr 03 2024 | 9.4 | Yes | No | Yes | Garbage | Swiftb0y |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.