I can't run v2ray in qv2ray - eviltoast

In qv2ray when I set the core path in the settings and click on Check v2ray core settings, I get this message:

Core control file is lacking executable permission for the current user.Qv2ray tried to set, but failed because permission denied.

I have installed qv2ray from flatpak. The permissions of the core file is:

-rwxrwxrwx

What is the problem?

  • lurch (he/him)@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Maybe you can run strace to find out more.

    However, is the owner of the file and directory the same as the program is running as and is it accessible?

    Is the filsystem mounted noexec and the file a binary executable?