|
|
| sswroom |
| Posted: May 31 2003, 07:46 AM |
 |
|
Unregistered

|
Bug 1: After saving the file, the screen will display old values instead of new values.
Bug 2: Find a value like 00dc may display wrong value on the screen.
Bug 3: AVI field assist sometimes gives wrong shading inside a chunk while browsing by keyboard. |
 |
| phaeron |
| Posted: May 31 2003, 08:46 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
Three bugs is your idea of "many bugs"? Just wait until you ship a product where 400 closed bugs are considered doing well....
Bugs 1, 2: Same bug, cached file position not getting reset after file handle shanghaied for other purposes. Fix queued for 1.5.5.
Bug 3: Not sure what you're referring to, but once you jump about 1K beyond the start of the chunk the hex editor will not highlight it. The reason is that the editor doesn't actually parse the whole structure -- it just scans the local area for chunk headers that make sense. This takes a lot less memory, prevents having to prescan the file, and also allows the editor to pick up valid chunks even when most of the file is trashed. |
 |