Page 1 of 1

CoppeliaSim crashes with Error: signal 11

Posted: 29 Nov 2019, 04:39
by realjsk
I can't seem to run CoppeliaSim Edu 4.0.0 on Linux Ubuntu 16.04 (x64). Whenever I type ./coppeliaSim.sh at the command line, I get the following error message:

Code: Select all

Plugin 'DynamicsOde': load succeeded.
Plugin 'DynamicsVortex': loading...
Thu Nov 28 22:23:49 2019 - ERROR: Compiled with the flag for AVX but not supported by the CPU.


Error: signal 11:

/home/wail/Applications/CoppeliaSim_Edu_V4_0_0_Ubuntu16_04/libcoppeliaSim.so(_Z11_segHandleri+0x28)[0x7fe1fca7e0b8]
/lib/x86_64-linux-gnu/libc.so.6(+0x354b0)[0x7fe2008ec4b0]
/home/wail/Applications/CoppeliaSim_Edu_V4_0_0_Ubuntu16_04/libVxPlatform.so.2019.0(+0x2bba4)[0x7fe1c51ddba4]
/home/wail/Applications/CoppeliaSim_Edu_V4_0_0_Ubuntu16_04/libVxPlatform.so.2019.0(_ZN2Vx8LogErrorEPKcz+0x9d)[0x7fe1c51ddfbd]
/home/wail/Applications/CoppeliaSim_Edu_V4_0_0_Ubuntu16_04/libVxPlatform.so.2019.0(+0x20b97)[0x7fe1c51d2b97]
/lib64/ld-linux-x86-64.so.2(+0x106ca)[0x7fe2019bc6ca]
/lib64/ld-linux-x86-64.so.2(+0x107db)[0x7fe2019bc7db]
/lib64/ld-linux-x86-64.so.2(+0x158f2)[0x7fe2019c18f2]
/lib64/ld-linux-x86-64.so.2(+0x10574)[0x7fe2019bc574]
/lib64/ld-linux-x86-64.so.2(+0x14db9)[0x7fe2019c0db9]
Thank you for your support.

Re: CoppeliaSim crashes with Error: signal 11

Posted: 02 Dec 2019, 10:00
by coppelia
Hello,

what about removing the Vortex plugin from the CoppeliaSim folder? That should be libsimExtDynamicsVortex.so

Cheers

Re: CoppeliaSim crashes with Error: signal 11

Posted: 03 Dec 2019, 00:37
by realjsk
Your solution worked. Thank you.