Disabling the "V-REP crashed in last session" message

Typically: "How do I... ", "How can I... " questions
Post Reply
johnrowlay
Posts: 25
Joined: 09 Aug 2017, 18:52

Disabling the "V-REP crashed in last session" message

Post by johnrowlay »

I am running a V-REP server using the remote API in Python. Sometimes, if my code crashes during simulation and I do not shut down the server correctly, when I then launch a V-REP server on the same port, I receive the following error message:

Image

However, the answer in my case is always "No". This can be tedious when I have to manually click this every time I launch a V-REP server from my Python code.

Is there any way to disable this error message?

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

Re: Disabling the "V-REP crashed in last session" message

Post by coppelia »

Hello,

try by modifying the value of doNotShowCrashRecoveryMessage in file system/usrset.txt

Cheers

Post Reply