Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

battledisplay failing on old linux dev machine #9

Open
misterunix opened this issue Sep 12, 2021 · 1 comment
Open

battledisplay failing on old linux dev machine #9

misterunix opened this issue Sep 12, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@misterunix
Copy link
Owner

Version v0.0.1a

Linux newdev.localdomain 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux release 7.9.2009 (Core)

panic: close of nil channel

goroutine 1 [running]:
github.com/gdamore/tcell/v2.(*tScreen).finish(...)
        /home/bjones/go/pkg/mod/github.com/gdamore/tcell/[email protected]/tscreen.go:481
sync.(*Once).doSlow(0xc0001aa0c0, 0xc0001c8000)
        /usr/local/go/src/sync/once.go:68 +0xd2
sync.(*Once).Do(...)
        /usr/local/go/src/sync/once.go:59
github.com/gdamore/tcell/v2.(*tScreen).Fini(0xc000054180)
        /home/bjones/go/pkg/mod/github.com/gdamore/tcell/[email protected]/tscreen.go:477 +0x47
main.main()
        /home/bjones/go/src/basicbots/main.go:70 +0x463

Line reported is: scr.Fini()
BUT there is more to it than that. The battlescreen never displays.
Tried compiling on both linux boxes and the Cento fails.


works on
Linux Dev1 5.4.0-81-generic #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 20.04.3 LTS

@misterunix misterunix added the bug Something isn't working label Sep 12, 2021
@misterunix
Copy link
Owner Author

opps forgot bug tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant