simExtPovRay load unscuccessful / crash on windows 10

Report crashes, strange behaviour, or apparent bugs
Post Reply
AlyShmahell
Posts: 4
Joined: 16 Mar 2020, 20:19

simExtPovRay load unscuccessful / crash on windows 10

Post by AlyShmahell »

Hello, I tried running both CoppeliaSim EDU 4.0.0 and 4.1.0 on windows 10 with PovRay as the renderer for a perspective vision sensor.

In case of v4.0.0, I get
Plugin 'PovRay': loading...
Error with plugin 'PovRay': load failed (could not load). The plugin probably couldn't load dependency libraries. Try rebuilding the plugin.
right on startup.

In case of v4.1.0, I get:
CoppeliaSim: debug: 35: simWriteTexture - 0x7FF9BE99A5F0
CoppeliaSim: debug: 34: UnhandledExceptionFilter - 0x7FFA1AD2FD00
CoppeliaSim: debug: 33: memset - 0x7FFA1D8E2F80
CoppeliaSim: debug: 32: _C_specific_handler - 0x7FFA1D8CC5C0
CoppeliaSim: debug: 31: _chkstk - 0x7FFA1D8E10B0
CoppeliaSim: debug: 30: RtlRaiseException - 0x7FFA1D8A9E70
CoppeliaSim: debug: 29: KiUserExceptionDispatcher - 0x7FFA1D8DFE10
CoppeliaSim: debug: 28: v_repPovRay - 0x7FF9BF36B020
CoppeliaSim: debug: 27: simWriteTexture - 0x7FF9BE99A5F0
CoppeliaSim: debug: 26: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 25: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 24: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 23: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 22: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 21: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 20: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 19: simGetParentFollowsDynamic - 0x7FF9BE807CD0
CoppeliaSim: debug: 18: simWriteTexture - 0x7FF9BE99A5F0
CoppeliaSim: debug: 17: QObject::event - 0x7FF9C3DBBE70
CoppeliaSim: debug: 16: QApplicationPrivate::notify_helper - 0x7FF9C36856E0
CoppeliaSim: debug: 15: QApplication::notify - 0x7FF9C3682EA0
CoppeliaSim: debug: 14: QCoreApplication::notifyInternal2 - 0x7FF9C3D94770
CoppeliaSim: debug: 13: QCoreApplicationPrivate::sendPostedEvents - 0x7FF9C3D963C0
CoppeliaSim: debug: 12: qt_plugin_query_metadata - 0x7FF9D1BF57B0
CoppeliaSim: debug: 11: QEventDispatcherWin32::processEvents - 0x7FF9C3DDEDB0
CoppeliaSim: debug: 10: qt_plugin_query_metadata - 0x7FF9D1BF57B0
CoppeliaSim: debug: 9: QEventLoop::exec - 0x7FF9C3D907C0
CoppeliaSim: debug: 8: QCoreApplication::exec - 0x7FF9C3D936A0
CoppeliaSim: debug: 7: simWriteTexture - 0x7FF9BE99A5F0
CoppeliaSim: debug: 6: simWriteTexture - 0x7FF9BE99A5F0
CoppeliaSim: debug: 5: simRunSimulatorEx - 0x7FF9BE999E90
CoppeliaSim: debug: 4: simRunSimulatorEx - 0x7FF9BE999E90
CoppeliaSim: debug: 3: simRunSimulatorEx - 0x7FF9BE999E90
CoppeliaSim: debug: 2: simRunSimulatorEx - 0x7FF9BE999E90
CoppeliaSim: debug: 1: BaseThreadInitThunk - 0x7FFA1C3C7BC0
CoppeliaSim: debug: 0: RtlUserThreadStart - 0x7FFA1D8ACE30
whenever I run the simulation, and then CoppeliaSim crashes.

Does anybody have an idea on how to fix this? I don't have much experience recompiling with Qt dependencies, and the simExtPovRay repository does not have instructions...

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: simExtPovRay load unscuccessful / crash on windows 10

Post by coppelia »

Hello,

where did you get the Pov-Ray plugin binary from? You can get an up-to-date version here, which should work fine with CoppeliaSim V4.1.0

If you already did that, then at what time exactly does CoppeliaSim crash? At start-up, or during simulation? In that case, is at least one vision sensor present in the scene, and set to use the pov-ray plugin?

If it crashes during simulation, type following before starting the simulation:

Code: Select all

sim.setInt32Parameter(sim.intparam_verbosity,sim.verbosity_traceall)
Cheers

Mihail1989
Posts: 1
Joined: 26 May 2020, 21:34

Re: simExtPovRay load unscuccessful / crash on windows 10

Post by Mihail1989 »

Hello,

I have the same problem with CoppeliaSim V4.1.0 / V4.0.0 and Win10. I download the plugin from the link and put it in the folder where coppeliaSim.exe is. I then open the rendererDemo.ttt and when I click on one of the pov-ray resolution buttons, few seconds pass and then coppeliaSim crashes without any warning or error.

On Ubuntu 18.04 works fine though.

Thanks!

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: simExtPovRay load unscuccessful / crash on windows 10

Post by coppelia »

Can you try to recompile the plugin? I can't seem to be able to reproduce that crash..

Cheers

Post Reply