/OMSI-LogHelper

This tool is an attempt to make the OMSI log file more understandable.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

OMSI-LogHelper

This tool is an attempt to make the OMSI log file more understandable and accessible.

Often the log file is confusing, and important information is hidden between unimportant information.

With this tool, the focus should be put on the really critical things. That's why all errors are right at the beginning, so that you can start fixing them immediately.

Technical Details

  • App Framework: Electron
  • contextIsolation from Electron is enabled
  • build in security features used
  • Fully written with JavaScript and HTML

How to use?

  • Install current NodeJS (Link: https://nodejs.org/en)
  • Clone that Repository
  • Run npm install to obtain Electron
  • Run npm start and wait till Electron Window appears

Known Problems

  • Currently there is no UI