Multi Commander > Beta Releases
Multi Commander v5.1 RC
Mathias (Author):
--- Quote from: skrzat on March 07, 2015, 20:47:24 ---After update to this beta, when I try to start MC, it takes over 1,5GB of RAM in few seconds and no window of MC shows. I have to kill the app. I must downgrade :)
Win 7 32bit
--- End quote ---
Anyone else get this behavior ??
if you do.., Please create a dump file before you fix it. So I can get a hint from the dump file on why this is happening.
( http://multicommander.com/docs/troubleshooting-hang )
Mathias (Author):
--- Quote from: skrzat on March 07, 2015, 20:47:24 ---After update to this beta, when I try to start MC, it takes over 1,5GB of RAM in few seconds and no window of MC shows. I have to kill the app. I must downgrade :)
Win 7 32bit
--- End quote ---
This issue is fixed in build 1900
To get 1899 to start delete the "SessionConfig\History" folder
Mathias (Author):
From bulid 1908 there is a new script function to download a file from an HTTP/HTTPS.
example script that download sysinternals tools and unpack them
--- Quote ---@var $url = 'http://download.sysinternals.com/files/SysinternalsSuite.zip';
@var $file = 'R:\SysInternals.zip'
@var $res = NetWGet($file, $url, "OVERWRITE");
if($res > 0)
{
UnpackFile($file, 'R:\SysInternals\', "*.*", "OVERWRITEALL");
DeleteFile($file, "NODIALOG, SILENT, NOPROGRESS");
}
else
{
LogAppInfo("Failed to download. Error " + $res);
}
--- End quote ---
(Make sure you change the path where to save and unpack to a location that exists on your system)
Ulfhednar:
Since updating to 5.1 b1913 (W7x64) today, I find all my jpgs now open with the native MC viewer, (I have been using irfanview normally as it has a bit more functionality) but despite resetting the default app for the jpg ext I cannot directly open them with irfanview any more. Always uses the MC viewer unless I right click/open with.
I haven't rebooted the PC yet but I thought I better mention it... ;)
Mathias (Author):
--- Quote from: Ulfhednar on March 21, 2015, 14:22:37 ---Since updating to 5.1 b1913 (W7x64) today, I find all my jpgs now open with the native MC viewer, (I have been using irfanview normally as it has a bit more functionality) but despite resetting the default app for the jpg ext I cannot directly open them with irfanview any more. Always uses the MC viewer unless I right click/open with.
I haven't rebooted the PC yet but I thought I better mention it... ;)
--- End quote ---
Change Log
--- Quote from: Mathias (Author) on March 07, 2015, 13:14:59 ---CHANGE- FileType Default setup change to use Internal Picture viewer when "open/run" a images file.
--- End quote ---
(If you have done any changes to the FileType setup before, you will not get this behavior. You only get it if you are running the unmodified defaults)
A lot of uses have complain that the viewer is not used when they double click on files. "MC suppose to have a built in viewer.. why does it not show my image when I click on it"
Answer is Because because clicking it will call for the open/Run action and not the view action. But for most uses there is no difference.
So because of that I added that the default file type setup include an entry to use internal viewer for picture files for Run/Open action.
Menu > Configuration > File Type Setup > Launchers (Run/Open) tab
Remove the "MC Picture Viewer" row in that tab and what ever windows has associated will not be used again..
I'm not sure I will keep this behavior as default. Maybe depends on what sides complains more.
Problem is that it hides the associated 3de party program (like you noticed). But if you do not have that installed you will now get the internal viewer.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version