dialogic icon indicating copy to clipboard operation
dialogic copied to clipboard

Errors that happen when using Dialogic 2.0 for the first time

Open coppolaemilio opened this issue 1 year ago • 7 comments

Right after you copy-paste the /addons/dialogic folder to your project (even before enabling the plugin)

image

After enabling Dialogic from the plugin menu:

image

After rebooting the editor

Screen Shot 2022-08-25 at 00 35 35 image

They keep happening after any reboot.

coppolaemilio avatar Aug 24 '22 22:08 coppolaemilio

When trying to run a simple timeline for the first time image

Fixed by: https://github.com/coppolaemilio/dialogic/commit/c93052905b2d20f22372c81b49b282bf6c146ac4

coppolaemilio avatar Aug 24 '22 22:08 coppolaemilio

We can safely ignore this error: image

It is supposed to be fixed in the near future after the Godot Beta initial release: https://github.com/godotengine/godot/pull/64233

coppolaemilio avatar Aug 24 '22 23:08 coppolaemilio

Most of the errors seem to be originating at a Godot level, so I will leave this here until they get fixed. Not sure the timeline on those, but hopefully during Beta.

https://github.com/godotengine/godot/issues/64881

coppolaemilio avatar Aug 25 '22 23:08 coppolaemilio

As of alpha 2, the first time you enable dialogic: image image

Without touching anything, after a restart: image

These last ones persist no matter the amount of restarts.

coppolaemilio avatar Sep 09 '22 23:09 coppolaemilio

on that last one... since Godot has a SVG file now by default, that would be why it's getting that error... but why is AddEventButton.tscn trying to reference the icon.png to begin with...

exelia-antonov avatar Sep 10 '22 00:09 exelia-antonov

Yeah, I don't know where we left that reference, but I'll probably be able to find it using a global search on the project.

coppolaemilio avatar Sep 10 '22 00:09 coppolaemilio

taking a look at the .tscn now, it looks like it's set as the default image on the TextureRect in the scene. the script to add it to the Visual Editor sidebar for each event type then overrides it. the scene will need to be updated to use an image in the addons/Dialogic folder instead

exelia-antonov avatar Sep 10 '22 00:09 exelia-antonov