diff --git a/Wabbajack.VFS/VirtualFile.cs b/Wabbajack.VFS/VirtualFile.cs index ea2324c8..f149ddba 100644 --- a/Wabbajack.VFS/VirtualFile.cs +++ b/Wabbajack.VFS/VirtualFile.cs @@ -244,6 +244,8 @@ public class VirtualFile catch (Exception ex) { context.Logger.LogError(ex, "Error while examining the contents of {path}", relPath.FileName); + if (!ex.Message.Equals("End of stream before end of limit")) throw; + context.Logger.LogError("Possibly not enough free storage space in Wabbajack Folder Location"); throw; }