Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Dertuek on June 06, 2025, 22:06:48

Title: The saved sessions are not visible/accessible
Post by: Dertuek on June 06, 2025, 22:06:48
Hello,

When I start MultiCommander, it very (too) often doesn't display any saved sessions when I click on the "Tab Sessions" button.

(https://zupimages.net/up/25/23/kuqm.png)

If I click on "Manage", I see all my sessions. The TabSessions.xml seems ok in the %APPDATA%/MultiCommander/Config folder.

I have to restart MC a bunch of time to finally get them. But today it doesn't work at all. That drives me nuts  :(

Any tips?
Thx
Title: Re: The saved sessions are not visible/accessible
Post by: Mathias (Author) on June 07, 2025, 10:37:06
Not able to reproduce it. But it sounds like a race condition. That it builds the menu before it has finished loading the TabSession data.
That can happend because during startup MC loads lots of things in parallell. And TabSession is loaded a lot sooner than building the menu. But since things are happening in parallell, then maybe on a system with less cores it takes longer for it to load it and it reach building menu too soon.

There should be a check for it so it waits. But sounds like it missing in some situation. I will check.

Sined they are visible in the Manage Session Windows.. They should pop back if you do something that will re-save them. Because then it will trigger a rebuild of the session menu.