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
I'm building my app on Mac, with GOOS=windows and GOARCH=amd64. When running the app on Windows(build 19041.746), I got the error:
import (
ui "github.com/gizak/termui/v3"
)
iferr:=ui.Init(); err!=nil {
log.Error(error) // error: No process is on the other end of the pipe.returnerr
}
It's maybe a error throw from https://github.com/nsf/termbox-go, how to fix it?
Windows info(part of systeminfo output):
OS Name: Microsoft Windows 10 Home
OS Version: 10.0.19041 N/A Build 19041
OS Build Type: Multiprocessor Free
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 58 Stepping 9 GenuineIntel ~2201 Mhz
The text was updated successfully, but these errors were encountered:
I'm building my app on Mac, with
GOOS=windows
andGOARCH=amd64
. When running the app on Windows(build19041.746
), I got the error:It's maybe a error throw from
https://github.com/nsf/termbox-go
, how to fix it?Windows info(part of
systeminfo
output):The text was updated successfully, but these errors were encountered: