problem with application using VB

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Danilo Lujambio

problem with application using VB

Post by Danilo Lujambio »

Hi all

I need to run on a client PC a VB application that connects to a
database hosted on a windows server.

On the client PC is running ubuntu 10.04.
I have tried wine 1.3 (installed from WineHQ) and wine 1.2 (installed
from ubuntu repositories) and I always get the same error:

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 {2206cdb0-19c1-11d1-89e0-00c04fd7a829}
not registered
err:ole:CoGetClassObject no class object
{2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for context 0x1
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d}
not registered
err:ole:CoGetClassObject no class object
{c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1

I verified that there is not network traffic to the server (using wireshark)

From read messages in forums, I tried:

. configure wine to run as Windows 98 and I got the same results
. MDAC28 and mdac27 configured as native and I got the same results

can anyone helps me ?

--
========================================
Ing. Danilo Lujambio
Latinux Sistemas S.A.
Lavalle 426 PA 2
+54-341-4354766
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Did you try winetricks jet40?
Danilo Lujambio

problem with application using VB

Post by Danilo Lujambio »

Thanks !

Here are the things that I have do , maybe they are useful for someone

I started again with a clean wine install (Now I am using wine1.3)
After install wine and winetricks :

winetricks mdac28
winetricks jet40
winetricks vb5run

after these steps, I reinstalled the application from cdrom , and it works !

Thanks again for all of you :-)

El 29/07/11 04:25, Business Kid escribió:
What's screaming to me is that you probably need to run winetricks
<something>
winetricks --help |less and have a look for yourself?

Business Kid

On 28 July 2011 18:34, Danilo Lujambio <[email protected]
<mailto:[email protected]>> wrote:

Hi all

I need to run on a client PC a VB application that connects to a
database hosted on a windows server.

On the client PC is running ubuntu 10.04.
I have tried wine 1.3 (installed from WineHQ) and wine 1.2
(installed from ubuntu repositories) and I always get the same error:

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
{2206cdb0-19c1-11d1-89e0-00c04fd7a829} not registered
err:ole:CoGetClassObject no class object
{2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for
context 0x1
err:ole:CoGetClassObject class
{c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
err:ole:CoGetClassObject no class object
{c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for
context 0x1

I verified that there is not network traffic to the server (using
wireshark)
From read messages in forums, I tried:
. configure wine to run as Windows 98 and I got the same results
. MDAC28 and mdac27 configured as native and I got the same results

can anyone helps me ?

--
========================================
Ing. Danilo Lujambio
Latinux Sistemas S.A.
Lavalle 426 PA 2
+54-341-4354766

--
========================================
Ing. Danilo Lujambio
Latinux Sistemas S.A.
Lavalle 426 PA 2
+54-341-4354766

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Locked