https://bugs.winehq.org/show_bug.cgi?id=45925
--- Comment #2 from Alexander lxndrkrlv@gmail.com --- (In reply to Louis Lenders from comment #1)
Could you add the name of the app to this bugreport, and if it is free/has a trial add a downloadlink? Thanks
I can't provide real app - this is huge and need for App Server, SQL Database, ...
But I attached a small test application with source code. This application on click button on main screen should show WPF PrintDialog. Dialog should contains the list of printers, installed in OS.
.NET code that crashes is very simple:
var pd = new PrintDialog(); pd.ShowDialog();