Open wangzl1163 opened 4 years ago
前一个日志表示你fontconfig有问题,估计是版本不对。不过应该不影响正常使用 后两行日志的情况,我估计是你系统的glibc和gcc支持库版本不对或缺失,libatomic.so文件我查了一下,来源于gcc项目。你安装一下对应依赖看看能不能解决问题
前一个日志表示你fontconfig有问题,估计是版本不对。不过应该不影响正常使用 后两行日志的情况,我估计是你系统的glibc和gcc支持库版本不对或缺失,libatomic.so文件我查了一下,来源于gcc项目。你安装一下对应依赖看看能不能解决问题
查看了一下gcc版本,应该是最新版了,如下 Name : gcc Version : 10.1.1 发布 : 1.fc32 Architecture : x86_64 Size : 81 M 源 : gcc-10.1.1-1.fc32.src.rpm Repository : @System 来自仓库 : updates Summary : Various compilers (C, C++, Objective-C, ...) URL : http://gcc.gnu.org 协议 : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and : LGPLv2+ and BSD Description : The gcc package contains the GNU Compiler Collection version 10. : You'll need this package in order to compile C code.
glibc版本,安装了最新版,如下 Name : glibc Version : 2.31 发布 : 4.fc32 Architecture : x86_64 Size : 16 M 源 : glibc-2.31-4.fc32.src.rpm Repository : @System 来自仓库 : updates Summary : The GNU libc libraries URL : http://www.gnu.org/software/glibc/ 协议 : LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with : exceptions and BSD and Inner-Net and ISC and Public Domain and : GFDL Description : The glibc package contains standard libraries which are used by : multiple programs on the system. In order to save disk space and : memory, as well as to make upgrading easier, common system code : is kept in one place and shared between programs. This particular : package contains the most important sets of shared libraries: the : standard C library and the standard math library. Without these : two libraries, a Linux system will not function.
前一个日志表示你fontconfig有问题,估计是版本不对。不过应该不影响正常使用 后两行日志的情况,我估计是你系统的glibc和gcc支持库版本不对或缺失,libatomic.so文件我查了一下,来源于gcc项目。你安装一下对应依赖看看能不能解决问题
查看了一下gcc版本,应该是最新版了,如下 Name : gcc Version : 10.1.1 发布 : 1.fc32 Architecture : x86_64 Size : 81 M 源 : gcc-10.1.1-1.fc32.src.rpm Repository : @System 来自仓库 : updates Summary : Various compilers (C, C++, Objective-C, ...) URL : http://gcc.gnu.org 协议 : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and : LGPLv2+ and BSD Description : The gcc package contains the GNU Compiler Collection version 10. : You'll need this package in order to compile C code.
glibc版本,安装了最新版,如下 Name : glibc Version : 2.31 发布 : 4.fc32 Architecture : x86_64 Size : 16 M 源 : glibc-2.31-4.fc32.src.rpm Repository : @System 来自仓库 : updates Summary : The GNU libc libraries URL : http://www.gnu.org/software/glibc/ 协议 : LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with : exceptions and BSD and Inner-Net and ISC and Public Domain and : GFDL Description : The glibc package contains standard libraries which are used by : multiple programs on the system. In order to save disk space and : memory, as well as to make upgrading easier, common system code : is kept in one place and shared between programs. This particular : package contains the most important sets of shared libraries: the : standard C library and the standard math library. Without these : two libraries, a Linux system will not function.
安装了一下libatomic.so.1后可以打开开发者工具了,但是编译后卡住了,始终无法加载出来小程序界面。终端中报错了,报错信息:Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" [5073:5073:0722/134235.049995:ERROR:sandbox_linux.cc(370)] InitializeSandbox() called with multiple threads in process gpu-process. [5073:5073:0722/134235.277201:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command [5073:5073:0722/134317.460542:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command (node:5143) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
确认一下,wine和wine-binfmt的安装情况可以吗?
加载小程序卡住一段时间后,显示一个提示框,提示内容为:小程序重启耗时过久,请确认业务逻辑中是否有复杂运算,或者死循环。但是并不存在死循环,windows版是没有问题的。
确认一下,wine和wine-binfmt的安装情况,可以提供一下吗?
确认一下,wine和wine-binfmt的安装情况,可以提供一下吗?
重新安装了一下wine,版本为:wine-5.12,wine-binfmt没有找到安装方法和下载wine-binfmt包的地址。不过重新打开开发者工具可以加载出来小程序页面了,同时开发者工具的console面板也可以正常输出了。不过终端中仍然输出大量错误信息。如下。
[15143:15143:0722/163311.656571:ERROR:CONSOLE(7963)] "Extension server error: Inspector protocol error: Cannot find context with specified id", source: chrome-devtools://devtools/bundled/shell.js (7963) [15143:15143:0722/163311.656829:ERROR:CONSOLE(5197)] "Cannot find context with specified id", source: chrome-devtools://devtools/bundled/shell.js (5197) [15143:15143:0722/163311.657084:ERROR:CONSOLE(7963)] "Extension server error: Inspector protocol error: Cannot find context with specified id", source: chrome-devtools://devtools/bundled/shell.js (7963)
这个错误一直在打印。
确认一下,wine和wine-binfmt的安装情况,可以提供一下吗?
重新安装了一下wine,版本为:wine-5.12,wine-binfmt没有找到安装方法和下载wine-binfmt包的地址。不过重新打开开发者工具可以加载出来小程序页面了,同时开发者工具的console面板也可以正常输出了。不过终端中仍然输出大量错误信息。如下。
[15143:15143:0722/163311.656571:ERROR:CONSOLE(7963)] "Extension server error: Inspector protocol error: Cannot find context with specified id", source: chrome-devtools://devtools/bundled/shell.js (7963) [15143:15143:0722/163311.656829:ERROR:CONSOLE(5197)] "Cannot find context with specified id", source: chrome-devtools://devtools/bundled/shell.js (5197) [15143:15143:0722/163311.657084:ERROR:CONSOLE(7963)] "Extension server error: Inspector protocol error: Cannot find context with specified id", source: chrome-devtools://devtools/bundled/shell.js (7963)
这个错误一直在打印。
如果不影响使用的话,就没有什么问题。基于nwjs和electron的项目,命令行启动的话,本身就会看到不少奇怪的错误日志。一帮情况下不影响正常使用就不要去计较。
fedroa 32系统,下载的release版本,tar解压后执行了“./bin/wechat-devtools” 报错,错误信息如下 `Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" [24037:24037:0721/174513.648341:ERROR:sandbox_linux.cc(370)] InitializeSandbox() called with multiple threads in process gpu-process. [24055:24055:0721/174513.679617:FATAL:nw_content_renderer_hooks.cc(53)] Failed to load node library (error: libatomic.so.1: 无法打开共享对象文件: 没有那个文件或目录)
0 0x7fbea32f3f79
[24059:24059:0721/174513.690771:FATAL:nw_content_renderer_hooks.cc(53)] Failed to load node library (error: libatomic.so.1: 无法打开共享对象文件: 没有那个文件或目录)
0 0x7fb9a7fd7f79
`