bitwes / Gut

Godot Unit Test. Unit testing tool for Godot Game Engine.
1.8k stars 99 forks source link

Having trouble installing GUT #579

Closed wafflebottom closed 4 months ago

wafflebottom commented 5 months ago

Hello,

I am trying to use GUT, but I am running into issues with finding it on the Godot Asset Library. When I search 'gut' or 'Gut' or 'GUT', I cannot find your asset. So, I looked into the documentation and tried to follow the Download and Install instructions, but I get a bunch of Unicode parsing errors when I add the gut directory to my addons directory at the root of my project file. Then I try to activate the directory in the Setup section only to be met with this popup and no way to enable the plugin.

Unable to load addon script from path: 'res://addons/gut/gut_plugin.gd'. This might be due to a code error in that script. Disabling the addon at 'res://addons/gut/plugin.cfg' to prevent further errors.

Do you have any direction for me to get this one resolved?

bitwes commented 5 months ago

What version of godot are you on? My last update changed the required 4.x version to 4.2 so it won't show in the asset library for earlier versions of godot.

The Unicode errors are fixed in the latest version, and is a known issue for the earlier version. It usually still loads though.

On Thu, Mar 14, 2024, 6:03 PM wafflebottom @.***> wrote:

Hello,

I am trying to use GUT, but I am running into issues with finding it on the Godot Asset Library. When I search 'gut' or 'Gut' or 'GUT', I cannot find your asset. So, I looked into the documentation and tried to follow the Download and Install instructions, but I get a bunch of Unicode parsing errors when I add the gut directory to my addons directory at the root of my project file. Then I try to activate the directory in the Setup section only to be met with this popup and no way to enable the plugin.

Unable to load addon script from path: 'res://addons/gut/gut_plugin.gd'. This might be due to a code error in that script. Disabling the addon at 'res://addons/gut/plugin.cfg' to prevent further errors.

Do you have any direction for me to get this one resolved?

— Reply to this email directly, view it on GitHub https://github.com/bitwes/Gut/issues/579, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI2LKDQNK2H277JI5SJGFTYYINELAVCNFSM6AAAAABEW5JC5WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DOMZUGEYTQMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

wafflebottom commented 5 months ago

Hmm. I'm using 4.1.2. I'll install the updated version and see if that does it. Thanks!

bitwes commented 4 months ago

Reopen if you are still having issues.