-
Notifications
You must be signed in to change notification settings - Fork 324
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
Java link error in MATLAB for artifact #3917
Comments
@mattpetrucci For context, this is downloading artifact from ci rather than a released public distribution, is that correct? |
@aymanhab correct this is an artifact from CI. Unfortunately I don't have the exact artifact I was using before, but it was back in May 2024. Also note, we got to this error after manually updating the mumps path (see issue 3916). |
@aymanhab Yes this is for downloading an artifact. I went as far back as I could in GitHub Actions, but many artifacts are expired. Furthest I could go back was action 4287, which was 2024-08-09-3fa052e. When loading a model, you get the following error about loading libraries:
It's probably some sort of rpath issue? I'll also see what the last working artifact I might have lying around is, but likely it'll be pretty far back so may not help too much to find the specific commit. |
@aymanhab This is pretty coarse, but as close as I can get. Most recent working version for me: OpenSim 4.5 release |
If rpath then this can be fixed by setting DYLIB_LIBRARY_PATH as a workaround. Does that work? |
What I don't understand is that all the moco related libraries should not be loaded or attempted to be loaded when loading/constructing a model (if the stacktrace on top is correct). |
Oops, that's my bad. The link error I put here should have been in #3916, not in this one. Sorry for the confusion. If I'm reading these errors correctly, seems like there's a link issue with opensimSimulation when loading the model, even with the fix with |
Yes to confirm the commands were:
|
Artifact number: opensim-core-4.5.1-2024-08-23-cf3ef35
When creating a model I receive this error:
The text was updated successfully, but these errors were encountered: