http://bugs.winehq.org/show_bug.cgi?id=4570
------- Additional Comments From hans@it.vu.nl 2006-14-02 07:29 ------- I think dbghelp.dll has nothing to do with the problem. It is needed *after* the application crashes because of missing MDAC. The missing symbol 'regexec' tells me though that your Wine package may not exactly match the distro you are running.
I can get this app to install and run with the following procedure:
$ rm -rf ~/.wine $ wine notepad (to create a new prefix) $ cat >> ~/.wine/system.reg (fake an IE install) [Software\Microsoft\Internet Explorer] "Version"="6.0.2900.2180" ^D (press CTRL-D here) $ WINEDLLOVERRIDES=advpack=n wine MDAC_TYP.EXE (will fail the first time) $ WINEDLLOVERRIDES=advpack=n wine MDAC_TYP.EXE (succeeds the second time) $ wine EN034_EasyTax2005AGKL_1.exe