http://bugs.winehq.org/show_bug.cgi?id=13631
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com
--- Comment #3 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2008-07-13 13:08:58 --- The first problem is that when winefile is started with a non-existing directory, then the refresh crashes it - e.g. `winefile "c:\windows\abc\qqq"` and F5 crashes winefile. The read_tree_win (called when creating the window) returns a NULL pointer, this NULL is stored and dereferenced during a refresh.
The other problem is that, probably to aviod cycles in filesystem, the "My Documents" directory is not visible when enumerating the profile directory (this also happends in wine cmd when doing the dir command). Winefile treats it as non-existent.
Probably these two problems generate the reported crash. The same thing happens in uTorrent when using "Open file location".