You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
运行wails dev 以及编译后运行都提示以下内容, Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal DEB | [DevWebServer] Serving DevServer at http://localhost:34115 libEGL warning: DRI2: failed to authenticate
系统环境:
└─$ uname -a
Linux Doit 6.3.0-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.3.7-1 (2023-06-29) x86_64 GNU/Linux
└─$ wails doctor
Wails Doctor
# Wails
Version | v2.6.0
Package Manager | apt
# System
┌───────────────────────────────┐
| OS | Kali GNU/Linux |
| Version | 2023.2 |
| ID | kali |
| Go Version | go1.20.7 |
| Platform | linux |
| Architecture | amd64 |
└───────────────────────────────┘
# Dependencies
┌────────────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version |
| *docker | docker.io | Installed | 24.0.5 |
| gcc | build-essential | Installed | 12.10 |
| libgtk-3 | libgtk-3-dev | Installed | 3.24.38-2 |
| libwebkit | libwebkit2gtk-4.0-dev | Installed | 2.40.5-1 |
| npm | npm | Installed | 9.8.1 |
| *nsis | nsis | Installed | v3.09-1 |
| pkg-config | pkg-config | Installed | 1.8.1 |
└───────────────── * - Optional Dependency ──────────────────┘
# Diagnosis
SUCCESS Your system is ready for Wails development!
└─$ node -v
v20.0.0
测试wails demo项目是没问题的
The text was updated successfully, but these errors were encountered:
感谢作者的好项目!
运行
wails dev
以及编译后运行都提示以下内容,Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal DEB | [DevWebServer] Serving DevServer at http://localhost:34115 libEGL warning: DRI2: failed to authenticate
系统环境:
测试wails demo项目是没问题的
The text was updated successfully, but these errors were encountered: