Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5D Demo with GDScript - Plugin Error #598

Closed
christopwner opened this issue Mar 13, 2021 · 1 comment
Closed

2.5D Demo with GDScript - Plugin Error #598

christopwner opened this issue Mar 13, 2021 · 1 comment

Comments

@christopwner
Copy link

Using Godot Engine v3.2.3.stable.official on Ubuntu 20.04.02 LTS.

On first load of 2.5D Demo with GDScript, receive the following pop-up warning:

Unable to load addon script from path: 'res://addons/node25d/node25d_plugin.gd' There seems to be an error in the code, please check the syntax.

With the following dump in output:

scene/resources/texture.cpp:502 - Condition "!f" is true. Returned: ERR_CANT_OPEN
Failed loading resource: res://.import/node_25d_icon.png-2ad780313818706789bbb15408797db2.stex. Make sure resources have been imported by opening the project in the editor at least once.
Failed loading resource: res://addons/node25d/icons/node_25d_icon.png. Make sure resources have been imported by opening the project in the editor at least once.
res://addons/node25d/node25d_plugin.gd:18 - Parse Error: Can't preload resource at path: res://addons/node25d/icons/node_25d_icon.png
modules/gdscript/gdscript.cpp:599 - Method failed. Returning: ERR_PARSE_ERROR
Cannot open file 'res://.import/mr_mrs_robot.ogg-04d8a930124c76b878f30fed4f47903c.oggstr'.

After closing and re-opening the editor and project, switching back to DemoScene will show following err in output:

scene/2d/canvas_item.cpp:483 - Condition "!is_inside_tree()" is true. Returned: get_transform()

@aaronfranke
Copy link
Member

This bug is a duplicate of godotengine/godot#36713

It's a problem with Godot, not this demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants