Custom Query (8142 matches)
Results (136 - 138 of 8142)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4017 | fixed | Opening Site Manager causes crash | ||
Description |
I am currently running FileZilla 3.1.5.1 but this issue has been happening on previous versions as well. When I try to open the site manager (either from the File Menu, toolbar icon, or CTRL+S shortcut) FileZilla crashes. The Vista crash information is as follows: Problem signature:
I am able to use the rest of the application but just can't have saved sites. If there is any further information that you would like I'd be happy to update the incident. |
|||
#4028 | fixed | Incorrect usages of memset function | ||
Description |
We've detected following issues in sources from https://filezilla.svn.sourceforge.net/svnroot/filezilla/FileZilla Server/trunk/...
247: MEMORYSTATUS memoryStatus; 248: 249: memset (&memoryStatus, sizeof (MEMORYSTATUS), 0); 250: memoryStatus.dwLength = sizeof (MEMORYSTATUS); Line 249 should be 249: memset (&memoryStatus, 0, sizeof (MEMORYSTATUS));
Regards, Dmytro Gorbunov Leader of SaveSources team http://savesources.com |
|||
#4037 | fixed | Open Sitemanager each time FileZilla starts | ||
Description |
This was closed with the comment: "Create a shortcut to the FileZilla executable and add the -s argument. That opens the site manager at startup." Um... That's fine in Windows. How would I do that on Mac OS X? |