Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
Support and Feedback / Re: SFTP problem
« Last post by Mathias (Author) on December 16, 2025, 06:31:57 »
I think it is because that you use ECDSA keys

looks like libssh2 support that, but only if the code is build to minimal support Windows 10. (since it require Windows functions that does not exists on Windows 7/8)
Problem is that for now MC is built to run on Windows 7.

That might change soon.. More and more issues is poping up to support Win7/8

42
Support and Feedback / Re: SFTP problem
« Last post by Yearling on December 15, 2025, 23:17:19 »
Hello,
there is a description in the attachement,  how I generated the certificate. Unfortunately, I am currently unable to try a different method :-(
PuttyGen was installed and used on Windows, SFTP server is running on Linux.
43
Support and Feedback / Re: SFTP problem
« Last post by Mathias (Author) on December 15, 2025, 22:22:19 »
This is how I created keys

On Linux
1.  Generate keys on Linux

ssh-keygen -t rsa -b 4096

Specify names for the file : id_mc (example)
Specify password if wanted

Keys are generate with the name  id_mc  and  id_mc.pub

2. Add public Key to authorized keys on the linux server, so you can login
cat ~/id_mc.pub >> ~/.ssh/authorized_keys

3. Copy keys to host

4. in MC specify the Public Key (id_mc.pub) and Private Key (id_mc ) 
   Enter keypassword if you set any at #1

44
Support and Feedback / Re: SFTP problem
« Last post by Mathias (Author) on December 15, 2025, 20:00:46 »
Sorry. I don't know.
I use it daily. And it works for me. But the whole thing is messy. There are so many different algorithm and cryptos.  Maybe you using some that the SSH code used in MC does not support or something.
I actually does not know. MC is using libssh2 with WinCNG for the SSH access https://libssh2.org/ , There are information there on what crypto/algorithm it support on that page

Btw
Something is not correct with the logs..
There is no
"Auth via public key for user" that is shown when trying to login using public key.
And there is no error from the verify of the keyfile..

I see if I can add some more error logging with the login phase. that can give hits on why it does not want to login


45
Beta Releases / Re: 15.7 BETA - Fails to show all command in menu
« Last post by Mathias (Author) on December 15, 2025, 16:54:41 »
Thx will take a look

(Btw I split this topic to is own thread)
46
Beta Releases / Re: Re: 15.7 BETA - Fails to show all command in menu
« Last post by Pawel on December 15, 2025, 16:35:56 »
OK. Thank you for your patient.
Please, try to find the problem. It is very, very important.

Here is a prepared environment (MC 15.6 + UFM Custom Menus) with all my custom items. 
https://www.dropbox.com/scl/fi/dg9k0kf2rfqj9igeo62kv/MC.zip?rlkey=s7bdfsridi1c72rsiqw7afq8r&dl=1

File that defines paths: \MC\Config\CustomConfigPaths.xml
Menu File: \MC\UFM\1033\UserMenu.xml
Scripts: \MC\UFM\1033\Scripts\UFM.zip

Here, menu that is not displaying items:
- System -> Windows System
- System -> Windows Apps (UWP)
- System -> Windows PowerShell
- Ultimate File Manager

-Pawel
47
Beta Releases / Re: Re: 15.7 BETA - Fails to show all command in menu
« Last post by Mathias (Author) on December 15, 2025, 16:15:35 »
Ps: The problem is - It sometimes working OK. Still trying to find better "issue explanation"
Loading them, but all (none?) is not registered as menu commands. so they do not show up in the menu.
Strange that it works in 15.6, I find now difference in the code for how it load that in 15.7 vs 15.6

Most of my Custom Commands works fine (I only showed in example what is going on). Only few of them not (but as you can see all of them are available in custom commands dialog).
NO - it is not working ALSO in 15.6 (screenshot is not from newest beta)!
-Pawel
[/quote]

Ok then this is not a 15.7 only issue.- OK then this post should have been in other forum, That part of the confusion, I though it was a new error in 15.7 only,  Okey so this is an old issue.
Well I will see if I can duplicate some script or something so I can replicate the issue later this week.

48
Beta Releases / Re: Re: 15.7 BETA - Fails to show all command in menu
« Last post by Pawel on December 15, 2025, 15:58:50 »
Loading them, but all (none?) is not registered as menu commands. so they do not show up in the menu.
Strange that it works in 15.6, I find now difference in the code for how it load that in 15.7 vs 15.6

Most of my Custom Commands works fine (I only showed in example what is going on). Only few of them not (but as you can see all of them are available in custom commands dialog).
NO - it is not working ALSO in 15.6 (screenshot is not from newest beta)!
-Pawel
49
Beta Releases / Re: Re: 15.7 BETA - Fails to show all command in menu
« Last post by Mathias (Author) on December 15, 2025, 15:33:50 »
Wait...
Commands are loaded into MC, but not displayed.
See attached image (in red frame example command - Loaded - but not displayed)
-Pawel

Ps: The problem is - It sometimes working OK. Still trying to find better "issue explanation"
Ok so

Loading them, but all (none?) is not registered as menu commands. so they do not show up in the menu.
Strange that it works in 15.6, I find now difference in the code for how it load that in 15.7 vs 15.6
50
I see If I can add looping..

I can add so .mid files are sent to the MediaEngine. But if something is actually playing or not is not up to MC. Playing audio is handled by Windows. So it depends on what codecs is installed in Windows.

Alright, thank you —that'd be excellent ! Ideally, Looping should be configured via a checkbox setting in either Core Settings or Explorer Panel Settings (whichever, I get confused.) Also, .MID should be played —I'am not 100% certain though. :)

P.S: You can test /w this .MID (MIDI) audio file (they are all generally very tiny file-sized): BSQ.MID (36 KB)
Pages: 1 2 3 4 [5] 6 7 8 9 10