I can't launch Roadrunner after installation

조회 수: 13 (최근 30일)
Yan Ai
Yan Ai 2023년 1월 5일
댓글: Fabian 2025년 8월 29일
My machine specs:
  1. Ubuntu 22.04.1
  2. 32GB memory, Intel Core i9 x 16
  3. One GeForce RTX 3080 + one integrated Intel UHD Graphics (could this be the reason of issue?)
  4. Roadrunner ver: R2021b
Problem description:
  1. Clicking the icon, nothing happened
  2. Going to /usr/share/applications and clicking "RoadRunner_R2021b.desktop", it gave "Failed to add a plugin to the panel" + "GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.xfce.Panel was not provided by any .service files"
What I tried:
  1. I found https://www.mathworks.com/matlabcentral/answers/1460889-roadrunner-can-t-be-launched, and followed Kyle's instruction, but it gave me "./AppRoadRunner: errror while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory".
  2. I tried to install Roadrunner R2022b in the first place, but I couldn't even get it installed. It gave "buffer error", "error exit status 2"

답변 (2개)

James
James 2023년 1월 6일
편집: James 2023년 1월 6일
Ubuntu 22.04 is... too new to run RoadRunner R2022b. The newest verison of Ubuntu that it support is 18.04, so you have to do some funky stuff to get it working.
If you make symoblic links to libidn.so.12 that 22.04 ships with, put them in the place that RoadRunner expects them to be in, and then name the symoblic link after libidn.so.11, then it should work, I believe.
More specifically, run these commands:
  • sudo ln -s /usr/lib/x86_64-linux-gnu/libidn.so.12 /usr/lib64/libidn.so.11
  • export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/libidn.so.11 (you'll probably want to add this to your bash.rc file.)
If it still returns an error, you want to go to /usr/local/RoadRunner_R2022a/bin/glnxa64/ and rename the following files, so they have an “.old” extension at the end of them:
  • libdrm.so.2
  • libXi.so.6
  • libX11.so.6
  • libXau.so.6
  • libXext.so.6
  • libXdmcp.so.6
  • libXfixes.so.3
  • libXdamage.so.1
  • libXrender.so.1
  • libXxf86vm.so.1
  • libxshmfence.so.1
  • libcurl.so.4
  댓글 수: 3
James
James 2023년 1월 10일
I’m curious, what happened when you tried that?
Also if you want to use Liunx with RoadRunner, try Debian 11. It seems to work for me without any issues even though MathWorks doesn’t list it as supported.
dmajstorovic
dmajstorovic 2023년 11월 21일
For the future reference - this seems to work. Tested on Ubuntu 22.04, R2023b

댓글을 달려면 로그인하십시오.


Omkar
Omkar 2024년 11월 21일
Hi, As of 2024b, Ubuntu 22.04 is supported for RoadRunner. Please refer to the system requirements link here:
Installation details can be found here:
  댓글 수: 2
Rong
Rong 2025년 4월 23일
I am running RoadRunner 2024b on my Ubuntu 22.04.5 LTS, 64bit. The same things happens. When I click the icon or execute RoadRunner_2024b.desktop in a terminal, nothing happens. I tried to open it in Matlab, it shows openning RoadRuner in the terminal of matlab, and then nothing happens.
Fabian
Fabian 2025년 8월 29일
Did you solve this issue now?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with RoadRunner에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by