kanimaru / twitcher

Full Twitch Library for Godot
MIT License
38 stars 4 forks source link

Godot crash upon enabling the addon - or running the repo as a project (pre-enabled) #17

Open CaveHEX opened 3 weeks ago

CaveHEX commented 3 weeks ago

Hello, I have issues running the addon,

Either by :

In both situations having the proper res://addons/twitcher path, I get :

Issue (1) happens when opening the repo as a project Issue (2) happens when opening the repo as a project, and when enabling the addon when imported in another project

I am running the 4.2.2.stable GDScript version of Godot, the latest version of the repo as of today, on Windows.

I hope that I am not missing something blatantly obvious. Thank you for your time.

CaveHEX commented 3 weeks ago

The gifs in the /documentation directory seemed to be the issue, godot refused to import these. Simply deleting them fixed the issue.

kanimaru commented 3 weeks ago

Yeah the problem is known... Technically the native Gif parser that is in the Lib should take care for it... but somehow you have to manual import Gif files that are already in the project... for new Gifs it seems to work. So I guess that origin is a Godot Editor problem with existing files when new Importer get installed. I think we will remove the Gif file for now...