n00mkrad / flowframes

Flowframes Windows GUI for video interpolation using DAIN (NCNN) or RIFE (CUDA/NCNN)
GNU General Public License v3.0
1.46k stars 114 forks source link

Error in LoadLibraryA is causing because of [ ] was in the name of the flowframes installation directory #231

Open Lampo44 opened 1 year ago

Lampo44 commented 1 year ago

I had my software folder (not in the c drive) renamed as "Software [installed]" (to separate it from setup files folder) and everytime i got error in LoadLibraryA. Guess those (illegal?) characters caused the interpolation not to start. I changed folder name to "Software (installed)". and the problem was fixed. Please check.