icexin / gocraft

A Minecraft like game written in go
MIT License
1.88k stars 131 forks source link

Built the package but cannot see anything! #10

Open carlca opened 6 years ago

carlca commented 6 years ago
macOS 10.14 Mojave beta 10
Go 1.11
GO111MODULE=on

Hello, I've managed to build the package and produced the gocraft executable, but when I run it I cannot see anything, just a black window. The terminal window behind shows that the app is responding to the A, W, S + D commands. When I built the package, all the dependencies appeared to be downloaded without any errors. Maybe it's a Mojave problem.

Any ideas? Thanks!

icexin commented 6 years ago

Is go1.10 ok?

carlca commented 6 years ago

I've tried to switch temporarily to 1.10 using asdf and asdf-golang but that has been hampered by poor documentation and numerous errors, so at the moment, I'm not sure!

carlca commented 6 years ago

Okay, I've tried it under Go 1.10.3 and I'm getting the same thing - a black graphics screen but the console behind is acting as if everything was okay.