https://bugs.winehq.org/show_bug.cgi?id=42660
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- This is still present with wine-3.5. It crashes in JScript_GetScriptDispatch (line 605). If you add a !This->ctx check and return something the program will show a generic error dialog. If you add !This->ctx on line 605 and change the return value to S_FALSE the trace becomes a lot bigger so it seems the program does a lot more, but still crashes.
Sorry for the very nooby explanation, I just tried some things.