Stereo101 / python-MidiToVirtualPianoMacro

Takes a midi file and converts it into a macro which will play the midi using virtualpiano.net. Uses pyHook and ctypes for macro execution.
102 stars 84 forks source link

Entry Point Not Found #1

Closed lionclaw closed 3 years ago

lionclaw commented 7 years ago

Getting an error on opening pyMIDI.exe capture

MinebloxGaming commented 4 years ago

ye i have it how to fix it pls :(

Stereo101 commented 3 years ago

Reading the error message, you are missing a common dll file.

See here for official installer from Microsoft

https://answers.microsoft.com/en-us/windows/forum/windows8_1-pictures-musicapp/api-ms-win-crt-runtime-l1-1-0dll-is-missing/b593b94e-6691-423b-a586-0b7f10131e35

seeyousakura commented 1 year ago

This happened to me too, but C: /Windows/SysWOW64 can see these DLL files。How to solve it? Thank you very much for the reply