Page 1 of 1

Terminal log file

Posted: Mon Jun 18, 2018 6:59 pm
by squinto13
Hello,

Is there a log file saved from the terminal by default for past sessions? If so, how do I find it? I'm hoping to recover some otherwise unrecoverable data which I normally print to a .txt file within MATLAB, but in this case OpenViBE crashed before it could print.

Thanks!
James

Re: Terminal log file

Posted: Tue Jun 19, 2018 7:04 am
by jtlindgren
Hello, this depends on the operating system, on windows the log file location is

Code: Select all

C:\users\yourname\appdata\roaming\openvibe-version
and on linux

Code: Select all

.config/openvibe-version/
The log you're interested in should be called openvibe-designer.log, but some other files there might be sometimes useful too.

Cheers,
Jussi