We're back! (IN POG FORM)
Quick (and harmless) way to simulate an attack and reproduce the bug: - run amule from the command line - set video player to "vlc" in the preferences - start downloading a file (use the search tool to find a small txt file) - pause download using right click -> Pause - rename file to '-vvvv.avi (with a leading tick) using right click -> Show File Details - resume download, wait for completion - double click on the file - you should see VLC's very verbose debug messages in amule's console, indicating that it has been called with -vvvv.avi as an extra argument, increasing its verbosity
The following fix works, though (tested with 2.2.5): rawFileName.Replace(QUOTE, wxT("\\") QUOTE);
Didn't try the suggested fix
or there will be a 2.2.6?
Then there's a problem, right?
Quote from: Stu Redman on July 26, 2009, 02:30:00 PMDidn't try the suggested fixCould you please?
Fix works. No super-verbose messages, and file is actually played back (I downloaded an mp3). I've tried '-vvvv.avi and Bla'-vvvv Bla.avi Don't know if there are other constellations thinkable.
Don't know yet. Last release was almost 3 months ago, and this is the second patch affecting 2.2.5 I consider serious.