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

Improve error message, if model can't be loaded #1235

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Improve error message, if model can't be loaded #1235

merged 1 commit into from
Oct 19, 2022

Conversation

hannobraun
Copy link
Owner

Here's the old error message, as of before #1234

thread 'main' panicked at 'Error reloading model: LibLoading(DlOpen { desc: "/home/hanno/Projects/main/fornjot/target/debug/libspacer.so: cannot open shared object file: No such file or directory" })', /home/hanno/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/fj-host-0.19.0/src/lib.rs:322:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

And this is the new one, as of this pull request:

Error receiving updated shape: Error loading model from dynamic library

Caused by:
    /home/hanno/Projects/main/fornjot/target/debug/libspacer.so: cannot open shared object file: No such file or directory

@hannobraun hannobraun enabled auto-merge October 19, 2022 09:53
@hannobraun hannobraun merged commit 49d3ac0 into main Oct 19, 2022
@hannobraun hannobraun deleted the error branch October 19, 2022 09:55
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

Successfully merging this pull request may close these issues.

1 participant