Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KSPTOT Does not launch; no executable running on Linux #33

Open
Dupiter-AU opened this issue Jul 8, 2023 · 2 comments
Open

KSPTOT Does not launch; no executable running on Linux #33

Dupiter-AU opened this issue Jul 8, 2023 · 2 comments

Comments

@Dupiter-AU
Copy link

Dupiter-AU commented Jul 8, 2023

When attempting to run run_KSPTrajectoryOptimizationTool.sh, the linux console seems to crash, but in reality it exits.
If I enter the shell script file and remove the exit line, I get this error code:

Setting up environment variables
---
LD_LIBRARY_PATH is .:/usr/local/MATLAB/R2022a//runtime/glnxa64:/usr/local/MATLAB/R2022a//bin/glnxa64:/usr/local/MATLAB/R2022a//sys/os/glnxa64:/usr/local/MATLAB/R2022a//sys/opengl/lib/glnxa64
bash: /bin/KSPTrajectoryOptimizationTool: No such file or directory

Attempting to run the executable file also fails with no running process.
If I use the full path to the executable I get this error code:

Setting up environment variables
---
LD_LIBRARY_PATH is .:/usr/local/MATLAB/R2022a//runtime/glnxa64:/usr/local/MATLAB/R2022a//bin/glnxa64:/usr/local/MATLAB/R2022a//sys/os/glnxa64:/usr/local/MATLAB/R2022a//sys/opengl/lib/glnxa64
/home/dupiter/Documents/KSPTOT/KSPTOT-linux/KSPTrajectoryOptimizationTool: error while loading shared libraries: libmwlaunchermain.so: cannot open shared object file: No such file or directory

Operating System: Arch Linux
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.107.0
Qt Version: 5.15.10
Kernel Version: 6.4.1-zen2-1-zen (64-bit)
Graphics Platform: X11
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2

@spacefan
Copy link

Is this project still in development?

@Arrowstar
Copy link
Owner

Is this project still in development?

Hey! It is, yes, though I'm not actively developing anything at the moment since I don't have any new idea features floating around.

If you're asking about this bug in particular, the issue is almost certainly with the way that the MATLAB Compiler Runtime was set up or configured. It's pretty hard for me to debug these since I rarely use Linux and it's not an issue with my code per se. That said, it looks like it's trying to find the KSPTOT executable at "/bin", which it almost certainly not located at. I'm not sure how to resolve that, though, and I didn't see anything when I did some brief Googling.

I can continue to look into it if the original poster of this issue is still having trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants