2025-07-22 13:52 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0003338Spring engineGeneralpublic2012-12-05 22:08
Reporterabma 
Assigned Toabma 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version91.0 
Target VersionFixed in Version 
Summary0003338: procmon says .sdz archives are read byte by byte
Description15:34:39,3495601 spring.exe 3700 ReadFile D:\Games\Spring\games\zk-v1.0.4.4.sdz SUCCESS Offset: 179.875.506, Length: 1


7z. files should be read block-wise. doing 1-byte should be horrible slow... not sure at which point this happens, needs more investigation
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes

~0009366

abma (administrator)

investigated it a bit. 1 byte reads seems to come from getting archive file listing...

~0009367

abma (administrator)

https://github.com/spring/spring/blob/91.0/rts/System/FileSystem/ZipArchive.cpp#L46

~0009375

abma (administrator)

fixed by removing code :-)

https://github.com/spring/spring/commit/44abb8312fc0439dd0796559e9b178f272ee64ee
+Notes

-Issue History
Date Modified Username Field Change
2012-11-22 15:36 abma New Issue
2012-11-23 09:18 abma Summary procmon says .7z archives are read byte by byte => procmon says .sdz archives are read byte by byte
2012-11-23 09:24 abma Note Added: 0009366
2012-11-23 09:28 abma Note Added: 0009367
2012-11-25 01:32 abma Note Added: 0009375
2012-11-25 01:32 abma Status new => resolved
2012-11-25 01:32 abma Resolution open => fixed
2012-11-25 01:32 abma Assigned To => abma
2012-12-05 22:07 abma Changeset attached => spring develop 44abb831
+Issue History