VB application Freeze after some time

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lambertlu
Newbie
Newbie
Posts: 1
Joined: Tue Feb 25, 2020 3:38 pm

VB application Freeze after some time

Post by lambertlu »

I try to run a VB application in Wine 5.0 stable.

My Environment is:

Ubuntu 16.04 x64 with 32-bit wine prefix.
# WINEARCH=win32 winecfg
Install wine-mono wine-gecko by following the winecfg windows 7.

# winetricks ie8

Then install the VB application.

The program can start and run but it output lots of message and freeze after a while.

0009:fixme:olepicture:OleLoadPictureEx (03945544,50326,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032F490), partially implemented.

0009:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\msimtf.dll"
0009:err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc} could be created for context 0x401

0009:err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
0009:err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1

0009:err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash

By searching I try to fix it by:
winetricks mdac28
winetricks jet40
winetricks vb5run

But no luck.

Even: 32bit dao360.dll from win7 or so (mine is version 03.60.9756.0), and put it into drive_c/Program Files/Common Files/Microsoft Shared/DAO/ - overwriting the already existing dll created by "winetricks -q jet40"

Much appreciate if any suggestion.
Locked