https://bugs.winehq.org/show_bug.cgi?id=56213
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- I tried to reproduce this crash. And I received it even with the wine-8.0.2 winehq packages, with similar last frames in xul.dll.
In stdout is following visible: 0024:fixme:seh:fpe_handler untested SIMD exception: 0x4. Might not work correctly
The exception code 0xc00002b5 translates to STATUS_FLOAT_MULTIPLE_TRAPS. And the instruction in the backtrace is e.g. "mulss %xmm3, %xmm2".
Is this maybe a incompatibility of wine-gecko with how this application configures the floating point exceptions?
As this happens also with wine-8.0.2 this seems to be no regression. And like notes the AppDB page state, when doing winetricks ie7 this crash does no longer happen. Afterwards plenty of "Internet Explorer Script Error" windows get created. This can be avoided by: winetricks jet40 (which includes mdac27 and wsh57)
Do you still have your old wineprefix? Are there in "c:/Program Files/Internet Explorer" other files near iexplore.exe?