FRC-Utilities / QDriverStation

Cross-platform clone of the FRC Driver Station
https://frc-utilities.github.io
MIT License
186 stars 26 forks source link

Missing DLLs #41

Closed fovea1959 closed 5 years ago

fovea1959 commented 7 years ago

Running qdriverstation 16.08 on Win 7 results in "The program can't start because api-ms-win-core-libraryloader-l1-2-0.dll is missing from your computer. Try reinstallation the pogram to fix this problem.".

What are the prerequisites for running this?

alex-spataru commented 7 years ago

As far as I know, the Windows installer comes with all the dependencies of the QDriverStation. I have found online that this issue can be solved by installing the DirectX End-User Runtimes (http://www.microsoft.com/en-us/download/confirmation.aspx?id=8109).

Anyways, I will check how the QDriverStation runs on a vanilla install of Windows 7. There is a possibility that I have failed to include some dependencies/DLLs, as I only tested the QDriverStation on Windows 10.

Thanks for the feedback!