Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a bunch of UID errors #20

Closed
jitspoe opened this issue Jul 5, 2023 · 1 comment
Closed

Getting a bunch of UID errors #20

jitspoe opened this issue Jul 5, 2023 · 1 comment

Comments

@jitspoe
Copy link
Contributor

jitspoe commented Jul 5, 2023

Using the latest 4.1 RC.

  modules/mbedtls/stream_peer_mbedtls.cpp:89 - TLS handshake error: -9984
  editor/plugins/asset_library_editor_plugin.cpp:858 - Error getting image file from URL: https://cdn.githubraw.com/Sythelux/TerrainPlugin-Testing/godot-4.0/icon.png
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/boom.tscn:3 - ext_resource, invalid UID: uid://iq7nou88a1p6 - using text path instead: res://addons/ridiculous_coding/boom.png
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/boom.tscn:4 - ext_resource, invalid UID: uid://bi70kv2drp1wj - using text path instead: res://addons/ridiculous_coding/boom.wav
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/font.tres:3 - ext_resource, invalid UID: uid://cou25nuh5skxq - using text path instead: res://addons/ridiculous_coding/GravityBold8.ttf
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/blip.tscn:4 - ext_resource, invalid UID: uid://dxjiybsoe46f6 - using text path instead: res://addons/ridiculous_coding/blip.png
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/blip.tscn:5 - ext_resource, invalid UID: uid://ck2j5mgk2iggv - using text path instead: res://addons/ridiculous_coding/blip.wav
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/newline.tscn:4 - ext_resource, invalid UID: uid://dise0erjarjgh - using text path instead: res://addons/ridiculous_coding/newline.png
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/dock.tscn:4 - ext_resource, invalid UID: uid://c3ltnrdrb2qmg - using text path instead: res://addons/ridiculous_coding/under.png
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/dock.tscn:5 - ext_resource, invalid UID: uid://g6lh6kjt0ynq - using text path instead: res://addons/ridiculous_coding/fireworks.wav
  scene/resources/resource_format_text.cpp:447 - res://addons/ridiculous_coding/dock.tscn:6 - ext_resource, invalid UID: uid://dmvuvaqf5uhwi - using text path instead: res://addons/ridiculous_coding/progress.png

I thought opening the tscn files and resaving them might fix it, but Godot said they were corrupt. 😅 Strangely, the addon still works. It just spams like crazy. :(

Edit: Maybe this is more on Godot's side: godotengine/godot#68661

@jitspoe
Copy link
Contributor Author

jitspoe commented Jul 5, 2023

Oh, I think I see the problem. You're ignoring the .import files, which have the UID stored in them. Those should be checked in to github as well.

Red3Tango added a commit to Red3Tango/ridiculous_coding that referenced this issue Dec 11, 2023
Tracking .import file(s) and updated UIDs to fix jotson#20
@jotson jotson closed this as completed Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants