You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kept the file_known root-cause fix from fix/dat-thread-hang (only
warn when the file itself is genuinely absent, not merely missing a
speculatively-probed stream) combined with dev's own diagnostic
addition of file_id to the warning message.
if (!self.ReadRaw(file_id, stream_id, input, compressed, file_known)) {
644
+
if (!file_known) {
645
+
// The dat doesn't have this file at all - likely an incomplete Steam/streaming install; a missing stream on a file that does exist doesn't count (routine - several icon streams are speculatively probed).
0 commit comments