https://bugs.winehq.org/show_bug.cgi?id=50042
--- Comment #13 from forinih564@nic58.com --- (In reply to Bruni from comment #6)
--quote-- [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. --quote--
Maybe marshaled exception prevents Invoke from accessing the form thread.
Nikolay, could you please try to suppress the marshaled exception and post renewed stacktrace?
I just noticed this message is printed only after attempting to close the program after the error messagebox shows
if i press continue to the error message then close the program , the message is printed to the console , the program closes but doesn't return control to terminal , i have to kill it via ctrl+c in this case the program is responsive (before closing it) & when pressing the button again, the same error message box appears
if i press quit , the message is printed however the program is still visible & unresponsive , i have to kill it via ctrl+c in terminal