https://bugs.winehq.org/show_bug.cgi?id=44570
tommywatson coder@tommywatson.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #60665|0 |1 is obsolete| |
--- Comment #7 from tommywatson coder@tommywatson.com --- Created attachment 60672 --> https://bugs.winehq.org/attachment.cgi?id=60672 Show explorer bug
Thanks, the patch didn't handle mapped drives, just stopped the crashes, the code down in shell32, UNIXFS_get_unix_path(), returns a different path when you have another mapped drive so explorer ends up just opening "Desktop" in this case.
I have attached a patch that shows the error, it doesn't fix it, just prints an error before it crashes explaining that the item hasn't been initialised, maybe a developer with a little more knowledge of how it's supposed to work can get an idea.