miggor-StreamGraph/graph_node_renderer
Lera Elvoé 759f6eff73 attempt to fix scene preload hell (#70)
every now and then, opening the project in Godot would throw an error saying that `res://graph_node_renderer/graph_node_renderer.tscn` scene was corrupted and could not be opened. the scene would refuse to open in the editor, throwing the same error. however, the app ran, instantiating the scene like nothing was wrong. the error would sometimes go away after a few restarts.

after many hours of searching up about it, i think i identified the problem. that specific scene file has nothing actually corrupted about it, and deleting and re-adding it solved the problem until some other random next time it popped up. see the relevant issues on godot's github:

https://github.com/godotengine/godot/issues/85907
https://github.com/godotengine/godot/issues/79545
https://github.com/godotengine/godot/issues/70985

for the time being, i've replaced most relevant scene preloads with exports. hopefully it doesn't happen now.

Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/70
Co-authored-by: Lera Elvoé <yagich@poto.cafe>
Co-committed-by: Lera Elvoé <yagich@poto.cafe>
2024-02-21 01:11:26 +00:00
..
textures add a bottom dock (#44) 2024-01-19 09:52:51 +00:00
about_dialog.gd Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
about_dialog.tscn Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
add_node_menu.gd fix crashes in add node menu with empty search results (#58) 2024-01-25 07:36:21 +00:00
add_node_menu.tscn add node menu (#3) 2023-11-23 06:38:10 +00:00
bottom_dock.gd add a bottom dock (#44) 2024-01-19 09:52:51 +00:00
bottom_dock.tscn add a bottom dock (#44) 2024-01-19 09:52:51 +00:00
debug_decks_list.gd Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
debug_decks_list.tscn Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
deck_holder_renderer.gd attempt to fix scene preload hell (#70) 2024-02-21 01:11:26 +00:00
deck_holder_renderer.tscn attempt to fix scene preload hell (#70) 2024-02-21 01:11:26 +00:00
deck_node_renderer_graph_node.gd add colors to ports depending on data type 2024-02-13 14:17:05 +03:00
deck_node_renderer_graph_node.tscn attempt to fix scene preload hell (#70) 2024-02-21 01:11:26 +00:00
deck_renderer_graph_edit.gd attempt to fix scene preload hell (#70) 2024-02-21 01:11:26 +00:00
deck_renderer_graph_edit.tscn attempt to fix scene preload hell (#70) 2024-02-21 01:11:26 +00:00
default_theme.tres merge groups (#2) 2023-11-22 04:26:11 +00:00
logger_renderer.gd add a bottom dock (#44) 2024-01-19 09:52:51 +00:00
logger_renderer.tscn add a bottom dock (#44) 2024-01-19 09:52:51 +00:00
obs_websocket_setup_dialog.gd Implement a temporary system for saving Credentials. (#38) 2024-01-15 05:35:16 +00:00
obs_websocket_setup_dialog.tscn Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
tab_container_custom.gd fix closing tabs not showing the right content (#46) 2024-01-20 04:01:26 +00:00
tab_container_custom.tscn merge groups (#2) 2023-11-22 04:26:11 +00:00
twitch_setup_dialog.gd Twitch updates pt. 1 (#56) 2024-01-25 06:36:05 +00:00
twitch_setup_dialog.tscn Implement a temporary system for saving Credentials. (#38) 2024-01-15 05:35:16 +00:00
unsaved_changes_dialog.tscn Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
unsaved_changes_dialog_single_deck.gd Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
unsaved_changes_dialog_single_deck.tscn Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
variable_viewer.gd add temporary null handling to variable viewer 2024-02-12 11:08:38 +03:00
variable_viewer.tscn add a bottom dock (#44) 2024-01-19 09:52:51 +00:00