http://bugs.winehq.org/show_bug.cgi?id=35692
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|ole32 |-unknown Summary|Progrma stops with message |Simulation program |box "Run-time error 429 |'BPwin32.exe' stops with |ActiveX can't create |message box "Run-time error |object". |429 ActiveX can't create | |object".
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello,
please install the app in a clean (new!) WINEPREFIX. Your prefix is definitely _not_ pristine.
What is your Wine version ('wine --version')? What application is this? Is there a download?
Unfortunately +seh alone is not really useful. Please generate a trace log as follows:
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+ole,+variant wine ./foo >>log.txt 2>&1 --- snip ---
and attach it to the bug.
Regards