hanyu363
hanyu363
I have the same problem. "msg.base.ReqReconnect" is not defined. The message is not normally identified
[proto.zip](https://github.com/zxh0/vscode-proto3/files/1926302/proto.zip) Is it related to setting up
英文差,这么快就被识别出来了。 问题解决了。。应该需要设置一下Proto文件路径才可以。。 "protoc": { "path": "/usr/local/bin/protoc", "options": [ "--proto_path=/Users/weihua/workspace/CityGuardians/common/proto", ] } 谢谢啦。
If you open the proto directory alone, no problem. If proto is not the root directory, it needs to be explicitly specified in the vs configuration. Then restart the editor...
奇怪了。是不是我的系统是用alpine 3.19导致的。 我拉取了最新的代码。。编译运行测试范例就会闪退。。 用release tag的版本就没问题。
我先停止更新至最新版本。保证团队开发进度。 在研究一下吧。。我没有底层开发能力。。gdb基本没用过。。 我看看能不能继续定位到准确行数。
我现在的复现步骤就是。 启动一个alpine:3.19的镜像。 安装好编译工具 从github中clone好源码 make linux 进行编译。。 完成后。。 skynet examples/config.c1 之后。就会出现闪退。。 好像就是cluster.open的时候出问题了。。 你们在本地编译竟然没问题。我就郁闷了。。 我用别的系统在试试。
可能是mac的docker环境导致的。。 我用mac版本的docker。只要调用cluster。。就直接闪退。
可能Rosetta在模拟的时候出现的BUG。。