Skip to content

Crash on Vapoursynth R66 #10

Open
Open
@YohoYang

Description

@YohoYang

It seems that Vapoursynth R66 has modified the path and parameters of vsrepo.py, causing an exception. The software crashes after starting.

Traceback (most recent call last):
  File "D:\Downloads\VSRepoGUI-master\VSRepoGUI-master\VSRepoGUI\bin\Debug\vsrepo.py", line 220, in <module>
    py_script_path = os.path.join(base_path, 'vs-scripts') if os.path.exists(os.path.join(base_path, 'vs-scripts')) else os.path.dirname(detect_vapoursynth_installation())
                                                                                          ^^^^^^^^^
NameError: name 'base_path' is not defined

portable mode, vsrepogui.json file

{  
    "Bin":"vsrepo.py",
    "win32": {
     "Binaries":"vs-plugins32",
     "Scripts":"vs-scripts"
    },
    "win64": {
     "Binaries":"vs-plugins",
     "Scripts":"vs-scripts"
    }
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions