-
Notifications
You must be signed in to change notification settings - Fork 69
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
The Principia DLL failed to load. #2557
Comments
You're under Debian. We build for Ubuntu. There is no telling if a binary built for one system will work for the other.
These Anyway, do you have a recent version of |
i have the exact same problem!! the macosx64 and linux64 also shows for me |
sudo apt list --installed | grep -i libc++ WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libc++abi-7-dev/stable,now 1:7.0.1-8 amd64 [installé] And mod downloaded from : https://drive.google.com/file/d/1tNPUDpk1UJyBm5Wdj6JGgwg6gfPWctRh/view ??? |
So I will try with libc++abi 8 |
sudo apt list --installed | grep -i libc++ WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libc++abi1-8/buster-backports,now 1:8.0.1-3~bpo10+1 amd64 [installé] Now I will install again Principia and I will tell you ! Tks |
Hmmmmm
:/ |
This is well-known and documented. |
Also, I would expect that you would need both |
Ok but what version of Ubuntu? Cause my Debian buster seams to be as Ubuntu :
` |
We build on 18.04, bionic beaver. Any version of Ubuntu more recent than that should work fine. But anyway it's really only the libraries that matter. |
No life signs, closing. |
Hi
I'm under Linux!
$ uname -a
Linux debian 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1+deb10u1 (2020-04-27) x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Here my KSP.log
KSP.log
And my folders :
$ tree Principia/
Principia/
├── assets
│ ├── navball_barycentric.png
│ ├── navball_body_direction.png
│ ├── navball_compass.png
│ ├── navball_inertial.png
│ ├── navball_surface.png
│ ├── navball_target.png
│ └── toolbar_button.png
├── ksp_plugin_adapter.dll
├── ksp_plugin_adapter.dll.config
├── ksp_plugin_adapter.pdb
├── Linux64
│ ├── principia.dll
│ └── principia.so
├── MacOS64
│ ├── principia.dll
│ └── principia.so
├── real_solar_system
│ ├── gravity_model.cfg
│ ├── initial_state_jd_2433282_500000000.cfg
│ └── sol_numerics_blueprint.cfg
└── x64
├── libglog.dll
├── libprotobuf.dll
├── principia.dll
├── principia.pdb
├── serialization.dll
└── serialization.pdb
5 directories, 23 files
:/
The text was updated successfully, but these errors were encountered: