Page 1 of 1

Crash during startup, clean install on Windows 7 machine

Posted: 15 Jul 2016, 11:24
by squiddon
Hi,

I can't seem to start VREP on my Windows 7 machines (works fine on OSX).

The console log displays:
Using default Lua library.
Loaded the video compression library.
Add-on script 'vrepAddOnScript-addOnScriptDemo.lua' was loaded.

Then I get a vrep.exe has stopped working popup.

Is there any way of obtaining a trace so I can debug?

Thanks :)

Re: Crash during startup, clean install on Windows 7 machine

Posted: 15 Jul 2016, 11:42
by coppelia
Hello,

thanks for reporting this. Can you enable a few debug switched at the top of the file system/usrset.txt and show us the output of the console (or debug log file)?

Cheers

Re: Crash during startup, clean install on Windows 7 machine

Posted: 15 Jul 2016, 12:32
by squiddon
I've set all switches to true. I still get the same behavior and no debugLog.txt is created.

Re: Crash during startup, clean install on Windows 7 machine

Posted: 18 Jul 2016, 08:08
by coppelia
Then it could be that your folder is write protected?! If you keep sendDebugInformationToFile to false, but set all other debug variables to true, what is the console output?

Cheers

Re: Crash during startup, clean install on Windows 7 machine

Posted: 27 Jul 2016, 09:02
by squiddon
Image

This is what I get with sendDebugInformationToFile set to false. I'm running cmd in admin mode.

Re: Crash during startup, clean install on Windows 7 machine

Posted: 28 Jul 2016, 08:27
by coppelia
Hm, probably an OpenGl issue... Can you try to set debugOpenGl to true (also in system/usrset.txt) and check the output?

Cheers

Re: Crash during startup, clean install on Windows 7 machine

Posted: 29 Jul 2016, 15:12
by squiddon
Image