http://bugs.winehq.org/show_bug.cgi?id=18592
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |FIXED
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello Jarkko,
--- quote --- I am getting errorbox:
"Failed to init application object (code 3)."
Don't know really what I should do next. --- quote ---
that's expected.
When you install/start applications always pay attention to terminal output.
--- snip --- err:ole:CoGetClassObject class {00000100-0000-0010-8000-00aa006d2ea4} not registered err:ole:CoGetClassObject no class object {00000100-0000-0010-8000-00aa006d2ea4} could be created for context 0x1 --- snip ---
If you don't know what component certain CLSIDs belong to, use web search.
This CLSID belongs to Microsoft Data Access Objects (DAO)
To shorten the (re)search even more you could use "00000100-0000-0010-8000-00aa006d2ea4 winetricks" which should already give you the proper winetricks recipe in most cases.
This bug was probably fixed a long time ago (after 'msxml3 dcom98' recipes were not required anymore).
Comment #4 indicates OP didn't install required DAO prerequisite.
-> winetricks -q mfc42 -> winetricks -q jet40
The invisible account and password text field content is already covered by bug 5162
Regards