Hello! I need this app running in wine badly - http://www.umediaserver.net/umediaserver/index.html - this is a well-written VOD server replacement, which works much better in heavy-loaded networks than VLC. No signs of this application are found in appdb. The application can be freely downloaded from the above link. It consists of two parts - the configurator (UServerConfig.exe), which works well, and the server itself - UMediaServer.exe, which should run as a regular windows service and listen incoming connections on several TCP ports. But when I try to run it in wine, the following errors occur: vlad@serv2:~/.wine/drive_c/Program Files/UnrealStreaming/UMediaServer$ /usr/local/bin/wine UMediaServer.exe fixme:ole:CoInitializeSecurity (0x671198,-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! err:ole:CoGetClassObject class {88d969c1-f192-11d4-a65f-0040963251e5} not registered err:ole:CoGetClassObject class {88d969c1-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class {88d969c1-f192-11d4-a65f-0040963251e5} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {88d969c1-f192-11d4-a65f-0040963251e5} could be created for context 0x17 err:ole:CoGetClassObject class {f5078f33-c551-11d3-89b9-0000f81fe221} not registered err:ole:CoGetClassObject class {f5078f33-c551-11d3-89b9-0000f81fe221} not registered err:ole:create_server class {f5078f33-c551-11d3-89b9-0000f81fe221} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {f5078f33-c551-11d3-89b9-0000f81fe221} could be created for context 0x17 fixme:advapi:RegisterEventSourceW ((null),L"UMediaServer"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x7e56ea1c,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:ole:CoResumeClassObjects stub fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a err:service:service_control_dispatcher failed to create pipe for L"UMediaServer", error = 317 I have the latest wine version (0.9.61). This error occurs in previous versions too. Can anyone suggest anything please? Any hopes at all? Maybe some native dlls could help? Thank you a lot and best regards!