Skip to content

Windows executable troubleshooting

Nikhil VJ edited this page Oct 5, 2018 · 1 revision

Universal C Runtime driver requirement

This program requires a small driver called "Universal C Runtime". It is usually covered in Windows Update and is already present in win10, but in case your system doesn't have it, please install it from here: https://support.microsoft.com/en-gb/help/2999226/update-for-universal-c-runtime-in-windows and then run the program. You may need to restart your system for the driver to be fully installed.

Without this, on running the exe you may get a popup error sayng: Entry point not found: The procedure entry point ucrtbase.abort could not be located in the dynamic link library api-ms-win-crt-runtime-l1-1-0.dll See details here.

Browser

On starting, the program will open a dos box for console output, and spawn a browser tab to load the static GTFS Manager interface. We recommend using Chrome or Chromium browser, else Firefox. If the tool opens up in Internet Explorer (because that's still set as your defaul browser), then please copy the URL (like localhost:5000) and open it in Chrome / Chromium / Firefox.

Visual C++ drivers possible requirement

If the program still errors out even with the C Runtime driver above is installed, then try installing this : Visual C++ Redistributable