Why do I get error "TS_ABNORMAL_TERMINATION" when I try to launch the MATLAB R2024a installer on Linux?
26 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 18 de Abr. de 2024
Editada: MathWorks Support Team
el 4 de Nov. de 2025 a las 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

Respuesta aceptada
MathWorks Support Team
el 4 de Nov. de 2025 a las 0:00
Editada: MathWorks Support Team
el 4 de Nov. de 2025 a las 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!