Hello. I am trying to run TeleVantage Client 8.00.5556 on Wine but it doesn't work all the way. I have done the following, after some tips here and there: Wine 1.2 under Ubuntu 10.04 in a VMware Player as I am testing. OS version set to Windows 7 Server is running on Windows 2003 on the LAN workgroup and has windows clients today (something I had hoped to change) Client installed through shared folder TeleVantage/netsetup/client.exe winetricks mdac28 (ADODB.Connection.2.8 {00000514-0000-0010-8000-00AA006D2EA4}) sudo apt-get install libcap2-bin (installs setcap) sudo setcap cap_net_raw+epi /usr/bin/wine-preloader When I enter the IP of the server and user info at Log On, I get the message "Could not connect to the server on <IP>. Server components are not installed." When SERVERNAME is used I get "Could not connect to the database on <SERVERNAME>. Please verify the servername and try again." I guess I need to use the IP, as a user wrote about an earlier version in the AppDB. Here's the output when I try to connect: Code: fixme:advapi:LookupAccountNameW L"" L"ejpb" (nil) 0x94e934 (nil) 0x94e938 0x94e92c - stub fixme:advapi:LookupAccountNameW L"" L"ejpb" 0x41c3f0 0x94e934 0x131f80 0x94e938 0x94e92c - stub fixme:advapi:LookupAccountNameW L"" L"SYSTEM" (nil) 0x94e934 (nil) 0x94e938 0x94e92c - stub fixme:advapi:LookupAccountNameW L"" L"SYSTEM" 0x41c6e8 0x94e934 0x131f80 0x94e938 0x94e92c - stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub! fixme:advapi:RegisterEventSourceA ((null),"TvWksSvc"): stub fixme:advapi:RegisterEventSourceW (L"",L"TvWksSvc"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x94e83c,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x132030,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:ole:OaBuildVersion Version value not known yet. Please investigate it ! fixme:ole:OLEFontImpl_IPersistStreamInit_InitNew (0x1666cc), stub! fixme:ole:OLEFontImpl_IPersistStreamInit_InitNew (0x1666cc), stub! fixme:ole:OLEFontImpl_IPersistStreamInit_InitNew (0x15e994), stub! fixme:ole:OLEFontImpl_IPersistStreamInit_InitNew (0x15e994), stub! err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered err:ole:create_server class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {5c63c1ad-3956-4ff8-8486-40034758315b} could be created for context 0x17 err:ole:marshal_object object doesn't expose interface {7fd52380-4e07-101b-ae2d-08002b2ec713}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:marshal_object object doesn't expose interface {37d84f60-42cb-11ce-8135-00aa004bb851}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 fixme:ole:OaBuildVersion Version value not known yet. Please investigate it ! err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 err:ole:CoGetClassObject class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered err:ole:create_server class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {5c63c1ad-3956-4ff8-8486-40034758315b} could be created for context 0x17 fixme:ole:CoCreateInstanceEx () non-NULL pServerInfo not supported! err:ole:create_server class {a6bef5d1-6466-11d1-b866-006097c0e8cc} not registered err:ole:CoGetClassObject no class object {a6bef5d1-6466-11d1-b866-006097c0e8cc} could be created for context 0x4 fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette. fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... It uses DCOM but I have tried it with or without "winetricks dcom98" and a few different Windows versions without luck. A few links I had found: Old thread fom 2004 (http://www.winehq.org/pipermail/wine-users/2004-November/015952.html) AppDB has version 6.10, that seems to get as far as I... (http://appdb.winehq.org/objectManager.php?bShowAll=true&bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&sReturnTo=&iId=9878) Has anybody got this to work or a tip on the errors? Thanks.