Overview
To assist in troubleshooting, LanSchool Support may require you to enable logging on your LanSchool.
While every attempt is made to prevent errors, with any type of software it is possible to get an error or bug. On the Windows Operating System, those errors can result in crashes, faults and error messages. At LanSchool, those types of errors are given the highest priority.
The ability to read and write the Windows Registry is required. It is recommended to contact your local IT Support to setup logging.
Enabling Logging on Windows Student Device
- Run regedit.exe on your computer
- Browse to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LanSchool for 64bit. HKEY_LOCAL_MACHINE\SOFTWARE\LanSchool for 32bit.
- Click Edit>>New>>DWORD (32-bit) Value
- Name the value DebugTrace
- Double click on the word DebugTrace and set the value to 1 (hexidecimal).
- Restart the student device.
- Reproduce the problem.
- Once reproduced, open CMD prompt as Administrator.
- Type “C:\Windows\Temp”
- Locate LskTrace.txt
- Email the file and a brief description of how you reproduced the problem to Lenovo Software Support at support@lanschool.com
Enabling a Logged Windows Installation for LanSchool Student Application
If you are experiencing issues installing the LanSchool Student application, performing a logged installation will help determine where the issue is occurring during installation.
- Copy the student.msi to the local hard drive.
- Run the Command Prompt as Administrator.
- Navigate to the directory where the teacher.msi is copied.
- Run the following command: msiexec.exe /i student.msi /L*V Log.txt
- Follow the installation prompts.
- At the end of the installation click on the option Show the Windows Installer Log.
- Save the log and email it to Lenovo Software Support at support@lanschool.com
Creating a Memory Dump on Windows Student Device
If the LanSchool Student Application is crashing, you may see a dialog box appear that looks like this.
However, it is possible no message is displayed and the application icon will only vanish from the Desktop or System Tray.
The following steps will show you how to configure the Windows Student device to generate a memory dump file. This large data file will contain a "snapshot" of the LanSchool Student Application at the moment of the error.
- Run regedit.exe on your computer
- Browse to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LanSchool for 64bit. HKEY_LOCAL_MACHINE\SOFTWARE\LanSchool for 32bit.
- Click Edit>>New>>String Value.
- The string name should be MiniDump
In the MiniDump string value type in a path where the logged-in user will have sufficient rights to create a new file. In the following example, "C:\Users\dddogget\AppData\Local\Temp" was chosen.
NOTE: You must specify an existing folder, LanSchool will NOT create a new folder for this file.
- After the value path has been created, reboot the machine.
- LanSchool will notify you when an error has occurred.
- After the error occurs, browse to the path created in the registry key. Locate the file lsk*.dmp.
- "Zip" up the file and email it to Lenovo Software Support at support@lanschool.com