crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/raw_data/FBSCLI.htm
changeset 0 5ad7ad99af01
equal deleted inserted replaced
-1:000000000000 0:5ad7ad99af01
       
     1 <h1>FBSCLI</h1>
       
     2 <p>
       
     3 Panics raised by clients of the font and bitmap server.
       
     4 </p>
       
     5 <code>1</code>
       
     6 <p>
       
     7 No connection has been made to the font and bitmap server.
       
     8 </p>
       
     9 <code>2</code>
       
    10 <p>
       
    11 Attempted to pass a command to the font and bitmap server, but no
       
    12 connection has been made.
       
    13 </p>
       
    14 <code>3</code>
       
    15 <p>
       
    16 Not used.
       
    17 </p>
       
    18 <code>4</code>
       
    19 <p>
       
    20 Not used.
       
    21 </p>
       
    22 <code>5</code>
       
    23 <p>
       
    24 Not used.
       
    25 </p>
       
    26 <code>6</code>
       
    27 <p>
       
    28 Internal typeface store error: the list of accessed fonts
       
    29 (<code>CTypefaceStore::iFontAccess</code>) is inconsistent with the font cache
       
    30 (<code>CFbsTypefaceStore::iTwipsCache</code>).
       
    31 </p>
       
    32 <code>7</code>
       
    33 <p>
       
    34 The typeface store was unable to create a font due to a NULL font
       
    35 handle or address.
       
    36 </p>
       
    37 <code>8</code>
       
    38 <p>
       
    39 Attempted to access a NULL font pointer (debug builds only).
       
    40 </p>
       
    41 <code>9</code>
       
    42 <p>
       
    43 Invalid bitmap format (debug builds only).
       
    44 </p>
       
    45 <code>10</code>
       
    46 <p>
       
    47 Invalid bitmap display mode (<a href="../reference-cpp/GDI/TDisplayModeEnum.html#%3a%3aTDisplayMode" title="enum TDisplayMode"><code class="ApiItem">TDisplayMode</code></a>). 
       
    48 </p>
       
    49 <code>11</code>
       
    50 <p>
       
    51 Invalid bitmap compression value
       
    52 (<a href="../reference-cpp/FBSERV/TBitmapfileCompressionEnum.html#%3a%3aTBitmapfileCompression" title="enum TBitmapfileCompression"><code class="ApiItem">TBitmapfileCompression</code></a>), or an unsupported operation was
       
    53 attempted on a compressed bitmap.
       
    54 </p>
       
    55 <code>12</code>
       
    56 <p>
       
    57 Bitmap decompression error (debug builds only).
       
    58 </p>
       
    59 <code>13</code>
       
    60 <p>
       
    61 Memory addressing error.
       
    62 </p>
       
    63 <code>14</code>
       
    64 <p>
       
    65 Either the display mode of the destination bitmap is not
       
    66 <code>EColor256</code>, or the two bitmaps are different sizes in
       
    67 <a href="../reference-cpp/FBSERV/CFbsColor256BitmapUtilClass.html#%3a%3aCFbsColor256BitmapUtil%3a%3aCopyBitmap%28%29" title="function CFbsColor256BitmapUtil::CopyBitmap()"><code class="ApiItem">CFbsColor256BitmapUtil::CopyBitmap()</code></a>.
       
    68 </p>
       
    69 <code>15</code>
       
    70 <p>
       
    71 An error occurred when constructing a hardware bitmap (debug builds
       
    72 only).
       
    73 </p>
       
    74 <code>16</code>
       
    75 <p>
       
    76 Not used.
       
    77 </p>
       
    78 <code>17</code>
       
    79 <p>
       
    80 Memory alignment error in a bitmap loaded from ROM.
       
    81 </p>
       
    82 <code>18</code>
       
    83 <p>
       
    84 Not used.
       
    85 </p>
       
    86 <code>19</code>
       
    87 <p>
       
    88 New display mode not supported by
       
    89 <code>CBitwiseBitmap::ChangeDisplayMode()</code> (debug builds only).
       
    90 </p>
       
    91 <code>20</code>
       
    92 <p>
       
    93 New display mode not supported by
       
    94 <code>CBitwiseBitmap::ChangeDisplayMode()</code> (debug builds only).
       
    95 </p>
       
    96 <code>21</code>
       
    97 <p>
       
    98 When swapping a bitmap's width and height, the size of the new
       
    99 bitmap would exceed the amount of memory allocated.
       
   100 </p>
       
   101 <code>22</code>
       
   102 <p>
       
   103 <code>CFbsBitmap::LockHeap()</code> has not been called prior to
       
   104 calling <code>CFbsBitmap::DataAddress()</code> (debug builds only).
       
   105 </p>