Alberto
Alberto
@aymanhab I have just created a new page with the updated instructions for Windows and Linux. I am going to test them right now just in case there is any...
@aymanhab I just tested this in a clean Ubuntu 18.04 environment and it is still showing the following error: `./opensim-cmd: error while loading shared libraries: libadolc.so.2: cannot open shared object...
I close this pull request since there is a more recent one with everything already merged. #3280
Hello @chrisdembia and @aymanhab , I have deleted all of the existing references in the code to OPENSIM_HOME in the following commit: ef3df5ea79e8859b8127d0f16cb49160c0876dad. I've created the following pull request: #3300
The new [build script for Mac](https://gist.github.com/AlbertoCasasOrtiz/25d16843669a94ea6e2ea2c7568b0342#file-opensim-core-macos-build-script-sh-L61) uses Java8 from Eclipse Temurin: ```bash # Install Java 8 from temurin repositories. brew tap homebrew/cask-versions brew install --cask temurin8 export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)...
Hi @aymanhab Yes. The new readme and the build scripts use Java 1.8. I also searched in the source code for references to Java 1.7, and now everything is using...
@aymanhab Sure, I'll work on this.
@aymanhab I think I just solved this issue in this branch https://github.com/opensim-org/opensim-core/tree/fix_linux_library_problems I will integrate the changes in this PR and better document my changes, and the reason of the...
@aymanhab With the latest commits, I have just tested this on a clean Ubuntu 22.04 environment and it is working. No warnings/errors related to libraries appear when starting the GUI....
@aymanhab I have tested this on Ubuntu 18.04, 20.04 and 22.04. It is working now, but there is an issue with Ubuntu 18.04. Basically, looks like the issue we had...