errors with visual basic application

Questions about Wine on Linux
Locked
spkellco
Newbie
Newbie
Posts: 3
Joined: Mon Dec 03, 2012 1:32 pm

errors with visual basic application

Post by spkellco »

Hi All,

I made a simple Visual Basic application that works fine under Windows 7 but when I try to run it under wine I get the following errors:
err:ole:CoGetClassObject class {0d31fc4d-25cb-4065-b140-263058210bac} not registered
err:ole:create_server class {0d31fc4d-25cb-4065-b140-263058210bac} not registered
err:ole:CoGetClassObject no class object {0d31fc4d-25cb-4065-b140-263058210bac} could be created for context 0x5

I had to install MSVBVM60.DLL with "winetricks vb6run" prior to this.

I'm new to Visual Basic and wine so any advice on getting this running would be much appreciated.

Thanks!
spkellco
Newbie
Newbie
Posts: 3
Joined: Mon Dec 03, 2012 1:32 pm

Re: errors with visual basic application

Post by spkellco »

I seem to have resolved the above issues. Now my app fails when trying to use the soap client. Errors below. Any help is greatly appreciated.

fixme:wininet:InternetLockRequestFile STUB
fixme:msxml:create_node only creating basic node for type 18
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0004,0xc0000010,(nil),0x0001,0x00000000,0x32be4c,(nil)): stub
err:eventlog:ReportEventW L"Analyzing the WSDL file failed"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0003,0xc0000010,(nil),0x0001,0x00000000,0x32beb8,(nil)): stub
err:eventlog:ReportEventW L"An unanticipated error occurred during the processing of this request."
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Locked