http://bugs.winehq.org/show_bug.cgi?id=16692
--- Comment #17 from Jan-Peter Nilsson peppe@bsnet.se 2012-04-13 01:21:18 CDT --- (In reply to comment #16)
(In reply to comment #14) Please merge your 2 commits together and send it to wine-patches mailing list. Patches are not picked up from bugzilla.
I'm aware of that, they are not meant for inclusion in their current form. The point was to share what I have found so far, perhaps I should have been more clear about that.
Patch 1 (null pointer dereference): Prevents the crash but does not actually make it work, based on the looks of if a real solution should probably not even get into this code path. So depending on the real solution required to make the application work this may prove to be pointless.
Patch 2 (test): The test is interactive, I believe it should be made non-interactive. It is also incomplete, as previously mentioned, I don't yet know how to get the selected filename out of it, so currently it is only testing the return value. Whatever method TECS is using the get the selected filename is not working, modifying the function to return the expected value is not enough to make it work.