RuntimeArchiver icon indicating copy to clipboard operation
RuntimeArchiver copied to clipboard

ERuntimeArchiverErrorCode::NotInitialized

Open zhuziying opened this issue 2 years ago • 1 comments

l: Error: UAT: 10-31 09:46:12.019 1492 1624 D UE : [2023.10.31-01.46.12:019][687]LogRuntimeArchiver: Error: ERuntimeArchiverErrorCode::NotInitialized: An error occurred while opening zip archive '../../../RedStory/Content/ResourcePackage/23.zip' to read. what's i miss?

zhuziying avatar Oct 31 '23 01:10 zhuziying

It seems like you forgot to initialize the archiver, like maybe you forgot to open an archive before trying to extract entries, or you didn't create an archive before attempting to add entries to it. If that's not what happened, please take another look at the logs, there might be more helpful information there.

gtreshchev avatar Nov 22 '23 08:11 gtreshchev