Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

请问有谁成功更新到1.03系列的吗? #311

Open
youleji opened this issue Aug 23, 2020 · 10 comments
Open

请问有谁成功更新到1.03系列的吗? #311

youleji opened this issue Aug 23, 2020 · 10 comments

Comments

@youleji
Copy link

youleji commented Aug 23, 2020

请问有谁成功更新到1.03系列的吗?能否分享一下呢?万分感谢!
我尝试了各种版本,都是编辑和调试区域空白。
尝试环境manjaro 20

@youleji
Copy link
Author

youleji commented Aug 23, 2020

manjaro 20 KDE 环境 1.03系列编辑和调试区域空白。

@youleji
Copy link
Author

youleji commented Aug 23, 2020

一直在加载中这个问题可以通过删除了 ~/.config/wechat_web_devtools 重启解决。目前能正常预览。但是编辑和调试区域空白。

@youleji
Copy link
Author

youleji commented Aug 23, 2020

ERROR:sandbox_linux.cc(370)] InitializeSandbox() called with multiple threads in process gpu-process.
这个问题可以在启动命令后面加上 --disable-gpu解决

@youleji
Copy link
Author

youleji commented Aug 23, 2020

我转向使用的https://github.com/dragonation/wechat-devtools
搞定了。

@dragonation
Copy link

ERROR:sandbox_linux.cc(370)] InitializeSandbox() called with multiple threads in process gpu-process.
这个问题可以在启动命令后面加上 --disable-gpu解决

disable gpu这个问题不影响使用,只是沙盒的初始化不应该在gpu的进程里调用,报日志而已。然后一般编辑和调试区域空白,说明了vseditor加载失败,其实就是vseditor依赖的native模块加载失败,可以通过调试器里看日志看到加载失败的记录。然后更新一下对应的node模块就可以解决,唯一的坑就是node、nwjs两个的node版本要一致,否则会出现更多莫名其妙的bug。这个也卡了我很久,而且很难发现。因为这些native模块可能node和nwjs都要加载,然后有一个有兼容问题就会……

@owen-gxz
Copy link

owen-gxz commented Dec 8, 2020

 成功  删除旧文件夹
cp: cannot stat '/tmp/wxdt_xsp/wechat_web_devtools_1.03.2011120_x64/$APPDATA/Tencent/微信开发者工具/package.nw': No such file or directory
 失败  command: cp
  at ./bin/update_package_nw.sh:1
  at 拷贝微信开发者工具

升级这个错误怎么解决阿

@wukuy
Copy link

wukuy commented Jan 22, 2021

成功  删除旧文件夹
cp: cannot stat '/tmp/wxdt_xsp/wechat_web_devtools_1.03.2011120_x64/$APPDATA/Tencent/微信开发者工具/package.nw': No such file or directory
 失败  command: cp
  at ./bin/update_package_nw.sh:1
  at 拷贝微信开发者工具

报错改下脚本

sudo vim ./bin/update_package_nw.sh
wcwd_file_target="$tmp_dir/wechat_web_devtools_${wechat_v}_x64"
# wcwd_file_package_nw_dir="\$APPDATA/Tencent/微信开发者工具/package.nw"
wcwd_file_package_nw_dir="code/package.nw"

image

@owen-gxz
Copy link

现在一直在加载中如何解决

@owen-gxz
Copy link

image
白色白色的怎么解决阿??

@owen-gxz
Copy link

owen-gxz commented Apr 7, 2021

@wukuy 你的解决没有?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants