Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install/ run this program? #13

Open
realabhay opened this issue Apr 16, 2022 · 4 comments
Open

How to install/ run this program? #13

realabhay opened this issue Apr 16, 2022 · 4 comments

Comments

@realabhay
Copy link

realabhay commented Apr 16, 2022

Sorry its probably too obvious to ask but how do I run this? I've tried compiling the main.c but its responding with error messages. I want to use this program to troubleshoot my jumpy and defective touchpad so I can easily show it at the service center and get a replacement.

@ichisadashioko
Copy link
Owner

You can get the artifact binary in Github Actions. It is just an executable. There is no setup required.

@ichisadashioko
Copy link
Owner

The artifact for the master branch is remove a long time ago. You can fork the project to trigger the CI workflow.

@GitSurfin
Copy link

The executable from Github Actions doesn't run due to ucrtbased.dll and vcruntime140d.dll being missing. After downloading both files from the web (dll-files.com), the executable gives the error xc00007b.
It's frustrating that your program isn't even testable by other users.
I hope you fix this issue soon.
Best of luck.

@ichisadashioko
Copy link
Owner

@GitSurfin You will need to install visual c runtime from this website. Even though I only build x86 binary, you should install both x64 and x86 versions.

Here is the video of how this application works right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants