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

Unable to open multiple files when getting project from Godot Asset Library, project doesn't load. #128

Open
Miega opened this issue Jul 30, 2022 · 5 comments
Labels

Comments

@Miega
Copy link

Miega commented Jul 30, 2022

OS/device including version:
Windows 10.0.19042

Issue description:
I was importing this project into Godot when I got the following set of errors:

--- GDScript language server started ---
 Cannot open file 'res://.import/door.dae-7f8548364364a8c72d317db0aac6a97d.scn'.
 Cannot open file 'res://.import/open_close.wav-15c93b82a463a1fe63bbc03e48e48393.sample'.
 Cannot open file 'res://.import/BlastMesh.glb-b73267f06de3a944c01538e9fdef2594.scn'.
 Cannot open file 'res://.import/charge.wav-ca59df8cae0ad5b1fea987f205ca4e33.sample'.
 Cannot open file 'res://.import/explosion.wav-8b1408a92e13f73affdc0326a2858c09.sample'.
 Cannot open file 'res://.import/hit.wav-0382ddf0ec7020fb04e2666fb8b2f72f.sample'.
 Cannot open file 'res://.import/shoot.wav-81aef4aff359235fd45078daadcb9e5e.sample'.
 Cannot open file 'res://.import/walk.wav-9036336121ed9699b9a0fe895306c86a.sample'.
 Cannot open file 'res://.import/LightRaysMesh.glb-7064e2802466cd2578058f8b016cbc85.scn'.
 Cannot open file 'res://.import/BarrelSmoke.glb-8e2d69c4951af8065240d2d52c721128.scn'.
 Cannot open file 'res://.import/red_robot.dae-1b7c21e895639cdfc51b4632e66bc08e.scn'.
 Cannot open file 'res://.import/SparkParticle.glb-e3f6706407f31f2c4028af0147be98dc.scn'.
 Cannot open file 'res://.import/part_head.glb-8de207327aec4b1572370054a7354cf7.scn'.
 Cannot open file 'res://.import/part_shield.glb-d6c233d3d85ae961b022dca28194d5a7.scn'.
 Cannot open file 'res://.import/ray.glb-8e1d5bd28d6e0c01a107a5b661f05121.scn'.
 Cannot open file 'res://.import/flying_forklift.glb-5fc3f6403d54a193b6e3b14c2633d073.scn'.
 Cannot open file 'res://.import/core.glb-6d1fe901749789ad3144bf80da386b2d.scn'.
 Cannot open file 'res://.import/lights.glb-e682766b019cdb9ecca59a07b4749bef.scn'.
 Cannot open file 'res://.import/props.glb-ef7d7320b04a8755385d61edb896d714.scn'.
 Cannot open file 'res://.import/structure.glb-21fe3543c920768091702bd640720751.scn'.
 Cannot open file 'res://.import/level_music.ogg-4afd12677c88b2d2a03f7bd78697bf1a.oggstr'.
 Cannot open file 'res://.import/menu_intro_music.ogg-790ed16894e4b5a52d74fb71b5f5de88.oggstr'.
 Cannot open file 'res://.import/jump.wav-2603877681c9e067c3a9a93e9a4fc8fc.sample'.
 Cannot open file 'res://.import/land.wav-30873fe661744bdc60c0d00d7401aab3.sample'.
 Cannot open file 'res://.import/shoot.wav-8244db64ae3703b75575788340a3a2e5.sample'.
 Cannot open file 'res://.import/step.wav-d0eb4ea2bd4432739110520bfa71a096.sample'.
 Cannot open file 'res://.import/bullet_explode.wav-cb1cff5a50e4c409ec7fc505de7bc81f.sample'.
 Cannot open file 'res://.import/muzzle_flash_particle_mesh.glb-a66d023aa0694204914831451c14f128.scn'.
 Cannot open file 'res://.import/player.glb-4fab3988dc7fd5b74f5ba5057da16803.scn'.
 modules/hdr/image_loader_hdr.cpp:50 - Ignoring unsupported header information in HDR: GAMMA=1.
 modules/hdr/image_loader_hdr.cpp:50 - Ignoring unsupported header information in HDR: PRIMARIES=0 0 0 0 0 0 0 0.
 servers/visual_server.cpp:341 - Octahedral compression cannot be used to compress a zero-length vector, please use normalized normal values or disable octahedral compression
 Resource file not found: res://door/model/doorsimple_d.png.
 Resource file not found: res://enemies/red_robot/model/EvilRobo-BaseColor.png.
Switch Scene Tab```
@Miega Miega added the bug label Jul 30, 2022
@Calinou
Copy link
Member

Calinou commented Jul 30, 2022

Which Godot version are you using?

@Miega
Copy link
Author

Miega commented Jul 30, 2022

Sorry, thought this was in the logs. I am using Godot_v3.4.4-stable_mono_win64

@Calinou
Copy link
Member

Calinou commented Jul 30, 2022

Does it work if you download a ZIP of the latest revision of this repository and import that project instead?

@aaronfranke
Copy link
Member

Godot has bugs when opening projects for the first time. You can fix it by closing and re-opening Godot.

@Miega
Copy link
Author

Miega commented Jul 30, 2022

Does it work if you download a ZIP of the latest revision of this repository and import that project instead?

Importing this ZIP file also created a log with similar issues to the first log in this thread.

I did follow @aaronfranke 's advice, which seems to let me play the project with no issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants