First aid kit: Difference between revisions

From LabNation Wiki
Jump to navigation Jump to search
(Created page with "= Corrupt settings file = In case the program used to work, but now crashes at startup, there's a chance there might be a corrupt setting stored which causes the crash during...")
 
mNo edit summary
Line 1: Line 1:
= Corrupt settings file =
= Crashing at startup because of corrupt settings file =
In case the program used to work, but now crashes at startup, there's a chance there might be a corrupt setting stored which causes the crash during the initialization phase.
In case the program used to work, but now crashes at startup, there's a chance there might be a corrupt setting stored which causes the crash during the initialization phase.
<br>In order to solve this, you can simply remove the settings file. However, before removing the file, '''please send it to bughunt@lab-nation.com''', as this gives us the rare opportunity to exactly reproduce the crash and solve it at the root!!
<br>In order to solve this, you can simply remove the settings file. However, before removing the file, '''please send it to bughunt@lab-nation.com''', as this gives us the rare opportunity to exactly reproduce the crash and solve it at the root!!
Line 11: Line 11:
* then delete it (with the app closed)
* then delete it (with the app closed)
* restart the app
* restart the app
= Windows: cannot install new version of software/driver =
# make sure all programs are closed; especially those which might be accessing the SmartScope; and try running the installer again.
# ensure the 'Windows Update' service is running. To do so, run 'msconfig' and go to Services tab. Find Windows Update, and make sure the checkbox is ticked. (you can disable it again after the installation, but for some reason Windows likes to check whether it finds a newer driver than the one in our install package)
# restart your Windows machine and try running the installer again.
# in the SmartScope app, go to Menu -> System -> Install driver (which does essentially the same as the driver part in the installer..)
# In Windows, start Device Manager. Verify if you have an entry 'Universal Serial Bus devices' -> SmartScope. Right-click and make sure you check 'Delete the driver software for this device'. Unplug and replug the SmartScope. Try either of steps 1-2-3 to install the driver again.

Revision as of 08:54, 7 March 2018

Crashing at startup because of corrupt settings file

In case the program used to work, but now crashes at startup, there's a chance there might be a corrupt setting stored which causes the crash during the initialization phase.
In order to solve this, you can simply remove the settings file. However, before removing the file, please send it to bughunt@lab-nation.com, as this gives us the rare opportunity to exactly reproduce the crash and solve it at the root!!

The settings file is stored at the following location:

  • Windows: C:\Users\[yourUser]\AppData\Local\LabNation\default.xml (AppData is a hidden folder)
  • Linux: ~/.local/share/LabNation/default.xml

Regarding this file, please:

  • first send it to bughunt@lab-nation.com
  • then delete it (with the app closed)
  • restart the app

Windows: cannot install new version of software/driver

  1. make sure all programs are closed; especially those which might be accessing the SmartScope; and try running the installer again.
  2. ensure the 'Windows Update' service is running. To do so, run 'msconfig' and go to Services tab. Find Windows Update, and make sure the checkbox is ticked. (you can disable it again after the installation, but for some reason Windows likes to check whether it finds a newer driver than the one in our install package)
  3. restart your Windows machine and try running the installer again.
  4. in the SmartScope app, go to Menu -> System -> Install driver (which does essentially the same as the driver part in the installer..)
  5. In Windows, start Device Manager. Verify if you have an entry 'Universal Serial Bus devices' -> SmartScope. Right-click and make sure you check 'Delete the driver software for this device'. Unplug and replug the SmartScope. Try either of steps 1-2-3 to install the driver again.