Skip to content

Commit

Permalink
Add FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh0stWalk3r committed Jun 14, 2021
1 parent 8ed957b commit 255cdf4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Grisu NÖ - FullscreenBrowser
============

# Grisu NÖ - FullscreenBrowser

[![License][license-image]][license-url] [![Join the chat at https://gitter.im/Grisu-NOE/FullscreenBrowser][gitter-image]][gitter-url] [![Coverity Scan][coverity-image]][coverity-url]

This project aims to build a desktop-based application to improve and extend the functionality of https://infoscreen.florian10.info/.

Licensing
---------
## FAQ

* I am having troubles to start the App, it fails with something like ```System.DllNotFoundException: Die DLL "mozglue": Das angegebene Modul wurde nicht gefunden. (Ausnahme von HRESULT: 0x8007007E) kann nicht geladen werden.```
* You may be missing [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/de-at/download/details.aspx?id=48145)
on your system. Install and reboot, then try again.

## Licensing

Grisu NÖ - FullscreenBrowser is licensed under the [MIT License (MIT)](LICENSE).

Expand Down
9 changes: 5 additions & 4 deletions src/Gui/FullscreenBrowser/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
// Austraße 33
// A-3500 Krems/Donau
// Austria
//
//
// Tel.: +43 (0)2732 85522
// Fax.: +43 (0)2732 85522 40
// E-mail: [email protected]
//
//
// This software is furnished under a license and may be
// used and copied only in accordance with the terms of
// such license and with the inclusion of the above
// copyright notice. This software or any other copies
// thereof may not be provided or otherwise made
// available to any other person. No title to and
// ownership of the software is hereby transferred.
//
//
// The information in this software is subject to change
// without notice and should not be construed as a
// commitment by Freiwillige Feuerwehr Krems/Donau.
//
//
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
namespace At.FF.Krems.FullscreenBrowser
Expand Down Expand Up @@ -78,6 +78,7 @@ public static int Main(string[] args)
}
catch (Exception exception)
{
Logger.Info("In case of `System.DllNotFoundException`, try to install `Visual C++ Redistributable for Visual Studio 2015` from https://www.microsoft.com/de-at/download/details.aspx?id=48145");
Logger.Error(exception);
Logger.Debug(Bootstrapper.WhatDoIHave());
exitcode = -1;
Expand Down

0 comments on commit 255cdf4

Please sign in to comment.