I'm trying to help a friend get her favourite VJ-ing software to play nice under Wine, so that we don't have to put Windows (for which we do not have a license) on her laptop. The application actually runs and appears to work ok (I haven't tested the full-screen video output yet), but I get a ton of errors and warnings which I would like to understand and preferably eliminate:
Code: Select all
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
Code: Select all
010c:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UIViewSettings"
Code: Select all
010c:err:ole:com_get_class_object class {4ce576fa-83dc-4f88-951c-9d0782b4e376} not registered
010c:err:ole:create_server class {4ce576fa-83dc-4f88-951c-9d0782b4e376} not registered
010c:err:ole:com_get_class_object no class object {4ce576fa-83dc-4f88-951c-9d0782b4e376} could be created for context 0x6
Code: Select all
010c:err:ole:com_get_class_object class {1f2e109a-8f4f-49e4-9203-135595cb6fa5} not registered
010c:err:ole:create_server class {1f2e109a-8f4f-49e4-9203-135595cb6fa5} not registered
010c:err:ole:com_get_class_object no class object {1f2e109a-8f4f-49e4-9203-135595cb6fa5} could be created for context 0x17
Code: Select all
02dc:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
Code: Select all
042c:err:ole:get_stub_manager_from_ipid not found for ipid {00000039-0000-02e4-bd76-fc0e1ca2ea28}
I am using Wine 8.0 on Debian Bullseye. The VJ application is AVMixer Pro, which is a 64-bit application and uses OpenGL for video. Grateful for any pointers!