Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于v0.9.9b #21

Closed
ghost opened this issue Jul 10, 2019 · 6 comments
Closed

关于v0.9.9b #21

ghost opened this issue Jul 10, 2019 · 6 comments
Labels
Bugs Something isn't working

Comments

@ghost
Copy link

ghost commented Jul 10, 2019

  • 添加服务器时uuid留空,再点下那个服务器,程序会崩溃。
  • 添加服务器 1.1.1.1:1 然后再添加 1.1.1.1:2 前一个被后一个取代了。有时同一个服务器会在不同端口上提供不同配置的v2ray服务。
  • 首选项窗口每点一次弹一个新的,有点乱。
  • 我把v2ray-core所有文件放到 ./qv2ray.d/core/,尝试启动1.1.1.1的时候提示找不到qv2ray.d\geoip.dat点完OK,状态显示已启动但实际上并没有v2ray.exe的进程(没错,我在用windows)。
  • 启动1.1.1.1后启动1.1.1.2,除了日志清空了好像什么也没发生。
  • 添加、移除非运行中的配置时,v2ray-core重启了。
  • 托盘图标的重启和停止好像反了。

暂时只发现这些。

@ghost
Copy link
Author

ghost commented Jul 10, 2019

添加服务器时uuid留空,再点下那个服务器,程序会崩溃。

是JSON解析问题

添加服务器 1.1.1.1:1 然后再添加 1.1.1.1:2 前一个被后一个取代了。有时同一个服务器会在不同端口上提供不同配置的v2ray服务。

是配置文件名问题,目前按照服务器地址(没包含端口号)保存配置

首选项窗口每点一次弹一个新的,有点乱。

是模态对话框设置问题

我把v2ray-core所有文件放到 ./qv2ray.d/core/,尝试启动1.1.1.1的时候提示找不到qv2ray.d\geoip.dat点完OK,状态显示已启动但实际上并没有v2ray.exe的进程(没错,我在用windows)。

是 UI 逻辑问题,这个在 v0.9.9a 里面就有,没有来得及修改

启动1.1.1.1后启动1.1.1.2,除了日志清空了好像什么也没发生。

在启动一个配置后单击另一个配置并再次点击启动时,不会修改当前选择的配置文件,你可以双击配置或停止后单击选择配置再启动

添加、移除非运行中的配置时,v2ray-core重启了。

触发了重载配置函数,这个尽量想办法修复

托盘图标的重启和停止好像反了。

Sorry 这个是纯翻译问题

Thanks for your contribution 💗!

@ghost ghost added this to the Beta v0.9.9b milestone Jul 10, 2019
@ghost ghost added the enhancement label Jul 10, 2019
ghost pushed a commit that referenced this issue Jul 10, 2019
@ghost
Copy link
Author

ghost commented Jul 10, 2019

Done fixing, can you please build and test it?

@ghost ghost removed this from the Beta v0.9.9b milestone Jul 10, 2019
@ghost
Copy link
Author

ghost commented Jul 10, 2019

添加、移除非运行中的配置时,v2ray-core重启了。

现在移除非运行配置时不会重启,但是添加时仍然会出现这种情况
现在 配置文件名默认包含端口号,即使不写hostname 也会生成一个 _0 文件( 下划线为分隔符,0是默认端口)

@ghost
Copy link
Author

ghost commented Jul 11, 2019

Done fixing, can you please build and test it?

这些都是功能性的问题,你那边测试没问题就行了。

@ghost
Copy link
Author

ghost commented Jul 11, 2019

Released, so close.

@ghost ghost closed this as completed Jul 11, 2019
@ghost
Copy link
Author

ghost commented Jul 14, 2019

FYI: Fixed in Release v1 RC1

@rubyKC rubyKC mentioned this issue Aug 24, 2019
@ghost ghost added Bugs Something isn't working From-CoreFeatures labels Sep 5, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Something isn't working
Development

No branches or pull requests

0 participants