426
Support and Feedback / Re: Repeat Error Messages in Log
« on: April 30, 2016, 18:03:39 »
Have you had a chance to look at this yet, Mathias?
MultiCommander v14.2 is released!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
2016-04-26 22:33:08.851 Creating ExplorerPanel UI, took 6 ms (0:0, 1:0, 2:0, 3:0, 4:0, 5:2, 6:0, 7:0, 8:1, 9:1, 10:0, 11:0, 12:0, 13:1, 14:1, 15:0)
2016-04-26 22:33:08.866 Application Ready!
2016-04-26 22:33:08.882 Checking if new version exists.
[PANEL_1]
Side=L
Active=1
Path=C:\Alan\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_2]
Side=L
Path=C:\Zip\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_3]
Side=L
Path=C:\Tools\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_4]
Side=L
Path=C:\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_5]
Side=L
Path=C:\Users\Alan\Documents\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_6]
Side=L
Path=C:\Users\Alan\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_7]
Side=R
Active=1
Path=D:\_Backups\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_8]
Side=R
Path=D:\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
[PANEL_9]
Side=R
Path=REG:\
SortAsc=1
ViewMode=3
Locked=1
AllowSubPathChange=1
2016-04-26 18:12:18.417 FAILED to Create UI Interface. Wrong IID or invalid handle
2016-04-26 18:12:18.417 FAILED to Create UI Interface. Wrong IID or invalid handle
@var $file = GetSourceFocusPath();
@var $path = PathGetPathPart($file);
@var $name = PathGetNamePart($file, 1);
@var $ext = PathGetFileExtPart($file);
@var $copytext = $path + $name + " - Copy" + $ext;
CopyFile($path, $copytext);