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
各种报错怎么搞??

相关推荐
bulldozer12 小时前
写了个零依赖的 Go 版本管理器,curl | bash 完事
go
香吧香16 小时前
go tool pprof 使用总结
go
用户67570498850220 小时前
从失真到绝对精准:Go语言中如何进行高精度计算?
后端·go
用户6757049885021 天前
还在用字符串返回错误提示?Go语言优雅错误处理的正确姿势!
后端·go
唐青枫1 天前
别把 CLI 写成一坨 os.Args:Go Cobra 从命令树到实战工具详解
go
我叫黑大帅2 天前
别再手动写 updated_at了,这坑我踩过
后端·面试·go
我才是银古2 天前
基于 robotgo 实现 Windows 桌面 RPA 自动化框架:技术全解
go·rpa·robotgo
爱好曙光2 天前
Go GMP调度器调优:CPU绑定与goroutine饥饿实战
性能优化·go·并发编程
景威2 天前
写了个零依赖的 Go 版本管理器,curl | bash 完事,支持自动回退国内镜像
go
cocoCola916672 天前
Go语言操作Redis
go