The desktop configuration file is corrupt ....
34 views (last 30 days)
Show older comments
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
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
on 2 Jun 2022
@alpedhuez: Please post fotos directly in the forum, not on external services. Thanks.
Answers (1)
Hornett
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
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!