http://bugs.winehq.org/show_bug.cgi?id=59778 --- Comment #17 from Stian Low <wineryyyyy@gmail.com> --- Created attachment 81039 --> http://bugs.winehq.org/attachment.cgi?id=81039 Screenshots for 8c63aa6f-cd14-4c55-b8ad-e5c9aa15e003 registry missing bug and fixes (In reply to dominikgx from comment #14)
In OpenGL and DXVK this is the actual function which seems to be missing? I found it in both logs.
07b0:fixme:ole:CoCreateInstanceEx no instance created for interface {00000000-0000-0000-c000-000000000046} of class {8c63aa6f-cd14-4c55-b8ad-e5c9aa15e003}, hr 0x80131604.
This log indeed is problematic and may be caused by ongoing installer bugs that still need to be fixed: 07b0:fixme:ole:CoCreateInstanceEx no instance created for interface {00000000-0000-0000-c000-000000000046} of class {8c63aa6f-cd14-4c55-b8ad-e5c9aa15e003}, hr 0x80131604. VOCALOID6 installer errors have been reported so despite it seemingly working for some test cases, it should probably not be assumed stable/reliable for wine yet: https://bugs.winehq.org/show_bug.cgi?id=59788 https://bugs.winehq.org/show_bug.cgi?id=56482 Wine ./pfx/system.reg is missing CLSID entry for 8c63aa6f-cd14-4c55-b8ad-e5c9aa15e003 which exists for Windows registry (screenshot) as "Yamaha.VOCALOID.VST.VSTPluginController" which is probably missing because of the installer bugs. Install err logs which may cause registry update to fail: 02e8:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 00007FFFFE20FE80 026c:err:ole:std_release_marshal_data could not map object ID to stub manager, oxid=2680000026c, oid=2 026c:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d Manually creating missing registry entries partially fixes for Windows Bitwig via wine which allows VST to successfully open VOCALOID6 editor (screenshot). These lines were added to wine prefix system.reg to fix the logs and have the VST attempt to launch the Editor: [Software\\Classes\\CLSID\\{8C63AA6F-CD14-4C55-B8AD-E5C9AA15E003}] 1779694646 #time=1dcec19555275cc @="Yamaha.VOCALOID.VST.VSTPluginController" [Software\\Classes\\CLSID\\{8C63AA6F-CD14-4C55-B8AD-E5C9AA15E003}\\InprocServer32] 1779694646 #time=1dcec19555275cc @="C:\\Program Files\\VOCALOID6\\Editor\\VOCALOID6Plugin.comhost.dll" "ThreadingModel"="Both" [Software\\Classes\\CLSID\\{8C63AA6F-CD14-4C55-B8AD-E5C9AA15E003}\\ProgId] 1779694646 #time=1dcec19555275cc @="Yamaha.VOCALOID.VST.VSTPluginController" Linux Bitwig VST fails to open VOCALOID6 Editor and crashes the plugin. Clicking reload plugin button within Bitwig just repeats this fail indefinitely. Linux Ardour succeeds in opening VOCALOID6 Editor but the app goes into not responding state. Windows Ardour via wine crashes when opening VOCALOID Editor. Because Windows Bitwig via wine seems most compatible with VOCALOID6, it may be worth testing first and building off of it since yabridge may be a factor for Linux-based DAW bugs. Just keep in mind that since Windows Ardour crashes also, Windows Bitwig may have additional issues that may require installer fixed first. Also, until causes of VOCALOID6 crashes for new vs old WoW64 is resolved, old seems recommended for progress testing VOCALOID6 support by wine: https://bugs.winehq.org/show_bug.cgi?id=59788 Continuing to work these issues. -- 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.