Skip to content

No process is on the other end of the pipe. #292

Open
@coanor

Description

@coanor

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"
)
if err := ui.Init(); err != nil {
    log.Error(error)   // error:  No process is on the other end of the pipe.
    return err
}

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions