1
Beta Releases / Re: After the update, I can't even launch MultiCommander 12.0.0.2877 under Windows 7
« on: June 21, 2022, 07:23:02 »
Strange, because the crash is that the AVX2 cpu instructions is not allowed.
2021-03-01
MultiCommander v11 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.
I'm running Windows 7 SP1.
Already had in my system:
- Microsoft Visual C++ 2008 9.0.30729.6161
- Microsoft Visual C++ 2010 10.0.30319
- Microsoft Visual C++ 2015-2022 14.31.31103
Updated to Microsoft Visual C++ 2015-2022 14.32.31326. Rebooted the computer. But nothing helped. Crash-ID: 12-L120AF
Yes. I can open MC_LangPack_en.zip and MC_LangPack_ru.zip files with Windows Exporer. I even checked the archives for integrity in Winrar 6.11 and 7-zip 21.07 and 22.00- No errors found. Can I provide any additional information to solve the problem?Also are you running Windows 7 or Windows 7 SP1 ?
Strange, I cannot reproduce that, I tried to change to different date/time settings that are in MC.. But it works.I can't make it fail. strange. will check more about it tomorrow.
Follow-up to this problem:
I deleted my test environment completely
Copied my (working) complete live environment to a separate physical drive
Launched the new test environment and checked for updates
It updated to build 2880 and...
No modified Dates
Hi Mathias,Strange, nothing about tabs has changed. I'm not able to reproduce that.
I reverted to the non beta. Everytime mc got focus, from alt-tab and back for instance, it created a new tab on C: on the right side. After a while, i had several extra c: tabs.
No change with build 2880. Installed through MultiUpdate.I can't make it fail. strange. will check more about it tomorrow.
I even copied my "live" columnsets.xml to my "test" installation and still no-go
From columnsets.xml, the relevant row is:Looks correct, Strange..Quote<column id="0CC970781498A4EF9AA7139DA448F5744.datemodify" name="Last Modified " options="197632" width="94" paddingleft="0" paddingright="2" align="2" flags="0"/>
Edit to add: this row is identical to my "live" config
Win7 Pro x64. MC Portable.
I just installed build 2879 and all "Last Modified Date" columns are completely empty: all tabs, including new tabs.
See attached.
Neither restarting MC nor refreshing the view makes any difference.
Win7 Pro x64. MC Portable.Strange.. I'm not able to reproduce that. try 2880 just released.. but I don't think there is any change around that there,
I just installed build 2879 and all "Last Modified Date" columns are completely empty: all tabs, including new tabs.
See attached.
Neither restarting MC nor refreshing the view makes any difference.
Nice update.
Can we get more space for all text in hover window?
Sometimes the text is cut off. See attachments please.
For me PDF files are shown in an empty preview window...
Thanks for answering.
It's the installed version, v11.6 (b2845).
Thats the command I try to run:Code: [Select]@var $files = GetSelectedPaths();
@var $count = arrayCount($files);
@var $n;
for($n = 0; $n < $count; $n++)
{
@var $file = $files[$n];
if (FileExists($file) == 1 )
{
@var $path = PathGetPathPart($file)
@var $name = PathGetNamePart($file) + "|";
@var $ext = PathGetFileExtPart($file);
@var $folder = $path ^ StrReplace( $name, $ext + "|" , "");
MoveFile($folder + "\", $file, "NODIALOG,NOPROGRESS,USEEXISTINGQUEUE" )
}
It is something like "Preview Panel". In Total Commander it is displayed in external window, but can be also displayed in Panel (like on my screenshots).So Review panel, yes that is coming.. Hover Preview is like 90% of it but it is shown in a hover window instead of own panel. It comes as hover window first since that is what I find more useful.
In TC it can be extended by plugins...
Mathias,No idea what "lister" is. Is "lister" not just the fielist ? or Is it something like a preview panel ?
Hover Data Functionality.
It looks promising... However, did you think about implementing such feature, like Total Commander Lister?
User select element in one panel and all related information is displayed in second panel (different information for different file type/content). Something what you did in "Hover Data".
"Lister" is better, as it can be shown imediately and can show much more info (Panel window is bigger)...
How do you think?
Additional informations:
No special in log written!
Report.txt shows: "Failed - Failed to save new file" for each image
Maybe a problem with included color profile?
More photo-details - Pictures created by photographer:
MC Extension Picture tools 3a.png
MC Extension Picture tools 3b.png
and here some details from working pictures:
MC Extension Picture tools 4a.png
MC Extension Picture tools 4b.png
After some more test with this extension, I think these pictures have an unsupported format...
How can the support for such formats extended?
I frequently use Compare Folders - Advanced - Profile: Identical (By Content)
This requires three steps:
1. Open Compare Folders - Advanced
2. Select Identical (By Content) in the Profiles pulldown
3. Click Compare and Select
Is there a quicker way? I would greatly appreciate it.
Would it be possible to add any of these:
1. Add Compare folders, Select Identical by Content to Edit menu
2. Add to Keyboard Customizations commands, so a hotkey can be defined
3. Ability to set and save default Profile for Compare Folders - Advanced dialog
4. Make command available for scripting so button could be assigned for this
Thanks
Hover Data Preview-feature is really nice.
How about these icon set for this feature?
& I noticed that the tabs - with custom colours now get blacked out randomly.... bug or not?
Hmm not see anything with that. what does it look like?
Hi Mathias,
did you find anything on the tabs issue I have?
Here are some more examples, 3 screens of the same section of tab bar:-
Mouse cursor position determines color for some tabs, as you can see mousing away reverts others to black & in some cases color changes if selected (red to blue in the attached).
Tabs still showing colors are persistent between MC starts/reboots, the black tabs seem to always be the same & will call color on mouse contact.
I've tried reassigning colors to 'faulty' tabs but the new settings don't have any effect.
Say mention above.. PDF support is not fully there yet, It will probably be added in the next beta unless the Windows Preview API cause issuesOnly want to report, that per default no preview handler for pdf is installed on Windows 10.