Why do I get error "TS_ABNORMAL_TERMINATION" when I try to launch the MATLAB R2024a installer on Linux?
31 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2024-4-18
编辑: MathWorks Support Team
2025-11-4,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

采纳的回答
MathWorks Support Team
2025-11-4,0:00
编辑:MathWorks Support Team
2025-11-4,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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!