http://bugs.winehq.org/show_bug.cgi?id=23949
--- Comment #1 from Jerome Leclanche adys.wh@gmail.com 2010-08-09 05:42:21 ---
(01:22:19 PM) zezula: ah. Well, the error box is created by another thread than the main UI thread. That is probably the problem. Seems like WINE cant have that situation well (01:22:40 PM) zezula: The entire threads versus windows stuff in total mess in Windows (01:23:00 PM) zezula: it somehow works properly, but I can imagine that WINE might have troubles with it (01:23:36 PM) zezula: the thing is, that MPQ Editor creates a window (i.e. message box with the error message) from thread B, and makes it a child of the progress window, which has been created by thread A