godot-orchestrator icon indicating copy to clipboard operation
godot-orchestrator copied to clipboard

godot always crashes when i use godot beautifier theme

Open thewokgamur opened this issue 1 year ago • 3 comments
trafficstars

godot game engine always crashed when i load visual script with godot beautifier theme when i turned off the godot beautifier theme the godot Orchestrator work perfectly fine

thewokgamur avatar May 10 '24 13:05 thewokgamur

Hi @thewokgamur, what is the Godot beautifier theme? Can you share a link to that? Also what version of Orchestrator and Godot are you using?

Naros avatar May 14 '24 13:05 Naros

I downloaded the 2.0.0 version into Godot 4.2.2.stable, and it doesn't work. In fact, the plugin generates a number of errors:

ERROR: Attempt to open script 'res://addons/godot_beautifier/src/settings_panel.gd' resulted in error 'File not found'.
   at: (modules/gdscript/gdscript.cpp:1025)
ERROR: Failed loading resource: res://addons/godot_beautifier/src/settings_panel.gd. Make sure resources have been imported by opening the project in the editor at least once.
   at: (core/io/resource_loader.cpp:274)
WARNING: res://addons/addons/godot_beautifier/src/settings_panel.tscn:4 - ext_resource, invalid UID: uid://igtp4gf8qjm8 - using text path instead: res://addons/godot_beautifier/src/logo.png
     at: load (scene/resources/resource_format_text.cpp:448)
ERROR: Resource file not found: res://addons/godot_beautifier/src/logo.png (expected type: Texture2D)
   at: (core/io/resource_loader.cpp:279)

So I would seem to think this is more an issue with the beautifier plugin than with Orchestrator. But if you can provide the details I requested @thewokgamur, that'd be helpful.

Naros avatar May 14 '24 16:05 Naros

So I setup a test project usng Godot 4.3 with only godot-beautifer installed:

image

This crashes Godot everytime I enable the plug-in, so I'm inclined to think the issue isn't with Orchestrator but that this plugin is doing something that is unacceptable to Godot.

Naros avatar May 14 '24 22:05 Naros

Fixed by #390

Naros avatar Jun 08 '24 23:06 Naros