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

Load Errors & Malformed Tags #18

Open
whiteplatin opened this issue Sep 22, 2022 · 1 comment
Open

Load Errors & Malformed Tags #18

whiteplatin opened this issue Sep 22, 2022 · 1 comment

Comments

@whiteplatin
Copy link

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
Copy link
Owner

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?

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