diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/FBSCLI.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/FBSCLI.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,95 @@ + + + FBSCLI + <p> Panics raised by clients of the font and bitmap server. </p> + + + 1 + <p> No connection has been made to the font and bitmap server. </p> + + + 2 + <p> Attempted to pass a command to the font and bitmap server, but no connection has been made. </p> + + + 3 + <p> Not used. </p> + + + 4 + <p> Not used. </p> + + + 5 + <p> Not used. </p> + + + 6 + <p> Internal typeface store error: the list of accessed fonts (<code>CTypefaceStore::iFontAccess</code>) is inconsistent with the font cache (<code>CFbsTypefaceStore::iTwipsCache</code>). </p> + + + 7 + <p> The typeface store was unable to create a font due to a NULL font handle or address. </p> + + + 8 + <p> Attempted to access a NULL font pointer (debug builds only). </p> + + + 9 + <p> Invalid bitmap format (debug builds only). </p> + + + 10 + <p> Invalid bitmap display mode (<code class="ApiItem">TDisplayMode</code>). </p> + + + 11 + <p> Invalid bitmap compression value (<code class="ApiItem">TBitmapfileCompression</code>), or an unsupported operation was attempted on a compressed bitmap. </p> + + + 12 + <p> Bitmap decompression error (debug builds only). </p> + + + 13 + <p> Memory addressing error. </p> + + + 14 + <p> Either the display mode of the destination bitmap is not <code>EColor256</code>, or the two bitmaps are different sizes in <code class="ApiItem">CFbsColor256BitmapUtil::CopyBitmap()</code>. </p> + + + 15 + <p> An error occurred when constructing a hardware bitmap (debug builds only). </p> + + + 16 + <p> Not used. </p> + + + 17 + <p> Memory alignment error in a bitmap loaded from ROM. </p> + + + 18 + <p> Not used. </p> + + + 19 + <p> New display mode not supported by <code>CBitwiseBitmap::ChangeDisplayMode()</code> (debug builds only). </p> + + + 20 + <p> New display mode not supported by <code>CBitwiseBitmap::ChangeDisplayMode()</code> (debug builds only). </p> + + + 21 + <p> When swapping a bitmap's width and height, the size of the new bitmap would exceed the amount of memory allocated. </p> + + + 22 + <p> <code>CFbsBitmap::LockHeap()</code> has not been called prior to calling <code>CFbsBitmap::DataAddress()</code> (debug builds only). </p> + + + \ No newline at end of file