Hi, im trying to install URsim on my Macbook air M2 but it is pretty impossible, i tried with the non linux version, but no virtual machine program can run it. Then i tried to use Linux on VM and install the linux version but nothing… After that i tried to use Docker but when i run it it gaves me this error: assertion failed [rem_idx != -1]: Unable to find existing allocation for shared memory segment to unmap
(VMAllocationTracker.cpp:745 remove_shared_mem)
/entrypoint.sh: line 70: 12 Trace/breakpoint trap Xvfb :1 -screen 0 1280x800x16
We have had to keep Intel version Macbooks around just for testing and running the simulator as it will not run on the new Apple silicon
same problem, It’d be great to expand to Apple silicon
I have a old macbook air with intel, @mbush you suggest to use it and run a VM there?
That’s what we do. We run a headless version of the simulator but only works on Intel based platform for Mac
thanks for the quick reply, just to clarify, that means you code on urscript and later check on the headless simulator?
I noticed ur company released urscript-tools. I’ll keep it closed since i feel more confortable on code that GUI.
Yes, we code in URScript and run tests to check our code against the simulator. We have unit tests and end to end test suites for our product so we can check the quality of our functions as well as verify the program runs fully as expected.
We open sourced the script tools for bundling and testing as open sourced project a couple years ago.