home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_42 / LOAD221.ZIP / LOAD.MSG < prev    next >
Text File  |  1993-11-06  |  13KB  |  284 lines

  1.         ╒════════════════════════════════════════════╕
  2.         │               LOAD & UNLOAD                │
  3.         │              Revision 2.21.0               │
  4.         │                                            │
  5.         │  Copyright (C) 1991-1993 FM de Monasterio  │
  6.         │   Licensed Material. All rights reserved   │
  7.         ╘════════════════════════════════════════════╛
  8.  
  9.                   ║ ║╔═╗╔═╣╔═╗╠═ ╔═╗
  10.                   ║ ║║ ║║ ║╔═╣║  ╠═╝
  11.                   ╚═╝╠═╝╚═╝╚═╝╚═╝╚═╝
  12.  
  13.    ERROR MESSAGES
  14.    **************
  15.  
  16.     1.    "Abort: Program code corrupted (CRC error)!"
  17.     --------------------------------------------
  18.    A failure of the 32-bit cyclical redundancy check was detected when the
  19.    program was executed.
  20.  
  21.  
  22.     2.    "Abort: Program requires 286+ compatible CPU"
  23.        "Abort: Program requires 386+ compatible CPU"
  24.        "Abort: Program requires 486+ compatible CPU"
  25.     ---------------------------------------------
  26.    286+ versions of the program cannot be executed in 8088, 8086, and (most)
  27.    80186 CPU machines.
  28.    386+ versions of the program cannot be executed in 8088, 8086, 80186, and
  29.    80286 CPU machines.
  30.  
  31.  
  32.     3.    "Abort: Program requires DOS version 2 or later"
  33.     ------------------------------------------------
  34.    MS-DOS version 2 through 6, or a fully compatible system, is required for
  35.    proper execution.
  36.  
  37.  
  38.     4.    "Abort: Program not compatible with DR-DOS"
  39.     5.    "Abort: Program not compatible with OS/2 DOS"
  40.     ---------------------------------------------
  41.    Execution under OS/2 DOS or DR-DOS is not possible in the present program
  42.    revision.
  43.  
  44.  
  45.     6.    "Abort: Failed to find the NUL driver"
  46.     --------------------------------------
  47.    LOAD was unable to find the start of the DOS drivers chain. This should
  48.    not occur unless MS-DOS has been corrupted or an incompatible operating
  49.    system is being used. You should reboot immediately if you receive this
  50.    message.
  51.  
  52.  
  53.     7.    "Abort: Block device drivers can not be loaded"
  54.     "in the upper memory with this version of LOAD"
  55.     -----------------------------------------------
  56.    Switch /H was specified for a block device driver. (The current version
  57.    of LOAD con only load character device drivers in upper memory.)
  58.  
  59.  
  60.     8.    "Abort: DOS function 32h is not supported"
  61.     ------------------------------------------
  62.    For DOS versions earlier than MS-DOS 5, in which this function was not
  63.    documented, the message indicates that the undocumented service failed
  64.    and alternative methods to obtain the data have also failed or are not
  65.    available.
  66.  
  67.  
  68.     9.    "Abort: Critical error accessing the driver:"
  69.     "Check drive hardware or SHARE access rights"
  70.     ---------------------------------------------
  71.    This message is displayed whenever a DOS critical error (interrupt 24h)
  72.    is triggered by an attempt to open the driver file.  For diskette-based
  73.    operations, an empty diskette drive or opened drive bay can trigger the
  74.    error.  For nonremovable disk-based systems, a file-sharing error (i.e.
  75.    SHARE.EXE is loaded and the file has already been opened with a sharing
  76.    mode incompatible with read access request) can also trigger the error.
  77.  
  78.  
  79.    10.    "Abort: Specified file has zero length"
  80.    11.    "Abort: Specified file was not found"
  81.    12.    "Abort: Specified path was not found"
  82.    13.    "Abort: DOS denies access to the file"
  83.    14.    "Abort: Specified file is too big to load"
  84.    15.    "Abort: Insufficient memory to load driver"
  85.     -------------------------------------------
  86.    These messages are displayed whenever a noncritical error is triggered
  87.    by an attempt of opening the driver file to measure its length.
  88.  
  89.  
  90.    16.    "Abort: Loading of driver failed [code ??h]"
  91.     --------------------------------------------
  92.    This generic error message is displayed when an error is encountered in
  93.    loading the driver file as an overlay.  The (hexadecimal) error code is
  94.    in the range between 01h and 58h, and is determined by DOS.
  95.  
  96.  
  97.    17.    "Abort: Driver initialization failed [code ??h]"
  98.     ------------------------------------------------
  99.    This generic error message is displayed when an error is encountered in
  100.    the initialization of the driver by LOAD.  The (hexadecimal) error code
  101.    is one of the following:
  102.  
  103.       Code   Error                        Code   Error
  104.       ----   -----------------------       ----   -------------------
  105.        00    Write protect violation       08    Sector not found
  106.        01    Unknown unit                  09    Out of paper
  107.        02    Device not ready              0A    Write fault
  108.        03    Unknown command               0B    Read fault
  109.        04    CRC error                     0C    General failure
  110.        05    Bad request length            0D    Reserved
  111.        06    Seek error                    0E    Reserved
  112.        07    Unknown media                 0F    Invalid disk change
  113.  
  114.  
  115.    18.    "Device driver failed the installation"
  116.     "(Null unit request by a block driver)"
  117.  
  118.    19.    "Device driver failed the installation"
  119.     "(Null-size resident request by driver)"
  120.     ----------------------------------------
  121.    These messages are displayed whenever the initialization service of the
  122.    device driver decides to fail the installation of the driver, either by
  123.    requesting a zero-length resident (DOS 3.3x or higher) or by specifying
  124.    a zero unit number (block devices only).
  125.  
  126.  
  127.    20.    "Abort: Driver triggered a divide-error exception"
  128.     --------------------------------------------------
  129.    Interrupt 00h is triggered by a few device drivers which are not loaded
  130.    properly.  In most cases, the message should be interpreted as a signal
  131.    of improper loading, rather than driver software error.
  132.  
  133.  
  134.    21.    "Abort: Driver initialization command timed out"
  135.     ------------------------------------------------
  136.    LOAD waits up to 15 seconds for a driver to complete initialization after
  137.    it receives the command to begin initialization. A time-out error is then
  138.    generated and LOAD aborts the execution. In some, but not all, cases when
  139.    a driver installation fails and seems to enter an endless loop, this trap
  140.    may help to avoid a system reboot.
  141.  
  142.  
  143.    22.    "Abort: All available logical drives are assigned"
  144.     "LASTDRIVE limit can not be increased any farther"
  145.     --------------------------------------------------
  146.    DOS assigns the first available drive letter to a disk within the default
  147.    range A: through E: or (for DOS 3.x or higher) the range A: through Z: if
  148.    the command 'LASTDRIVE=Z' has been given.  The message indicates that the
  149.    maximum range has already been attained, and that the block device driver
  150.    can not be loaded.
  151.  
  152.  
  153.    23.    "Abort: All available logical drives are assigned"
  154.     "Add command LASTDRIVE=? to CONFIG.SYS and retry"
  155.     --------------------------------------------------
  156.    The message indicates that there are no free logical drives and that this
  157.    block device driver cannot be loaded unless the LASTDRIVE value in CONFIG
  158.    .SYS is increased.  Edit this file, reboot, and try again.
  159.  
  160.  
  161.    24.    "Abort: Failed to find a LOAD gateway named ????????"
  162.     -------------------------------------------------------
  163.    A request to unload a device specified an invalid resident gateway name.
  164.    Retype the request correctly or check the installed gateway names with a
  165.    memory map utility.
  166.  
  167.  
  168.    25.    "Error: XMS manager (XMM) is not installed"
  169.     -------------------------------------------
  170.    Failed to determine the presence of a driver compatible with the Extended
  171.    Memory Specification (XMS) version 2.0; an UMB load is aborted.
  172.  
  173.  
  174.    26.    "XMS error: UMBs are not available"
  175.    27.    "XMS error: Smaller UMB is available"
  176.     ------------------------------------
  177.    The XMS manager did not allocate the requested upper memory block because
  178.    no UMB of that size was available.
  179.  
  180.  
  181.    28.    "XMS manager error code ??h"
  182.        ----------------------------
  183.    This message is displayed when other XMM errors are encountered in trying
  184.    to load a driver in upper memory.  The (hexadecimal) error code is likely
  185.    to be one of the following:
  186.  
  187.               80h - Function is not implemented.
  188.               8Eh - General driver error occurred.
  189.               8Fh - Unrecoverable driver error occurred.
  190.               B0h - Smaller UMB is available.
  191.               B1h - No UMBs are available.
  192.               B2h - UMB segment number is invalid.
  193.  
  194.  
  195.    29.    "Unable to allocate UMB above minimum address"
  196.     ----------------------------------------------
  197.    An available upper memory block was not found above the specified address;
  198.    the UMA load takes place at the first available UMB.
  199.  
  200.  
  201.    30.    "Error: UMA linkage not restored [DOS code ??h]"
  202.     ------------------------------------------------
  203.    DOS reported an error in restoring the linkage between the memory chain of
  204.    conventional memory and upper memory.  Even though this may not be a fatal
  205.    error, it may be safer to reboot the system.
  206.  
  207.  
  208.    31.    "NON-RECOVERABLE DOS MEMORY ERROR! [code ??h]"
  209.     "Reboot machine as soon as possible..."
  210.     ----------------------------------------------
  211.    DOS reported an error in restoring its memory allocation strategy. This is
  212.    a fatal error and you *MUST* reboot the machine as soon as possible.
  213.  
  214.  
  215.    32.    "Error: Failed to release program environment [code ??h]"
  216.     --------------------------------------------------
  217.    The program was unable to release the DOS environment block of the driver
  218.    (lower memory loading) or its gateway (upper memory loading). The failure
  219.    is harmless to the operation of the program.
  220.  
  221.  
  222.    33.    "Error: Failed to release lower memory block [code ??h]"
  223.     --------------------------------------------------------
  224.    LOAD/UNLOAD was unable to release the memory block containing either the
  225.    driver (lower memory loading) or its UMA gateway (upper memory loading).
  226.    This failure does not affect the unlinking of the device driver from the
  227.    DOS driver chain, but the memory block is no longer available to the DOS
  228.    memory pool for further use.
  229.  
  230.  
  231.    34.    "Error: Failed to release allocated EMS block [code ??h]"
  232.     ---------------------------------------------------------
  233.    LOAD/UNLOAD was unable to release the EMS block which had been allocated
  234.    by the driver during its initialization.  The failure is harmless to the
  235.    unlinking of the driver from the DOS driver chain, but the allocated EMS
  236.    block is not available to the EMS memory pool for further use.
  237.  
  238.  
  239.    35.    "Error: Failed to release upper memory block [code ??h]"
  240.     --------------------------------------------------------
  241.    LOAD/UNLOAD was unable to release the UMB containing the driver (if UMA-
  242.    loaded) or a UMB allocated by the driver during its initialization. The
  243.    failure is harmless to the unlinking of the driver from the driver chain
  244.    but the allocated block is not available to the XMS-UMB pool for further
  245.    use.
  246.  
  247.  
  248.    36.    "Error: Failed to release allocated XMS block [code ??h]"
  249.     ---------------------------------------------------------
  250.    LOAD/UNLOAD was unable to release the XMS block which had been allocated
  251.    by the driver during its initialization.  The failure is harmless to the
  252.    unlinking of the driver from the DOS driver chain, but the allocated XMS
  253.    block is not available to the XMS memory pool for further use.
  254.  
  255.  
  256.    37.    "Error: Failed to release the High Memory Area [code ??h]"
  257.     ----------------------------------------------------------
  258.    LOAD/UNLOAD was unable to release the HMA, which had been allocated by
  259.    the driver during its initialization.  This failure is harmless to the
  260.    unlinking of the driver from the DOS driver chain, but the HMA can not
  261.    be allocated to any other program.
  262.  
  263.  
  264.    38.    "Error: Failed to release memory control block [code ??h]"
  265.     ----------------------------------------------------------
  266.    LOAD/UNLOAD was unable to release an MCB which had been allocated by a
  267.    resident that was installed after the driver was loaded.  This failure
  268.    is harmless to the unlinking of the driver from the DOS driver chain,
  269.    but the MCB is not available to the DOS memory pool for further use.
  270.  
  271.  
  272.    39.    "Error: Driver UMB not released [XMS code ??h]"
  273.    40.    "Error: Driver UMB not released [DOS code ??h]"
  274.     -----------------------------------------------
  275.    LOAD/UNLOAD was unable to release the UMB in which the driver had been
  276.    UMA-loaded either through XMS or DOS.  This failure is harmless to the
  277.    unlinking of the driver from the driver chain, but the allocated block
  278.    is not available to the XMS-UMB pool for further use.
  279.  
  280.         ┌─────────────────────────────────────────────────────────────┐
  281.         │ Trademarked names are the property of the respective owners │
  282.         └─────────────────────────────────────────────────────────────┘
  283. [End]
  284.