https://bugs.winehq.org/show_bug.cgi?id=49621
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- Some additional info: As tableau uses Qt, a little google search showed there are actually options to turn off dwrite in Qt: https://doc.qt.io/qt-5/qguiapplication.html
I tested a bit and the following options make Tableau start fine into loginscreen:
wine tableau.exe -platform windows:nodirectwrite
wine tableau.exe -platform windows:fontengine=freetype
Knowing these options might also be handy for other apps that use Qt.
Starting just "wine tableau.exe" makes it still crash in wine-5.14;
Regards