icexin / gocraft

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

open texture.png: no such file or directory #20

Closed usdogu closed 3 years ago

usdogu commented 3 years ago

when I want to open the game it shows this error and quit , I both installed libgl1-mesa-dev and xorg-dev

Full error : https://imgur.com/a/dIaOSfN

icexin commented 3 years ago

texture.png is in the project root directory, you can copy the file to the current directory and run gocraft, or run gocraft in the project directory.

usdogu commented 3 years ago

I am stupid, thanks