Why do I get error "TS_ABNORMAL_TERMINATION" when I try to launch the MATLAB R2024a installer on Linux?
31 views (last 30 days)
Show older comments
MathWorks Support Team
on 18 Apr 2024
Edited: MathWorks Support Team
on 4 Nov 2025 at 21:58
When I run the installer for MATLAB R2024a with this command, I get a blank window:

Then I get a pop-up with the error message:
The feature at URL:
https://127.0.0.1:31515/ui/install/product_installer_ui/index.html?applicationName=productinstaller&snc=X2VT9C
has crashed and will exit
The exit status was: TS_ABNORMAL_TERMINATION

Accepted Answer
MathWorks Support Team
on 4 Nov 2025 at 0:00
Edited: MathWorks Support Team
on 4 Nov 2025 at 21:58
As a workaround, launch the MATLAB R2024a installer as root or with 'sudo':
xhost +SI:localuser:root
sudo ./install
xhost -SI:localuser:root
0 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing 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!