MathWorksP​roductInst​aller: Failed to launch web window with error: Unable to launch the MATLABWindow application.

22 visualizzazioni (ultimi 30 giorni)
I would like to add to the solution:
However, apparently I don't have enough "reputation points" to comment.
When trying to install R2021b on Ubuntu 24.04 I got the error:
bin/glnxa64$ ./MathWorksProductInstaller
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was: 127
Aborted (core dumped)
My solution was to exclude libfreetype libraries in the bin directory so that system native libraries are used:
cd bin/glnxa64
mkdir exclude
mv libfreetype* exclude/
./MathWorksProductInstaller

Risposte (1)

Satyam
Satyam il 15 Ott 2025 alle 7:39
I appreciate your willingness to add your inputs to the solution.
On MATLAB Answers, commenting on other users’ posts (including staff answers) requires a certain number of reputation points, which are earned when your own answers or questions are upvoted. That’s why you’re currently unable to add your note directly under the accepted answer.
In case you are interested in knowing more about reputation points you can refer to this MATLAB Answer https://www.mathworks.com/matlabcentral/answers/81084-how-to-earn-reputation-at-mathworks

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Tag

Prodotti


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by