I am getting a black window when I launch RoadRunner
3 ビュー (過去 30 日間)
古いコメントを表示
I am using RoadRunner in Ubuntu 22.04. I have read that this OS is too new for this app, but after following the instructions here https://www.mathworks.com/matlabcentral/answers/1889127-i-can-t-launch-roadrunner-after-installation I could launch it (I also added the export part to my bashrc), but when I click on New Project -> Create -> New Scene I got a complete black window.
And I do not see any error.
回答 (1 件)
Narvik
2024 年 3 月 21 日
編集済み: Narvik
2024 年 3 月 21 日
Hi
As per my understanding, you are trying to launch RoadRunner on Ubuntu 22.04 and facing issues. As mentioned in the MATLAB answer : https://www.mathworks.com/matlabcentral/answers/1889127-i-can-t-launch-roadrunner-after-installation, the latest version of Ubuntu that RoadRunner supports is 18.04.
However, you can try the following steps to resolve your graphics-related issue :
- Refer to the resolutions provided in the following documentation link : https://www.mathworks.com/help/roadrunner/ug/graphics-and-startup-issues.html
- If your system is using NVIDIA graphics card, try updating the graphics card drivers to the latest version.
- Try launching RoadRunner from terminal using the following command :
cd /usr/local/RoadRunner_R2022b/bin/glnxa64 && LD_LIBRARY_PATH=.
QT_PLUGIN_PATH=./plugins ./AppRoadRunner
Hope this helps!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!