error: 80040111

Questions about Wine on Linux
Locked
GeorgF
Newbie
Newbie
Posts: 2
Joined: Sun Mar 11, 2018 4:02 pm

error: 80040111

Post by GeorgF »

I try to run our POS-software with wine. Everything works fine, but if i try to get details of custumers i get the following:

003e:err:eventlog:ReportEventW L"Creating an instance of the COM component with CLSID {62BE5D10-60EB-11D0-BD3B-00A0C911CE86} from the IClassFactory failed due to the following error: 80040111."

Any idea what's the problem?

Thx in advance
GeorgF

Ubuntu 14.04
Wine: 3.0
Prefix: 32bit
Dotnet4 (App uses .net framework)
(POS-software is using a firebird server for the database)
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: error: 80040111

Post by qwertymnb »

Looks like you run into bug https://bugs.winehq.org/show_bug.cgi?id=24641

Try ``winetricks devenum``, that should do the trick I guess
GeorgF
Newbie
Newbie
Posts: 2
Joined: Sun Mar 11, 2018 4:02 pm

Re: error: 80040111

Post by GeorgF »

Hex.
Thx a lot.

That killed the error-message immediately!
Now I have to look for another problem (but maybe it is not a wine problem).
Locked