]> FriiDump Source - friidump.git/blob - docs/reports/FRIIDUMP_XBOX_LIVE_SUMMARY_CLOSURE_0.5.3.9.md
FriiDump 0.5.3.16 candidate: add native reports and Linux Xbox support
[friidump.git] / docs / reports / FRIIDUMP_XBOX_LIVE_SUMMARY_CLOSURE_0.5.3.9.md
1 # FriiDump 0.5.3.9 Xbox live-summary closure
2
3 ## Evidence observed in the 0.5.3.8 live run
4
5 The Red Faction II[TQ00501A] cross-flashed GDR-8163B/GDR-8050L run proved the
6 core handoff: a 3,820,880-sector, 7,825,162,240-byte reconstructed XGD1 ISO was
7 finalized; CRC32, MD5, SHA-1 and SHA-256 were returned without a second full-file
8 hash pass; Microsoft - Xbox.dat was scanned; and schema-2 evidence was written
9 atomically.  The expected result was NO EXACT MATCH because documented ranges
10 remain synthetic zero-fill placeholders.
11
12 The same run exposed three reporting defects:
13
14 1. The final summary retained the generic Xbox title/ID and the locked 6,992
15    sector count instead of finalized bridge evidence.
16 2. FriiDump printed a 0.00-second duration because the reference path does not
17    call the normal sector-progress callback.
18 3. DumpXboxGameDisc issued STOP UNIT internally and FriiDump issued it again
19    after shared verification.
20
21 ## Correction
22
23 The bridge result now carries title and media ID in addition to its existing
24 output path, sector count, size and hashes.  FriiDump maps these values into the
25 final validation summary, marks seed retrieval not applicable to the Xbox
26 reference-auth path, and uses the copied reference dumper's elapsed-time evidence for the final duration.
27
28 STOP UNIT ownership is now singular.  DumpXboxGameDisc leaves final drive
29 cleanup to its caller.  Embedded FriiDump runs stop after Redump verification;
30 standalone bridge runs stop before closing their own handle.
31
32 ## Preserved claims
33
34 - Acquisition success and exact Redump identity remain separate claims.
35 - NO EXACT MATCH does not invalidate successfully captured readable sectors.
36 - Synthetic filler ranges remain explicit in .media.json and .xdvd.json.
37 - XISO mode remains excluded from full-disc Redump verification.