https://bugs.winehq.org/show_bug.cgi?id=43367 --- Comment #44 from jank9525 <thieujank(a)gmail.com> --- For Grisaia and other troublesome VNs that rely on `quartz` for media playback (openings/endings) To setup, ideally use a clean wineprefix. Download the requisite files of course. You need this for either wineprefix type.
✅ quartz2.dll
+
If you have a 32bit wineprefix ✅ quartz2-win32.reg
OR
If you have a 64bit wineprefix ✅ quartz2-win64.reg
1 Drag and drop quartz2.dll in either: For 32 bit wineprefixes --> `drive_c/Windows/system32` For 64 bit wineprefixes --> `drive_c/Windows/syswow64` 2 Go to the Bash Terminal and type in `wine regsvr32 quartz2.dll`. This will register the quartz2.dll as a system file we can use. 3 Go to the ???????? `Wine Registry`, and click on `Registry` in the Toolbar then `Import Registry File`. Find & import the corresponding .reg file for your wineprefix architecture (32bit vs 64bit) For 32 bit wineprefixes --> `quartz2_win32.reg` For 64 bit wineprefixes --> `quartz2_win64.reg` Done! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.