[GH-ISSUE #593] why go build for win display different? #433

Closed
opened 2026-03-04 01:04:56 +03:00 by kerem · 2 comments
Owner

Originally created by @r9w-design on GitHub (Apr 27, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/593

屏幕截图 2021-04-27 102845
i use ubuntu in docker on win10 system, run ' env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go', get 'main.exe', docker cp this file to win10 and execute, then display different. is this golang build problem? how can i fix this?

Originally created by @r9w-design on GitHub (Apr 27, 2021). Original GitHub issue: https://github.com/rivo/tview/issues/593 ![屏幕截图 2021-04-27 102845](https://user-images.githubusercontent.com/30255258/116176608-01389700-a745-11eb-9ed2-5b0292adee4e.png) i use ubuntu in docker on win10 system, run ' env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go', get 'main.exe', docker cp this file to win10 and execute, then display different. is this golang build problem? how can i fix this?
kerem closed this issue 2026-03-04 01:04:56 +03:00
Author
Owner

@rivo commented on GitHub (Apr 27, 2021):

Your build command looks ok to me. As far as I know, the output should be identical to builds on Windows directly. (You could try, though, just to be sure.)

People often report similar issues for tview but these are almost never actual tview issues. Check out the FAQ for a list of previous discussions with similar problems and let me know if there's anything that helped you solve this problem.

<!-- gh-comment-id:827613432 --> @rivo commented on GitHub (Apr 27, 2021): Your build command looks ok to me. As far as I know, the output should be identical to builds on Windows directly. (You could try, though, just to be sure.) People often report similar issues for `tview` but these are almost never actual `tview` issues. Check out the [FAQ](https://github.com/rivo/tview/wiki/FAQ) for a list of previous discussions with similar problems and let me know if there's anything that helped you solve this problem.
Author
Owner

@r9w-design commented on GitHub (Apr 29, 2021):

thank you

<!-- gh-comment-id:829015014 --> @r9w-design commented on GitHub (Apr 29, 2021): thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#433
No description provided.