FastMonitor - 网络流量监控与威胁检测工具--各种报错!!!

Not found: time.Time

Done.

• Compiling application: Done.

• Packaging application: Done.

Using DevServer URL: http://localhost:34115

Using Frontend DevServer URL: http://localhost:5173/

Using reload debounce setting of 500 milliseconds

Database migration completed

ProcessStats Table recreated with exe as primary key

Scheduler started: vacuum interval = 1h0m0s, retention = 7 days

2026-01-06 19:00:07 Running maintenance tasks...

Vacuum: removed 0 old PCAP files

INF | Serving assets from frontend DevServer URL: http://localhost:5173/

panic: failed to init GTK

goroutine 1 running, locked to thread:

github.com/wailsapp/wails/v2/internal/frontend/desktop/linux.NewFrontend.func1()

/root/go/pkg/mod/github.com/wailsapp/wails/v2@v2.11.0/internal/frontend/desktop/linux/frontend.go:150 +0x307

sync.(*Once).doSlow(0x253ed98, 0x171ece8)

/usr/local/go/src/sync/once.go:78 +0x168

sync.(*Once).Do(0x253ed98, 0x171ece8)

/usr/local/go/src/sync/once.go:69 +0x3e

github.com/wailsapp/wails/v2/internal/frontend/desktop/linux.NewFrontend({0x177d558, 0xc000137020}, 0xc000198180, 0xc00041a000, 0xc000178380, {0x1777aa0, 0xc0001edb30})

/root/go/pkg/mod/github.com/wailsapp/wails/v2@v2.11.0/internal/frontend/desktop/linux/frontend.go:141 +0x71

github.com/wailsapp/wails/v2/internal/frontend/desktop.NewFrontend({0x177d558, 0xc000137020}, 0xc000198180, 0xc00041a000, 0xc000178380, {0x1777aa0, 0xc0001edb30})

/root/go/pkg/mod/github.com/wailsapp/wails/v2@v2.11.0/internal/frontend/desktop/desktop_linux.go:16 +0x7b

github.com/wailsapp/wails/v2/internal/app.CreateApp(0xc000198180)

/root/go/pkg/mod/github.com/wailsapp/wails/v2@v2.11.0/internal/app/app_dev.go:229 +0x1a9f

github.com/wailsapp/wails/v2/pkg/application.(*Application).Run(0xc000418000)

/root/go/pkg/mod/github.com/wailsapp/wails/v2@v2.11.0/pkg/application/application.go:58 +0x72

github.com/wailsapp/wails/v2.Run(0xc000198180)

/root/go/pkg/mod/github.com/wailsapp/wails/v2@v2.11.0/wails.go:14 +0x2f

main.main()

/home/software/FastMonitor/main.go:82 +0x1252

Watching (sub)/directory: /home/software/FastMonitor

To develop in the browser and call your bound Go methods from Javascript, navigate to: http://localhost:34115
各种报错怎么搞??

相关推荐
tyung2 天前
Go 手写有界 SPSC 环形队列:无 CAS、无锁、Cache 友好的无锁模型
后端·go
喵个咪2 天前
技术复盘:基于 go-wind-cms 的官网+商城双业务渐进拆分实战
后端·架构·go
止语Lab2 天前
Go context 超时传播:你以为设了就安全了
go
踏着七彩祥云的小丑3 天前
Go学习第9天:并发编程 + 文件操作 + 正则表达式
学习·golang·正则表达式·go
止语Lab3 天前
Go 代码生成的三层认知:从忍住不用到自己造轮子
go
协享科技3 天前
AI 视频理解:让 Agent 看视频并总结内容
人工智能·go·音视频·agent·ai编程
曲幽4 天前
掏出手机就能搭个 WebDAV 同步服务器?这操作有点香
go·termux·tampermonkey·sync·webdav·filebrowser·gowebdav·koreader
Code_Artist4 天前
🦜用 GoAI 从零打造一个 AI Agent 脚手架工程:重新定义智能体开发范式!
go·agent·ai编程
ShuiShenHuoLe5 天前
OS的常用函数
go
踏着七彩祥云的小丑5 天前
Go学习第8天:接口 + 泛型 + 错误处理
开发语言·学习·golang·go