http://bugs.winehq.org/show_bug.cgi?id=59778 --- Comment #11 from Stian Low <wineryyyyy@gmail.com> --- (In reply to dominikgx from comment #10)
Created attachment 81030 [details] Logfile of VOCALOID6 VST3 with "VOCALOID module initialization failed" error message
With VST rendering is fixed, it seems the remaining bugs to fix may involve these logs included for your first report which still remain: 18:46:08 [VOCALOID VSTi-4RYfuvwy] [Wine STDERR] 0724:err:ole:com_get_class_object class {8c63aa6f-cd14-4c55-b8ad-e5c9aa15e003} not registered 18:46:08 [VOCALOID VSTi-4RYfuvwy] [Wine STDERR] 0724:err:ole:create_server class {8c63aa6f-cd14-4c55-b8ad-e5c9aa15e003} not registered 18:46:08 [VOCALOID VSTi-4RYfuvwy] [Wine STDERR] 0724:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 18:46:08 [VOCALOID VSTi-4RYfuvwy] [Wine STDERR] 0724:err:ole:com_get_class_object no class object {8c63aa6f-cd14-4c55-b8ad-e5c9aa15e003} could be created for context 0x17 VST may need CLSCTX_REMOTE_SERVER to communicate with VOCALOID6 standalone Editor but that mechanism seems not very well supported for wine yet given this block of code responsible for creating that log: /* Finally try remote: this requires networked DCOM (a lot of work) */ if (clscontext & CLSCTX_REMOTE_SERVER) { FIXME ("CLSCTX_REMOTE_SERVER not supported\n"); hr = REGDB_E_CLASSNOTREG; } The comment suggests that it may be "a lot of work" to support it but I'll try to get something working. -- 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.