http://bugs.winehq.org/show_bug.cgi?id=17229
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com 2012-06-09 14:07:32 CDT --- Created attachment 40461 --> http://bugs.winehq.org/attachment.cgi?id=40461 patch to make it work
The attached patch will make the game load files and run. I'm not sure if it's correct or not, the main problem is that ofn->lpstrFile is NULL so the functions PathFindFileNameA and PathFindExtensionA also return NULL. I don't know how it ended up being NULL which is probably the cause of the bug.