carenalgas / popochiu

Godot plugin to make point n' click games in a similar way to tools like Adventure Game Studio and Power Quest.
MIT License
159 stars 17 forks source link

Exported project only shows the GUI #181

Closed mapedorr closed 4 months ago

mapedorr commented 4 months ago

Bug description

When the project is exported to Web, running the game only shows the GUI. When exported to Windows or Linux, the game don't open.

Steps to reproduce

  1. Create a game with a room with props and a character.
  2. Run the game in the Editor. It should work as expected.
  3. Export the project to Web, Windows, or Linux.
  4. Running the game on the Web build will make the GUI visible, but nothing else. When trying to open the .exe or the .x86_64 nothing happens.

Expected vs observed behavior

The exported project should work as it does in the Editor.

Environment information (please complete):

Additional context

The following error message appears in the Output when exporting: res://addons/popochiu/popochiu_export_plugin.gd:67 - Cannot call method 'file_exists' on a null value.