| Number | Summary | Product | Fix Notes | Release Notes Notes |
| 2200 | Fresh image unlock crashes on Vista with AV in ntdll | DCE | Windows Shell.pax | Actually fixed in the 6.02a release. |
| 2162 | Walkback in DCE Splash | DCE | The splash click was tryiing to play an IE "cllick" sound that was located by a rregistry key. It seems that on soome machines, this registry key is missing and trying to read it was causing a walkback. Now we ignore failure to read the key. | Actually fixed in the 6.02a release. |
| 2130 | VM will now write crash dump even without CrashDump registry key (writes to <image name>.errors) | DCE |
| Actually fixed in the 6.02a release. |
| 2129 | Deployed XmlPad sample 'crashes' in Help=>about | DCE | Caused by passing external resource lib over as instance handle, but the resource lib might not be found, hence the error (nil handle) | Actually fixed in the 6.02a release. |
| 2128 | Error reporting for object table overflow (allocating too many objects) is poor | DCE |
| The Dolphin VM now calls the Win32 FatalAppExit API in a number of unrecoverable error situations. This shows a message box with a brief description of the problem. A crash dump is produced containing more information. |
| 2112 | Delay schedule bug (Delay>>getDuration result is negative if resumption time has already passed) | DCE | Changed as per David's suggestion. Also corrected the method comment. | Actually fixed in the 6.02a release. |
| 2110 | Method comment of UserLibrary>>setWindowDWORD:nIndex:dwNewDWORD: is incorrect | DCE |
| Actually fixed in the 6.02a release. |
| 2109 | Odd "***Bad Array: 00000000" entry in crash dump containing DNUs | DCE | This is nothing to worry about - it's just an error in the crash dump code for zero length arrays. In Dolphin 6 a zero length object will have no body, and hence a null pointer from the header. The decoding logic had not been updated to handle this correctly. Now fixed. | This was actually nothing to worry about - it's just an error in the crash dump code for zero length arrays. In Dolphin 6 a zero length object will have no body, and hence a null pointer from the header. The decoding logic had not been updated to handle this correctly. Actually fixed in the 6.02a release. |
| 2107 | UserLibrary>>messageBox:text:caption:style:icon:instance: fails if there are no open windows | DCE | See UserLibrary.cls | Actually fixed in the 6.02a release. |
| 2092 | Corrupt source in some methods | DCE |
| Actually fixed in the 6.02a release. |
| 2091 | Crash on compare string to Float or LargeInteger | DCE | Caused by leaving some debug code in the VM. Oh dear! | Actually fixed in the 6.02a release. |
| 2089 | Better comment required for String>>formatWithArguments: | DCE |
| Actually fixed in the 6.02a release. |
| 2084 | AXControlSite class>>example3 crashes image | DCE | Quite tricky to debug this - had to resort to tracing. Fix in VARIANT.cls | Actually fixed in the 6.02a release. |
| 2083 | Make common file dialogs resizable by default | DCE | See FileDialog.cls | Actually fixed in the 6.02a release. |
| 2080 | Explanation is not displayed for some failed rules in Code Mentor | DPRO | Modified lintrules.xml | Actually fixed in the 6.02a release. |
| 2079 | Common Print dialog package omitted from 6.02 release | DCE |
| Actually fixed in the 6.02a release. |
| 2067 | Stack overflow when comparing two methods containing clean/static blocks for equality | DCE | Modified CompiledCode>>= | Actually fixed in the 6.02a release. |
| 2066 | Bag>>deepCopy result is invalid | DCE | Modified Delay.cls | Actually fixed in the 6.02a release. |
| 2043 | MethodExplorer history navigation for methods that no longer match filter causes Not Found walkback | DCE | MethodExplorer.cls | Actually fixed in the 6.02a release. |