rcloneExplorer icon indicating copy to clipboard operation
rcloneExplorer copied to clipboard

Known Issues as of rewrite

Open andrewiankidd opened this issue 6 years ago • 4 comments

File Sorting Transfer List Download directories/multiple files Pause/Play button doesnt work and is more of an example of why I captured the ffplay window context menu isnt conditional

andrewiankidd avatar Jun 22 '18 08:06 andrewiankidd

Dialogs are missing first character in sentence. For example on first start it goes through a number of prompts, first one is: rcloneExplorer Prompt ame> OK Cancel

PS: Any way to import the configuration of previous version of rcloneExplorer?

zaggynl avatar Jun 23 '18 09:06 zaggynl

@andrewiankidd Program goes in general smoothly, provided one is careful with not using the cancel button. At least canceling renames can produce misbehaving and even loss of files... at least with mega remotes. Canceled rename file is moved to the root and with add of not valid characters. Then, program fails to open until one connects to mega and solves the issue. I believe the following output shows the issues

System.ArgumentException: Not valid character in the access route. in System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) in System.IO.Path.GetExtension(String path) in rcloneExplorer.mainForm.DisplayDirectory(Dictionary`2 dirInfo) in C:\Users\Andrew\source\repos\rcloneExplorer\rcloneExplorer\mainForm.cs:line 132 in rcloneExplorer.mainForm.mainForm_Load(Object sender, EventArgs e) in C:\Users\Andrew\source\repos\rcloneExplorer\rcloneExplorer\mainForm.cs:line 61 in System.Windows.Forms.Form.OnLoad(EventArgs e) in System.Windows.Forms.Form.OnCreateControl() in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) in System.Windows.Forms.Control.CreateControl() in System.Windows.Forms.Control.WmShowWindow(Message& m) in System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.ScrollableControl.WndProc(Message& m) in System.Windows.Forms.Form.WmShowWindow(Message& m) in System.Windows.Forms.Form.WndProc(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

from the code: private void mainForm_Load(object sender, EventArgs e) { // List root of remote DisplayDirectory(rcloneHandler.ListDirectory()); }

caspertone2003 avatar Feb 04 '19 00:02 caspertone2003

@andrewiankidd Suggested features a) cut and paste more that one file b) create folder c) move to d) reasizable text .... for me it is very small...

Thanks

caspertone2003 avatar Feb 04 '19 00:02 caspertone2003

Any way to import the configuration of previous version of rcloneExplorer?

Uses same rclone.conf as from rclone, put it in folder where rcloneExplorer is.

caspertone2003 avatar Feb 04 '19 00:02 caspertone2003