Why do I get error "TS_ABNORMAL_TERMINATION" when I try to launch the MATLAB R2024a installer on Linux?
조회 수: 35 (최근 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!