fyne-io / terminal

A graphical terminal emulator for Linux using Fyne
Other
247 stars 37 forks source link

win10 run fail #92

Open PaiHL opened 1 month ago

PaiHL commented 1 month ago

PS C:\Users\dev> go install github.com/fyne-io/terminal/cmd/fyneterm@latest
go: downloading github.com/fyne-io/terminal v0.0.0-20240716015208-3f73425d4e0f
go: downloading fyne.io/fyne/v2 v2.5.1-0.20240716011200-bed23d914f5d
go: downloading github.com/ActiveState/termtest/conpty v0.5.0
go: downloading github.com/jeandeaual/go-locale v0.0.0-20240223122105-ce5225dcaa49
go: downloading github.com/nicksnyder/go-i18n/v2 v2.4.0
go: downloading github.com/yuin/goldmark v1.7.1
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading golang.org/x/image v0.18.0
go: downloading github.com/fredbi/uri v1.1.0
go: downloading fyne.io/systray v1.11.0
go: downloading github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
go: downloading github.com/BurntSushi/toml v1.4.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
PS C:\Users\dev>
PS C:\Users\dev> fyneterm
2024/07/22 10:11:32 Fyne error:  Translation failure
2024/07/22 10:11:32   Cause: message "Title" not found in language "br"
2024/07/22 10:11:32   At: C:/Users/dev/go/pkg/mod/fyne.io/fyne/v2@v2.5.1-0.20240716011200-bed23d914f5d/lang/lang.go:72
2024/07/22 10:11:33 Fyne error:  Translation failure
2024/07/22 10:11:33   Cause: message "Title" not found in language "br"
2024/07/22 10:11:33   At: C:/Users/dev/go/pkg/mod/fyne.io/fyne/v2@v2.5.1-0.20240716011200-bed23d914f5d/lang/lang.go:72
2024/07/22 10:11:33 Fyne error:  Translation failure
2024/07/22 10:11:33   Cause: message "Title" not found in language "br"
2024/07/22 10:11:33   At: C:/Users/dev/go/pkg/mod/fyne.io/fyne/v2@v2.5.1-0.20240716011200-bed23d914f5d/lang/lang.go:72
PS C:\Users\dev>
andydotxyz commented 1 month ago

None of those errors would cause the app to stop. If it had crashed there would be a stack trace... does it appear at all? How long before the terminal prompt appears again?