-
Notifications
You must be signed in to change notification settings - Fork 8
Troubleshooting
Contents:
- CemrgApp crashes on start
- Finding the Log
- For bigger problems (logging an issue)
Sometimes when things do not work it is due to CemrgApp not closing correctly, for example, a particular side view window was not closed before closeing the app. When this happens, CemrgApp can crash on loading.
The solution is to remove the autosave folders, which get created and stored automatically. The location of these folders changes depending on the operating system.
On Windows:
- Press Ctrl+E to bring up an explorer window
- In the path bar type
c:/Users/YOUR_USERNAME/AppData/Local/KCL
(do not confuse with the search bar at the top-right) - In the folder, delete all folders starting with
CemrgApp
On UNIX
- Open a terminal and type
rm -rf ~/.local/share/KCL/CemrgApp*
Finding errors can be tricky. CemrgApp provides a log file of the actions happening in the background. Accessing it can be very helpful for troubleshooting the app. The log is under Window > Show View > Logging.
The log can be copied into the clipboard and easily shared. This is the best way to troubleshoot any problems with the app.
Issues section of the repository can be used to track todos, bugs, feature requests, and more. As issues are created, they’ll appear here in a searchable and filterable list. To get started, you should create an issue.
The Cardiac Electro-Mechanics Research Group (CEMRG) at King's College London applies statistical, machine learning and simulation approaches to combine experimental and clinical data with physics and biology to study the physiology, pathology, diagnosis and treatment of the heart.