https://bugs.winehq.org/show_bug.cgi?id=47256
Bug ID: 47256 Summary: DigilockMF1 crashes after login in Product: Wine Version: 4.8 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
This is a small VB6 program using MS Access ODBC.
For it to start up properly, and not complain about being unable to open the database you need to work around a few issues:
WINEARCH=win32 winetricks -q vb6run mdac28 jet40 install https://www.microsoft.com/en-us/download/details.aspx?id=5793 (in mode win98)
Then you can login (Code: 0, Password: <blank>), and it crashes.
I didn't open bugs for the worked around issues because they are known big deficiencies of wine already (correct me if I'm wrong).