When building and trying to run your image with an custom.ttt file the container exists after trying to load the scene. Full log output is posted below. Did I made a mistake?
My stepts:
Download the current 4.2 for Ubuntu18.04 from CoppeliaSim website
Build with sh build.sh
Copy custom ttt file into shared folder
Run with docker run -v /Users/mondry/Documents/GIT/docker-image-coppeliasim/shared:/shared -p 19997:19997 -it coppeliasim-ubuntu18 -s1000 -q /shared/custom.ttt
I just tried the same scene on MacOs 4.2 and it worked. On Ubuntu18.04 VM it gives the same error. For MacOs I had to copy some files in the installed package, because the RemoteAPI was not loading, but on Ubuntu it does not even load B0 and other libraries. Maybe an bug in the current 4.2 Ubuntu18.04 release?
When building and trying to run your image with an custom.ttt file the container exists after trying to load the scene. Full log output is posted below. Did I made a mistake?
My stepts:
sh build.sh
I just tried the same scene on MacOs 4.2 and it worked. On Ubuntu18.04 VM it gives the same error. For MacOs I had to copy some files in the installed package, because the RemoteAPI was not loading, but on Ubuntu it does not even load B0 and other libraries. Maybe an bug in the current 4.2 Ubuntu18.04 release?