For it to render text, I had to install corefonts with Winetricks, and now I run into this issue. From what I can tell, it happens because of DirectShow. Installing native DirectShow with Winetricks makes Lockdown unable to capture the webcam. Using native quartz.dll alone makes it show a plain green output.
Any idea how to fix this? Here is a snippet that might relevant due to it being large:
Code: Select all
0140:fixme:combase:RoGetActivationFactory (L"Windows.Media.ClosedCaptioning.ClosedCaptionProperties", {10aa1f84-cc30-4141-b503-5272289e0c20}, 02DAF2A4): semi-stub
0140:fixme:media:captions_get_FontSize iface 6AF13020, value 02DAF2A0 semi-stub.
0140:fixme:media:captions_get_FontEffect iface 6AF13020, value 02DAF29C semi-stub.
0140:fixme:media:captions_get_FontStyle iface 6AF13020, value 02DAF298 semi-stub.
0140:fixme:media:captions_get_FontColor iface 6AF13020, value 02DAF294 semi-stub.
0140:fixme:media:captions_get_FontOpacity iface 6AF13020, value 02DAF290 semi-stub.
0140:fixme:media:captions_get_BackgroundColor iface 6AF13020, value 02DAF28C semi-stub.
0140:fixme:media:captions_get_BackgroundOpacity iface 6AF13020, value 02DAF288 semi-stub.
0140:fixme:media:captions_get_RegionColor iface 6AF13020, value 02DAF284 semi-stub.
0140:fixme:media:captions_get_RegionOpacity iface 6AF13020, value 02DAF280 semi-stub.
0140:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x878,0x2daee20,0x00000010,(nil)) stub
0140:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x878,0x2daee20,0x00000010,(nil)) stub
0140:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x878,0x2daf140,0x00000010,(nil)) stub
0490:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub
048c:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub
045c:fixme:thread:QueryThreadCycleTime (FFFFFFFE,04E9FBC8): stub!
0140:fixme:combase:RoGetActivationFactory (L"Windows.Media.ClosedCaptioning.ClosedCaptionProperties", {10aa1f84-cc30-4141-b503-5272289e0c20}, 02DAF2A4): semi-stub
0140:fixme:media:captions_get_FontSize iface 6AF13020, value 02DAF2A0 semi-stub.
0140:fixme:media:captions_get_FontEffect iface 6AF13020, value 02DAF29C semi-stub.
0140:fixme:media:captions_get_FontStyle iface 6AF13020, value 02DAF298 semi-stub.
0140:fixme:media:captions_get_FontColor iface 6AF13020, value 02DAF294 semi-stub.
0140:fixme:media:captions_get_FontOpacity iface 6AF13020, value 02DAF290 semi-stub.
0140:fixme:media:captions_get_BackgroundColor iface 6AF13020, value 02DAF28C semi-stub.
0140:fixme:media:captions_get_BackgroundOpacity iface 6AF13020, value 02DAF288 semi-stub.
0140:fixme:media:captions_get_RegionColor iface 6AF13020, value 02DAF284 semi-stub.
0140:fixme:media:captions_get_RegionOpacity iface 6AF13020, value 02DAF280 semi-stub.