Multi Commander > Support and Feedback

Repeat Error Messages in Log

(1/2) > >>

AlanJB:
My Logging Application level is currently set to "Debug".

Having cleared all logs before start-up, I see 54 entries in the log such as:

--- Code: ---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

--- End code ---

MC loads & initializes OK.  Any ideas what could be creating these entries?

TIA

Mathias (Author):
Then something is really wrong.
Many UI elements should be missing or not working.
might be that some dll not got updated or something so you have mismatched versions

AlanJB:
Hi Mathias.

Yes, I realised "Wrong IID or invalid handle" was not good  :-\

Unfortunately the log gives no clue to what the "Wrong IID's" are, or to what the "invalid handle" refers to, so I don't know what to fix or even look for!

I am running Portable and I updated using the built-in Multiupdate.  As I said, everything functions perfectly and the app loads my default config without issue (last few lines of log below).


--- Code: ---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.
--- End code ---

I load 9 explorer tabs at startup (6 on the left and 3 on the right) - these are the 9 locations I use 90%+ of the time.

I use a -F switch at startup to load "MC_Start.ini" which contains:


--- Code: ---[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

--- End code ---

Could that be the problem?

TIA

Mathias (Author):
No the error should not happen. And have nothing to do with the startup ini file.
If you are a developer and are creating plugins for MC you might see it, And know that you entered something wrong, else you should not see it.

And everything can't be working correct. MC is built around extensions/plugins and it must comes from one of them and that extension/plugin is then not working.
I suspect must be some missmatching of files. That something prevented one/more .dlls files from being updated.

You can try to run MultiUpdate again and in setting check Force Update, It should then update with latest even if it does not find a newer version.

AlanJB:
OK - here's what I did:

Made sure all Plugins/Extensions are enabled (I had disabled a couple I would never use)
Rebuild config
Shut down MC
Deleted all logs
Ran MultiUpdate - Force update + Show details.  No problems reported
Restarted MC.

The resulting log (Debug level) is attached as "2016-04-27-(2172)-MultiCommander - log.txt"

Let's hope it gives you a bit more information.

Navigation

[0] Message Index

[#] Next page

Go to full version