Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2013-06-14 07:30:10
Size: 1704
Comment:
Revision 10 as of 2015-12-11 09:16:12
Size: 1207
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * first of all, start nrec in a terminal window and check for error messages in the output: right-click on the desktop background, choose "execute command..." or "Befehl ausführen...". Type
 {{{
  konsole
 }}}
 and press Enter. A terminal window appears.
Click inside this window, type "./start" and press Enter. Carefully check, if there are any error messages in the output by scrolling up and down in the terminal window.
 * Open a terminal window.
 * Click inside this window, type "nr" and press Enter. Carefully check, if there are any error messages in the output by scrolling up and down in the terminal window.
Line 16: Line 13:
 and pressing Enter in the terminal window. Type in the administrator password. Now the input prompt should display a "#" sign at the rightmost end.
 Now it is time to enter the standard working directory. Find it out by typing
 {{{
  cat start
 }}}
 (pressing Enter is now always necessary after typing).
 You may find displayed something like
 {{{
  cd saccades && nr
 }}}
 Now change to this directory (in the example: "saccades") by typing:
 {{{
  cd saccades
 }}}
 and pressing Enter in the terminal window (pressing Enter is now always necessary after typing). Type in the administrator password. Now the input prompt should display a "#" sign at the rightmost end.
Line 34: Line 19:
 Choose one from a point of time, when nrec was correctly starting up (you may identify it by the file size) and copy it to the current configuration file:  Choose one from a point of time (yesterday?), when nrec was correctly starting up (you may identify it by the file size) and copy it to the current configuration file:
Line 38: Line 23:
 That's all. Now you can close the terminal window and ty to start nrec again.  That's all. Now you can close the terminal window and try to start nrec again.

nrec crashes right after starting it

  • Open a terminal window.
  • Click inside this window, type "nr" and press Enter. Carefully check, if there are any error messages in the output by scrolling up and down in the terminal window.
  • If an error with the message "Wrong subdevice type." appears, it is very likely, that the nrec configuration file has been corrupted. To resolve this issue, you first have to become super-user (Administrator) by typing
      sux
    and pressing Enter in the terminal window (pressing Enter is now always necessary after typing). Type in the administrator password. Now the input prompt should display a "#" sign at the rightmost end. Show all the recent configuration file backups by typing
      ls -lart .nrec*
    Choose one from a point of time (yesterday?), when nrec was correctly starting up (you may identify it by the file size) and copy it to the current configuration file:
      cp .nrec2008-11-11-11-11-11-111.cfg .nrec.cfg
    That's all. Now you can close the terminal window and try to start nrec again.

nrec: ImmediateCrash (last edited 2015-12-11 09:16:12 by FriedemannBunjes)