Coder Social home page Coder Social logo

启动过程失败 about qv2ray HOT 10 CLOSED

qv2ray avatar qv2ray commented on May 18, 2024
启动过程失败

from qv2ray.

Comments (10)

 avatar commented on May 18, 2024

Can you provide your config file and Qv2ray settings Qv2ray.conf in your folder (~/.qv2ray for *nix, ./qv2ray.d for Windows) please? I'll try to re-trigger the bug.
It seems the final configuration generated is corrupted.

If you are in Windows, please DONOT add * to the name as the Windows does not allow paths containing special char *

from qv2ray.

Dickxia avatar Dickxia commented on May 18, 2024

from qv2ray.

 avatar commented on May 18, 2024

Can you please provide your OS type? It's Linux, macOS or Windows? As well as your config file ( one of those named 香港 5* 1.5.qv2ray.json)
Please hide your server address and UUID with *

from qv2ray.

Dickxia avatar Dickxia commented on May 18, 2024

Can you please provide your OS type? It's Linux, macOS or Windows? As well as your config file ( one of those named 香港 5* 1.5.qv2ray.json)
Please hide your server address and UUID with *


The OS I use is manjaro gnome(a linux OS)
This problem only happen when I use the offical edition,it's well perform when I use the package in the AUR

{
"outbounds": [
{
"mux": {
"concurrency": 1,
"enabled": false
},
"protocol": "vmess",
"sendThrough": "0.0.0.0",
"settings": {
"vnext": [
{
"address": "****************",
"port": 443,
"users": [
{
"alterId": 2,
"id": "**************************************",
"level": 0,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"dsSettings": {
"path": "/"
},
"httpSettings": {
"host": [
""
],
"path": ""
},
"kcpSettings": {
"congestion": false,
"downlinkCapacity": 20,
"header": {
"type": "none"
},
"mtu": 1350,
"readBufferSize": 1,
"tti": 20,
"uplinkCapacity": 5,
"writeBufferSize": 1
},
"network": "tcp",
"quicSettings": {
"header": {
"type": "none"
},
"key": "",
"security": ""
},
"security": "tls",
"sockopt": {
"mark": 0,
"tcpFastOpen": false,
"tproxy": "off"
},
"tcpSettings": {
"header": {
"request": {
"headers": {
},
"method": "GET",
"path": [
],
"version": "1.1"
},
"response": {
"headers": {
},
"reason": "OK",
"status": "200",
"version": "1.1"
},
"type": "none"
}
},
"tlsSettings": {
"allowInsecure": false,
"alpn": [
],
"certificates": [
],
"disableSystemRoot": false,
"serverName": ""
},
"wsSettings": {
"headers": {
"Host": ""
},
"path": ""
}
},
"tag": "outBound_PROXY"
}
]
}

from qv2ray.

 avatar commented on May 18, 2024

I'm sorry, I tried replacing your file content and the same file name, however, I could not re-generate the same bug. It seems strange.

$ v2ray --version          
V2Ray 4.20.0 (V2Fly, a community-driven edition of V2Ray.) Custom
A unified platform for anti-censorship.

You said:

This problem only happen when I use the offical edition,it's well perform when I use the package in the AUR

Do you mean you install the v2ray-bin in AUR and start the connection in Qv2ray and it works?

If so that should be an upstream bug. Because what Qv2ray does is simply generate a complete v2ray connection config and send it to the v2ray kernel (the /bin/v2ray as in your config file).

BTW, did you see any error messages (like some message pop-ups) before the v2ray core failed with exit code 255 appears in the terminal?

from qv2ray.

 avatar commented on May 18, 2024

Qv2ray creates a final config.json inside the folder ~/.qv2ray/genrerated/config.gen.json
Please run v2ray self config test by inputting the commands below, AFTER you click Start in Qv2ray
v2ray --test --config ~/.qv2ray/genrerated/config.gen.json
And give me the output/

EDITED: Don't forget to set the V2RAY_LOCATION_ASSET env variable, it should be set to /etc/v2ray

so do this:
V2RAY_LOCATION_ASSET=/etc/v2ray v2ray --test --config ~/.qv2ray/genrerated/config.gen.json

from qv2ray.

 avatar commented on May 18, 2024

Did you have v2ray-domain-list-community and v2ray-geoip packages installed? They provide contents of /etc/v2ray, and it's required by Qv2ray.

FYI:
those two packages are at:
https://www.archlinux.org/packages/community/any/v2ray-domain-list-community/
https://www.archlinux.org/packages/community/any/v2ray-geoip/

from qv2ray.

 avatar commented on May 18, 2024

Is this thread still active?

from qv2ray.

copurxia avatar copurxia commented on May 18, 2024

Is this thread still active?

I use the package in AUR instead of offical.So that I haven't care about it.

from qv2ray.

 avatar commented on May 18, 2024

So closed and mark as solved. There are already an update in README explaining this issue.

from qv2ray.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.