MaikKlein / unreal-rust

Rust integration for Unreal Engine 5
Apache License 2.0
2.1k stars 77 forks source link

Load Errors & Malformed Tags #18

Open whiteplatin opened 2 years ago

whiteplatin commented 2 years ago

Sorry if this is trivial, first time using UE ever.

Version: UE 5.0.3 No issues with : ~/unreal-rust/example/RustExample$ ue4 build Development Editor Occurs after: ~/unreal-rust/example/RustExample$ ue4 run

Issue: Bunch of load errors and malformed tags issues: (Basically a bunch of these errors, I have omitted most of these, since they're all the same just for different assets.)

[2022.09.22-07.35.09:402][  0]LoadErrors: Error: The summary for the package '/Game/Assets/Kits/NatureKit/flower_redA_flower_redA' is invalid. Check that the file is of the expected type and not corrupted.
[2022.09.22-07.35.09:402][  0]LoadErrors: Error: The summary for the package '/Game/Assets/Kits/NatureKit/flower_redA_flower_redA' is invalid. Check that the file is of the expected type and not corrupted.
[2022.09.22-07.35.09:402][  0]LoadErrors: Error: The summary for the package '/Game/Assets/Kits/NatureKit/flower_redA_flower_redA' is invalid. Check that the file is of the expected type and not corrupted.
[2022.09.22-07.35.09:402][  0]LoadErrors: Error: The summary for the package '/Game/Assets/Kits/NatureKit/flower_redA_flower_redA' 
[2022.09.22-07.33.24:806][  0]LogAssetRegistry: Error: Package /home/us/unreal-rust/example/RustExample/Content/Assets/Kits/NatureKit/tree_pineSmallA_tree_pineSmallA.uasset has malformed tag
[2022.09.22-07.33.24:806][  0]LogAssetRegistry: Error: Package /home/us/unreal-rust/example/RustExample/Content/Assets/Kits/NatureKit/tree_palm_tree_palm.uasset has malformed tag
[2022.09.22-07.33.24:806][  0]LogAssetRegistry: Error: Package /home/us/unreal-rust/example/RustExample/Content/Assets/Kits/NatureKit/tree_palm_tree_palm.uasset has malformed tag
[2022.09.22-07.33.24:806][  0]LogAssetRegistry: Error: Package /home/us/unreal-rust/example/RustExample/Content/Assets/Kits/NatureKit/tree_pineDefaultB_tree_pineDefaultB_FoliageType.uasset has malformed tag
[2022.09.22-07.33.24:806][  0]LogAssetRegistry: Error: Package /home/us/unreal-rust/example/RustExample/Content/Assets/Kits/NatureKit/tree_pineDefaultB_tree_pineDefaultB_FoliageType.uasset has malformed tag
MaikKlein commented 2 years ago

I've not seen this before. Did you make sure to install git lfs? It seems like that may have failed here. Otherwise try to clone again?