o3de / buongiorno-sample

Buongiorno Sample and Gem for O3DE
MIT License
4 stars 4 forks source link

Project fails to open and lots of errors #2

Open trsh opened 1 year ago

trsh commented 1 year ago

Log from access processor: https://pastebin.com/P3cTrbHW In console:

[Error] (PassFactory) - FAILED TO CREATE PASS [DiffuseProbeGridUpdatePass]. Could not find pass template [DiffuseProbeGridUpdatePassTemplate]
[Warning] (AssetContainer) - Error loading asset {94A0878A-DBD6-5B0E-994E-BEB870442F9F}:0
[Warning] (AssetContainer) - Error loading asset {96CFA695-08D7-59EB-AA3E-8BE645466F23}:0

[Warning] XML reader: Can't open file (@user@/Editor/EditorEventLog.xml)
[Warning] (AssetContainer) - Error loading asset {94A0878A-DBD6-5B0E-994E-BEB870442F9F}:0
[Warning] (AssetContainer) - Error loading asset {96CFA695-08D7-59EB-AA3E-8BE645466F23}:0
[Warning] (ActionManager) - Did not find menu with menuId EditMenu
[Warning] XML reader: Can't open file (C:/Engines/O3DE/buongiorno-sample/Project/user/Sandbox/Macros.xml)

[Warning] (AssetContainer) - Asset lightingpresets/thumbnail.lightingpreset.azasset ({4F3761EF-E279-5FDD-98C3-EF90F924FBAC}:0) references/depends on asset {A5767C6B-5DB4-5999-A717-4587BEDF5CDE}:bb8 which does not exist in the catalog and cannot be loaded.
[Warning] (AssetContainer) - Asset lightingpresets/thumbnail.lightingpreset.azasset ({4F3761EF-E279-5FDD-98C3-EF90F924FBAC}:0) references/depends on asset {A5767C6B-5DB4-5999-A717-4587BEDF5CDE}:7d0 which does not exist in the catalog and cannot be loaded.
[Error] (PassFactory) - FAILED TO CREATE PASS [DiffuseProbeGridUpdatePass]. Could not find pass template [DiffuseProbeGridUpdatePassTemplate]
[Error] (Serialize) - Failed to read type tag from stream. Load aborted!
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Stream did not deserialize correctly
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Did not find the expected type in the stream
[Error] (Serialize) - Failed to read type tag from stream. Load aborted!
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Stream did not deserialize correctly
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Did not find the expected type in the stream
[Error] (Serialize) - Failed to read type tag from stream. Load aborted!
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Stream did not deserialize correctly
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Did not find the expected type in the stream
[Error] (Serialize) - Failed to read type tag from stream. Load aborted!
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Stream did not deserialize correctly
[Warning] (Serialization) - LoadObjectFromStreamInPlace: Did not find the expected type in the stream
[Warning] (AssetManager) - GetAsset called for asset which does not exist in asset catalog and cannot be loaded. Asset may be missing, not processed or moved. AssetId: {A5767C6B-5DB4-5999-A717-4587BEDF5CDE}:bb8
[Warning] (AssetManager) - GetAsset called for asset which does not exist in asset catalog and cannot be loaded. Asset may be missing, not processed or moved. AssetId: {A5767C6B-5DB4-5999-A717-4587BEDF5CDE}:7d0
[Warning] (AssetDatabase) - Load time threshold exceeded: LoadAssetData call for lightingpresets/thumbnail.lightingpreset.azasset took 19995 ms to load 1007 bytes (  0.0492 KB/s)
[Error] (PassFactory) - FAILED TO CREATE PASS [DiffuseProbeGridUpdatePass]. Could not find pass template [DiffuseProbeGridUpdatePassTemplate]
[Error] (ImGuiPass) - Default ImGui pass is already set on this pipeline, ignoring request to set this pass as default. Only one ImGui pass should be marked as default in the pipeline.
(System) - 

[Warning] XML reader: Can't open file (@user@/Sandbox/lastLoadPath.preset)

Finally when opining level

2022-12-21_101613

And log after opening: error.txt

My SDK 22.10.0

nick-l-o3de commented 1 year ago

yeah, https://github.com/o3de/buongiorno-sample/issues/1 has the fix, but its unclear what the contribution process is here.

trsh commented 1 year ago

yeah, #1 has the fix, but its unclear what the contribution process is here.

Probably same as always, pull request. However the there is 0 activity here, so I don't know..