https://bugs.winehq.org/show_bug.cgi?id=51139
--- Comment #37 from Stefan BrĂ¼ns stefan.bruens@rwth-aachen.de --- Unfortunately the log is somewhat short of information.
There are several likely and less likely causes of the crash (which I don't run into): - T@X 2021 has some additional components not included in the more limited "Steuersparbuch" variants. Code not run can't crash - Different graphics drivers - Older graphics drivers.
Possible things to try out:
- Check if the problem is triggered by the Wine unittests. Grab d2d1_test.exe from https://testbot.winehq.org/JobDetails.pl?Key=105160 und run it with wine. It should report no test failures, and of course should not crash.
- Rerun with "WINEDEBUG=+d2d"
- Use "llvmpipe". Run with `LIBGL_ALWAYS_SOFTWARE=1 MESA_EXTENSION_OVERRIDE="-GL_EXT_memory_object" wine ./stman.exe`