Interessant wäre die vollständige Fehlermeldung um die Position zu überprüfen (layer break?)
|
|
Source code |
1 2 |
!H0-ERR .0 DATA RTYP01 pool/corrupt/wch.wdf
group=833.13, block=22bd7.1, data-off=115eb8400=B+400, hash-off=115eb8000=B+0
|
|
|
Source code |
1 2 3 4 5 |
!H0-ERR .0 DATA RTYP01 pool/corrupt/wch.wdf
group=833.13, block=22bd7.1, data-off=115eb8400=B+400, hash-off=115eb8000=B+0
DATA 115eb8400: 7d 43 17 a3 c5 51 a4 f3 6c 23 fd 88 3e ab 25 7c :}C...Q..l#..>.%|:
HASH 115eb8000: 91 ea 35 e2 9f 16 2c 5a bb 62 ca 60 d1 39 a4 f0 bc c7 18 cf
VERIFY 0: 93 c4 4c 74 7b b2 98 9a f5 96 26 44 ed e7 04 2b 6e d0 a4 89
|
|
|
Source code |
1 2 3 4 5 |
# Falls image vohanden wit verify --long --long IMAGE # Bei wbfs platte wwt verify --long --long --auto |

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
wit v2.03a r3309 - 2011-12-30
- wit+wwt SKELETON: Support of GameCube images.
- New command: wwt DUP: Duplicate an existing WBFS to a new file including
block assigning errors. The idea is to have a command, that can duplicate
a defect WBFS for tests.
- Command "wwt DUMP" accept now --show for a fine control of printed data.
The dump may now contain also a usage table and a integrity check report.
- For a long time the code contains a WBFS extension. Now I have ompleted,
enabled and tested it. With this extension the WBFS "free blocks table" is
managed in a total different way:
- WBFS access: While opening a WBFS the free blocks table is ignored.
Instead of using the stored one an internal memory map of used blocks is
built. This needs only a part of a second. Some advantages:
- Errors in the free blocks table are irrelevant.
- Blocks overlaps and invalid block assignings are automatically
detected, reported, and fixed for internal usage.
- If removing a discs with overlaps, the blocks are still marked used.
- Blocks, that are not handled by the free blocks tables (the table is
sometiems to small -> a result of a calculation bug in the original
libwbfs) can be used. If closing, a new and fixed free blocks table
will be written. This makes the whole process compatible to other
WBFS managers and USB loaders.
- wwt ADD: Before adding a disc its size is compared against the free size
of the WBFS. This allows an early "disc full" error message.
- wwt ADD: If adding a disc to a partition a continuous memory block is
searched to minimize the (non existent) fragmentation. This disabled for
WBFS files by default because a file itself can be fragmented.
- wwt ADD+PHANTOM --wbfs-alloc=mode: Set the WBFS block allocation mode.
- The commands "wwt CHECK", "wwt REPAIR" and "wwt EDIT" have been modified
to work with the new interface.
|

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
wit v2.04a r3554 - 2012-03-10 - New option: wit --force: Ignore partition size errors and allow access to damaged partitions. "wwt --force" works similar. - New options: --disc-id=id, --boot-id=id, --ticket-id=id, --tmd-id=id and --wbfs-id=id: Patch only the specific ID. These options are handled after the --id and --modify options. patching the WBFS ID while adding a game is now also possible. - New implementation of command "wit ID6": It generates an ID6 list of all sources. This is similar as before, only the meaning of the parameters changed. If option --long is set, a table with 5 IDs (DISC, BOOT, TICKET, TMD and WBFS) is printed. BOOT, TICKET and TMD IDs are taken from the main partition. If --long is set twice, all IDs of all partitions are printed. - wwt LLLL: List contains date and time (in seconds) columns. |
Quoted
Hier stand die Ankündigung zu v2.05a. Dieses habe ich ungeschickter Weise vorhin überschrieben und nun durch den folgenden Text ersetzt:
Quoted
Hier stand die Ankündigung zu v2.05a. Dieses habe ich ungeschickter Weise vorhin überschrieben und nun durch den folgenden Text ersetzt:
Quoted
Hier stand die Ankündigung zu v2.05a. Dieses habe ich ungeschickter Weise vorhin überschrieben und nun durch den folgenden Text ersetzt:
Quoted
Hier stand die Ankündigung zu v2.05a. Dieses habe ich ungeschickter Weise vorhin überschrieben und nun durch den folgenden Text ersetzt:
Quoted
...
This post has been edited 2 times, last edit by "Wiimm" (Apr 20th 2012, 5:21pm)

|
|
Source code |
1 2 3 |
wit v2.05b r3611 - 2012-04-20 - Bug fix for assertion failure in "wwt RECOVER". |
Copyright © 2008-2012 by www.wii-homebrew.com