View Issue Details

IDProjectCategoryView StatusLast Update
0001377Spring engineGeneralpublic2009-04-18 11:55
Reporterdet Assigned Tohoijui  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Summary0001377: ArchiveCache is broken on Windows in lastest master for me
DescriptionOn Windows, ArchiveScanner::ScanArchive always rescans an archive everytime spring is run. For some reason it doesn't think the archives are cached in ArchiveCacheV7.lua, even though they are.

Even worse, each archive seems to be scanned multiple times. Scanned once using its normal path, once using <SpringDir>/{mods,maps,base}/./<Archive> and once using <SpringDir>/{mods,maps,base}/././<Archive>

I'm not sure if these bugs are related or not.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

hoijui

2009-04-13 11:44

reporter   ~0003383

happens here too (on windows only), but i tested it for AIs and AI Interfaces.
Their *Info.lua files are each found multiple times. This was also reported by someone else (i think it was lurker, not shure though).

It happens in rts/ExternalAI/AILibraryManager.cpp, lines 104 till 112, for exampe.

hoijui

2009-04-18 11:55

reporter   ~0003397

fixed by git commit: cabda97d989e6af086c418160dedb4b55d708a13

Issue History

Date Modified Username Field Change
2009-04-12 13:43 det New Issue
2009-04-13 11:44 hoijui Note Added: 0003383
2009-04-13 11:44 hoijui Status new => confirmed
2009-04-18 11:55 hoijui Note Added: 0003397
2009-04-18 11:55 hoijui Status confirmed => resolved
2009-04-18 11:55 hoijui Resolution open => fixed
2009-04-18 11:55 hoijui Assigned To => hoijui