The desktop configuration file is corrupt ....

36 views (last 30 days)
alpedhuez
alpedhuez on 10 May 2022
Answered: Nihal on 4 Jan 2024
I have an error message
"Warning: The desktop configuration file is corrupt or improperly formatted. Problem parsing Desktop restore xml: Expected '<' but got '"
Please advise the next step.
  2 Comments
Nicholas Harn
Nicholas Harn on 2 Jun 2022
I am receiving the same error message. According to an older post on this forum, it may be caused by "using a version of Java that's different from the one shipped with MATLAB". Here's a link to the post:
I followed the steps outlined in this post, and the error message no longer appears. Hope it helps.
Jan
Jan on 2 Jun 2022
@alpedhuez: Please post fotos directly in the forum, not on external services. Thanks.

Sign in to comment.

Answers (1)

Nihal
Nihal on 4 Jan 2024
I understand that you are seeing the warning message after launching the MATALB. If you are launching MATLAB and receiving the following error you might be using a different version of Java than the one shipped with MATLAB.
ERROR: Warning: An error occurred while reading the desktop configuration file
In order to check the version of Java that MATLAB is using, launch MATLAB and run the following command.
version -java
Check for a MATLAB_JAVA environment variable set on your system. If a MATLAB_JAVA environment variable is set, remove it and relaunch MATLAB twice to see if the issue persists.
If this does not help, it was also possible to resolve this via the following commands:
restoredefaultpath
rehash toolboxcache
savepath
I hope this helps

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!