Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

It's not working, failed to start with following errors:

ERROR: load_source_code: Condition ' err ' is true. returned: err
   At: modules/gdscript/gdscript.cpp:791.
ERROR: load: Condition ' err != OK ' is true. returned: RES()
   At: modules/gdscript/gdscript.cpp:1855.
ERROR: _load: Failed loading resource: res://Cloud.gd
   At: core/io/resource_loader.cpp:184.
ERROR: poll: res://Game.tscn:4 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Cloud.gd
   At: scene/resources/scene_format_text.cpp:182.
ERROR: load: Condition ' err != OK ' is true. returned: RES()
   At: core/io/resource_loader.cpp:147.
ERROR: _load: Failed loading resource: res://Game.tscn
   At: core/io/resource_loader.cpp:184.
ERROR: start: Failed loading scene: res://Game.tscn
   At: main/main.cpp:1596.
WARNING: cleanup: ObjectDB Instances still exist!
   At: core/object.cpp:1988.
ERROR: clear: Resources Still in use at Exit!
   At: core/resource.cpp:388.


This is a known bug and fixed in Godot 3 beta 2. Please use beta2 or rc1 :-)

Nice one, thanks for the detailed report. I'll recompile it with Beta 2.

OK, I've recompiled it with beta 2. Hopefully that will work

Yes, it's working fine now. Thanks!

Great!!! Thanks and enjoy :)

(1 edit)

The Linux download currently only shows up on the Linux-mentioning news page... not even on the downloads page from there.

Although you should be able to include the Linux executable with in the same .zip as the Windows one (maybe the MacOS one too, if they're all using the same .pck file like it seems like they should).

(+1)

I had to make some changes to the Linux build, so it was taken down for a day. It should be back up now! Please let me know if you have any problems getting it to run.

That's a good idea putting all the executables in one zip, it's how I like to download games, though it may be confusing to less technically proficient players.