gdquest-demos / godot-make-pro-2d-games

A-RPG demo made with Godot, MIT-licensed, from our Godot course
MIT License
987 stars 106 forks source link

Can not run the project with Godot 3.1 alpha or the master branch #86

Closed Liangdi closed 5 years ago

Liangdi commented 5 years ago

Version: 3.1.alpha.official System: Fedora 28 x86_64

selection_094 selection_095

Also can not run with 3.0.6 stable, with the output:

OpenGL ES 3.0 Renderer: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) 
OPENING: /home/liangdi/git/godot/make-pro-2d-games-with-godot (::home::liangdi::git::godot::make-pro-2d-games-with-godot)
ERROR: _load_settings_text: Condition ' config_version > 3 ' is true. returned: ERR_FILE_CANT_OPEN
   At: core/project_settings.cpp:495.
ERROR: _load_settings_text_or_binary: Couldn't load file '/home/liangdi/git/godot/make-pro-2d-games-with-godot/project.godot', error code 12.
   At: core/project_settings.cpp:519.
OpenGL ES 3.0 Renderer: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) 
Zireael07 commented 5 years ago

Did you try running it with 3.1 first? In that case, 3.0.6 won't open it.

Liangdi commented 5 years ago

Did you try running it with 3.1 first? In that case, 3.0.6 won't open it.

yes ... i try again , it is the reason , so , it is not a issue now ... thanks