home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / temacd / partion / savepart.exe / doc / en / errors.txt < prev    next >
Text File  |  2008-03-15  |  27KB  |  660 lines

  1.                    +--------------------------------------+
  2.                    |           Partition Saving           |
  3.                    |                                      |
  4.                    |   http://www.partition-saving.com    |
  5.                    | Copyright (c) 1999-2008 D. Guibouret |
  6.                    +--------------------------------------+
  7.  
  8.                                  Errors list
  9.  
  10. This file gives the list of errors that can be generated by Partition Saving.
  11. Errors can be divided into two types:
  12.  
  13.   - non fatal errors.
  14.   - fatal errors.
  15.  
  16. Firsts are errors generated by program but that did not stop its execution.
  17. Seconds are errors that are due to an encouterred problem that prevent program
  18. to follow its execution (else it can result in some loss of datas).
  19.  
  20.  
  21. 1- Non fatal errors
  22. -------------------
  23.  
  24.   - This file does not exist: <message>
  25.  
  26. When restoring, you give the name on a non-existing file. Following message
  27. gives more details on the problem.
  28.  
  29.   - This file already exist and cannot be overwritten.
  30.  
  31. When saving, you try to save into a read-only or not available file. If it is
  32. not the case and you create file on an USB drive, it can be because it does
  33. not support writing file check, so you have to disable it with using -nvf
  34. option. If you try to create file on a mounted NTFS partition, you cannot do
  35. that, you have first to create files from Windows before using them from DOS.
  36.  
  37.   - This file already exist and is on a drive for which you are not allowed
  38.     overwriting a not empty file.
  39.  
  40. When saving a partition on itself you try to overwrite a not empty existing
  41. file to create the backup file. This operation can lead to some errors after
  42. restoring, so it is not allowed. So you have to either create a new file or
  43. choose an empty file if creating file is not available. This message can only
  44. appear on FAT and ext2/ext3 partitions (on NTFS, overwriting a not empty
  45. existing file is available without any problem).
  46.  
  47.   - Given file is incorrect: <message>
  48.  
  49. When restoring, you select a file that seems to be erroneous. Perhaps it is
  50. not a file created with savepart.
  51. Messages can be following:
  52.  
  53.     * Accessing file error
  54.  
  55. File cannot be opened.
  56.  
  57.     * Header not found
  58.  
  59. Header cannot be found. It is not a file created with savepart or it is
  60. erroneous.
  61.  
  62.     * Bad header version
  63.  
  64. Header version is not known. This file can have been created with a more
  65. recent version of savepart.
  66.  
  67.     * Bad file size
  68.  
  69. Size of file does not correspond to size saved into header.
  70.  
  71.     * Bad header CRC
  72.  
  73. A CRC is used to check header. Calculated CRC is not equal to saved one.
  74.  
  75.     * Bad compression format
  76.  
  77. Compression algorithm is not known.
  78.  
  79.     * Bad file number
  80.  
  81. Given file is not the one waited when restoring must be done with several
  82. files. Perhaps you have inverted two files.
  83.  
  84.     * Bad disk format
  85.  
  86. When restoring from several files, disk format of given file does not
  87. correspond to disk format of previous file.
  88.  
  89.     * Bad partition format
  90.  
  91. When restoring from several files, partition format of given file does not
  92. correspond to partition format of previous file.
  93.  
  94.     * Bad filesystem type
  95.  
  96. Filesystem type into file header is not recognised, or when restoring from
  97. several files, filesystem type of new file is not the same than for the
  98. previous file.
  99.  
  100.     * Unknown filesystem option
  101.  
  102. An specific filesystem option (as saving an partition on itself) is not
  103. recognised by this version of program. Perhaps do you use a different version
  104. than the one used to perform saving.
  105.  
  106.     * Bad filesystem option
  107.  
  108. A specific filesystem option of new file is not the same than for the previous
  109. file.
  110.  
  111.     * Bad support type
  112.  
  113. Support type into file header is not recognised, or when restoring from
  114. several files, support type of new file is not the same than for the previous
  115. file.
  116.  
  117.   - There was not enough free space on chosen disk
  118.  
  119. There was not enough free space on chosen disk or free disk space cannot be
  120. know. Choose another drive where to create file.
  121.  
  122.   - All groups/FATs were not written correctly
  123.  
  124. This error appears if you restore occupied sectors of a partition.
  125. An error has occurred when restoring. This error is not fatal, because it does
  126. not stop program, but you will have to use a program like scandisk to check
  127. partition content. Try possibly to do restoring on another partition.
  128.  
  129.   - All data seem not to have been written on element (<n> bytes remaining)
  130.  
  131. This error appears if you restore occupied sectors of a partition.
  132. An error has occurred when restoring. This error is not fatal, because it does
  133. not stop program, but you will have to use a program like scandisk to check
  134. partition content. Try possibly to do restoring/copying on another partition
  135. or check that file is valid.
  136.  
  137.   - All sectors were not written or more sectors were written than expected.
  138.  
  139. When restoring/copying, it seems that all sectors were not written or too much
  140. sectors were written.
  141. This error is not fatal as it does not stop program execution, but you have to
  142. run some utilities like scandisk to perform a check of the partition. Try
  143. possibly to do restoring/copying on another partition or check that file is
  144. valid.
  145.  
  146.   - Number of sectors restored/copied/saved differs from number of sectors
  147.     declared for element (<n1> against <n2>)
  148.  
  149. This error is not fatal, because it does not stop program, but you will have
  150. to use a program like scandisk to check partition content. Try possibly to do
  151. restoring on another partition or check that file is valid.
  152.  
  153.   - Boot sector copy has not been found.
  154.  
  155. When saving NTFS partition, boot sector copy cannot be found, so it would not
  156. be restored. As long as your hard disk has no bad sector this has no
  157. consequence.
  158.  
  159.   - Boot sector copy cannot be written.
  160.  
  161. When restoring NTFS partition, boot sector copy cannot be written. Some
  162. versions of NTFS put this copy of boot sector on the middle of the partition
  163. and so, if when restoring partition, this sector is already occupied, copy of
  164. boot sector cannot be written. Restoring this partition on a partition with a
  165. different size (notably on a partition with the same size as saved one) can
  166. solve this problem. This has no consequence as long as your hard disk does not
  167. has bad sectors. Running chkdsk after restoration allows correcting this
  168. problem.
  169.  
  170.   - Filesystem information sector containing invalid data is not modified.
  171.     Copy of filesystem information sector containing invalid data is not
  172.     modified.
  173.  
  174. Given sector contains some wrong data. It theorically needs to be updated, but
  175. in this case it is not done as this perhaps is not expected sector. Using
  176. scandisk will certainly correct this. This can appear only when restoring
  177. FAT32 partition on a partition with a different format.
  178.  
  179.   - A compressed file cannot be used to simulate an element.
  180.  
  181. Using driver to simulate an element needs the saved file not to be compressed.
  182. Use copy file option to inflate file and then use this copy with the driver.
  183.  
  184.   - Driver is set with a sector size different from element saved into this
  185.     file.
  186.  
  187. Driver can only simulate element that has sector size equal to the one given
  188. when it was initialised. Change driver loading line such as sector size is
  189. equal to the one of the element into the saved file.
  190.  
  191.   - Registry file "<filename>" has not been found or is not correct:
  192.     <message>.
  193.  
  194. Partition or directory you gave seems not to have a Windows 2000 or XP
  195. installation. Check that you do not have made an error. It can also be due to
  196. a bad support of NTFS filesystem.
  197.  
  198.   - Registry key \HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices has not been found
  199.     or does not have any value
  200.  
  201. Program cannot find the registry key that defines list of drive letter and
  202. their definition or it does not have any value.
  203.  
  204.   - No registry value has been found that match searched name and type.
  205.  
  206. Program cannot find any value into registry that matches a partition
  207. definition.
  208.  
  209.   - Registry value for given drive letter has not been found or is not
  210.     correct.
  211.  
  212. Drive letter you gave does not exist into registry or does not correspond to a
  213. partition definition. This can be also du to the fact that registry is not a
  214. Windows 2000 or XP registry.
  215.  
  216.   - File listing bad clusters cannot be updated: <message>.
  217.  
  218. This message can be displayed when restoring a NTFS partition on a partition
  219. with a different definition than the source one. Following error message gives
  220. you more details, but in most case it is not very bad error and you can run
  221. chkdsk on this partition with option to force filesystem check to correct it.
  222.  
  223.   - Update of filesystem of <drive> has generated an error: <message>.
  224.  
  225. Update of filesystem information on a partition you mount has generated an
  226. error and filesystem is certainly into some inconsistency state. It is better
  227. to run some check program as scandisk on it to correct this. If you created
  228. some file on this drive, it is better to check them because they can be wrong.
  229.  
  230.   - This partition is already mounted as <drive>:.
  231.     Partition to mount as <drive>: is already mounted as <drive>:.
  232.     Filesystem to mount <drive>: is not recognised.
  233.     Partition to mount <drive>: does not exist.
  234.     Disk to mount <drive>: does not exist.
  235.     Device to mount <drive>: does not exist.
  236.     Chosen support cannot be mounted: <message>.
  237.     Drive to mount on <drive> cannot be mounted: <message>.
  238.  
  239. These error messages are displayed when trying to mount a partition. They say
  240. why a partition cannot be mounted.
  241.  
  242.   - An error occured when resetting bad sectors: <message>
  243.  
  244. Resetting information on bad sectors into filesystem cannot be done correctly.
  245. Message gives more details on the problem. Running "scandisk" on the
  246. corresponding drive can correct this problem.
  247.  
  248.   - More than 1000 files cannot be used with automatic naming
  249.  
  250. Automatic naming does not allow generating names for more than 1000 files. So
  251. you will be obliged to give name for following files.
  252.  
  253.   - Program cannot get device format.
  254.     Program cannot lock device access to avoid other program accessing it.
  255.     Program cannot read device.
  256.  
  257. These error messages can appear when detecting device format. This can be
  258. linked to fact that there was no floppy in drive or another program has a file
  259. opened on device.
  260.  
  261.   - Program cannot access main partition of extended type.
  262.  
  263. This error message can only appear into Windows version to signal that it
  264. cannot save a main partition of extended type. You have to save each partition
  265. inside this one independently.
  266.  
  267.   - Directory <directory name> is not fully analysed: <message>
  268.  
  269. Program cannot fully read a directory content. So displayed list can have some
  270. missing entries. Message gives more details on error.
  271.  
  272.   - Some boot configuration data cannot be read
  273.  
  274. Program cannot read some entries from boot configuration file of Windows
  275. Vista. So some entries can be missing.
  276.  
  277.   - Trying to read <n1> sectors from sector <n2> when support has <n3> sectors
  278.     only.
  279.     Trying to write <n1> sectors from sector <n2> when support has <n3>
  280.     sectors only.
  281.  
  282. This error comes from an error of program or of systemfile. For not damaging
  283. datas outside of the partition, sectors are not accessed. If you save only
  284. occupied sectors of the partition (saving or source partition when saving),
  285. try to check it (using scandisk by example). If some errors are found, correct
  286. them and try to save again. In another cases please contact me.
  287.  
  288.  
  289. 2- Fatal errors
  290. ---------------
  291.  
  292.   - Error when initialising deflating/inflating algorithm
  293.  
  294. There was something wrong when initialising deflating/inflating algorithm. You
  295. can try again without deflating data (in case of save).
  296.  
  297.   - Error when deflating/inflating data
  298.  
  299. There was something wrong when running deflating/inflating algorithm. If it is
  300. when deflating (when saving), you can try again without deflating data. If it
  301. is when inflating (when restoring), perhaps is the file erroneous.
  302.  
  303.   - Error opening/creating file <name>: <message>.
  304.     Error on seeking into file <name>: <message>.
  305.     Error on reading file <name>: <message>.
  306.     Error on writing file <name>: <message>.
  307.     Error on closing file <name>: <message>.
  308.  
  309. An error appears when creating, opening, seeking, reading or writing a file. A
  310. message can explain the reason. There can be several reasons (as disk full,
  311. bad sector, read-only file, ...).
  312.  
  313.   - Calculated CRC is not equal to saved CRC
  314.  
  315. When restoring, saved CRC into file is not equal to calculated CRC. Perhaps is
  316. the file erroneous.
  317.  
  318.   - Bad flag marking last file
  319.  
  320. Into header is an element to mark last file. Current state of restoration does
  321. not correspond to read header. Perhaps is the file erroneous.
  322.  
  323.   - Size of read data is not equal to saved size
  324.  
  325. Into header an element save data size into file. Current restoration state
  326. does not correspond to read header. Perhaps is the file erroneous.
  327.  
  328.   - Not enough free DOS memory
  329.  
  330. DPMI server cannot allocate memory. You need to free some DOS memory (below
  331. the first 640 Kb (conventionnal memory when you use MEM.EXE)) with removing
  332. drivers and program that you do not need into yours CONFIG.SYS and
  333. AUTOEXEC.BAT (add a "REM " at beginning of line in place of removing it such
  334. as you can easily undo modifications). Another solution is to add
  335. "DEVICE=<directory>EMM386.EXE RAM" line at beginning of your CONFIG.SYS
  336. (<directory> is path to EMM386.EXE file). Program needs at least 420 Kb of
  337. free DOS memory.
  338.  
  339.   - Error when calling interruption with DPMI interface
  340.     Error when calling procedure with DPMI interface
  341.  
  342. DPMI server cannot call an interruption or a procedure. Try to load into
  343. memory a DPMI server that will replace the one used (CWSDPMI integrated into
  344. program).
  345.  
  346.   - Not enough memory
  347.  
  348. Memory cannot be allocated. If you are saving with deflating data, try to not
  349. use compression to save memory space. If you have more than 32 Mb of memory
  350. and EMM386 is activated, you can win space by disabling it (look at remark
  351. part into chapter about saving only occupied sectors for NTFS partition into
  352. manual (chapter 23.i)).
  353.  
  354.   - No element agrees with source
  355.  
  356. No element has been found which can correspond to format of saved element. For
  357. two elements to correspond, they have to respect some constraints described
  358. into manual at chapter 23.
  359.  
  360.   - No element agrees with given choices
  361.  
  362. It was not possible to find an element that correspond to given choices or
  363. options. Check your options file or try without options file to see what are
  364. choices that are proposed to you.
  365.  
  366.   - There was not enough option to choose an element
  367.  
  368. Options that you gave are not enough to choose an element. You have either to
  369. be more precise into options given or to not give some to see choice that is
  370. proposed to you.
  371.  
  372.   - This program cannot be executed under Windows
  373.  
  374. This program cannot be executed on multitasking environment. You must boot
  375. your computer with DOS (not a DOS window under Windows). For this purpose,
  376. please read FAQ (Q 10).
  377.  
  378.   - Value "<s1>" is not allowed for option <s2> (<s3>)
  379.     Value "<s1>" is not allowed for option <s2> (<d1>..<d2>)
  380.  
  381. Value you give for option <s2> is not correct. It must be one of the value
  382. given into <s3> or a number into <d1>..<d2> range.
  383.  
  384.   - Language option is not given (-l en|fr|fr_2)
  385.  
  386. You give language option (-l) without following it by chosen language.
  387.  
  388.   - Options file name is not given (-f <options file name>)
  389.  
  390. You give options file name option (-f) without a file name after.
  391.  
  392.   - File name given into options file is not valid (line <n>)
  393.  
  394. Parameter given into options file for file name is not valid. Perhaps was the
  395. file name not given or it contains a space character.
  396.  
  397.   - Disk number must be given if you want to give partition number
  398.  
  399. Options file must contain a "disk=" option if you want to give "main_part="
  400. option.
  401.  
  402.   - Main partition number must be given if you want to give extended partition
  403.     number
  404.  
  405. Options file must contain a "main_part=" option if you want to give
  406. "ext_part=" option.
  407.  
  408.   - Option "<s>" is unknown
  409.  
  410. Given option is not recognised.
  411.  
  412.   - Option "<s>" is unknown (at line <n> of options file)
  413.  
  414. Given option <s> into options file at line <n> is not recognised.
  415.  
  416.   - Option "<s>" must be defined only once
  417.  
  418. Given option is given more than once, when it can be given only once.
  419.  
  420.   - Options file <s> cannot be opened
  421.  
  422. Options file cannot be opened. Is its name valid?
  423.  
  424.   - An error occurred when reading options file at line <n>
  425.  
  426. Line <n> of options file cannot be analysed.
  427.  
  428.   - Support options (disk, floppy and device) cannot be used together
  429.  
  430. Options file can define only one support.
  431.  
  432.   - Format of mount= option ("<s>") is wrong, it shall be either <drive
  433.     number>:<disk number>/<main part. number>,<extended part. number> with
  434.     ",<extended part. number>" that must not be given for a main partition, or
  435.     <drive number>:<drive letter> to mount a DOS device.
  436.  
  437. Option "mount=" that you gave into options file does not follow expected
  438. syntax. Expected format is the one described into error message.
  439.  
  440.   - Format of heads_sectors= option ("<s>") is wrong, it shall be: "default",
  441.     "standard", "extended", "parttable" or <number of heads>/<number of
  442.     sectors>.
  443.  
  444. Option "heads_sectors=" that you gave into options file does not follow
  445. expected syntax. This one is the one described into error message.
  446.  
  447.   - A sector containing parameters for filesystem cannot be read
  448.     A sector containing parameters for filesystem cannot be written
  449.  
  450. This error appears only when saving/restoring occupied sectors of a partition.
  451. One of the sectors defining filesystem cannot be read/written. As these
  452. sectors are needed for a good access to filesystem, saving/restoring is
  453. stopped to avoid errors. If this problem occurs when saving, you can choose to
  454. save all sectors. If this problem occurs when restoring, you can choose to
  455. restore it on another partition. In all cases, use a program like scandisk to
  456. possibly correct this problem.
  457.  
  458.   - FAT sectors reading returns an error: <message>
  459.  
  460. This error appears only when saving/restoring occupied sectors of a FAT
  461. partition.
  462. Problem detail is given into following message. If problem is that FATs
  463. differ, you can use scandisk to correct it, then try again the saving (with
  464. saving occupied only sectors again). In case it is another message, problem is
  465. more important and if running scandisk does not solve it you will have to save
  466. the whole partition.
  467.  
  468.   - FAT sectors writing returns an error: <message>
  469.  
  470. Writing modified FAT sectors back to disk generates an error. More details are
  471. given into following message. It is better to run scandisk to try to solve the
  472. problem.
  473.  
  474.   - There were not enough sectors on partition to write all data
  475.  
  476. This error appears only when restoring occupied sectors of a partition.
  477. Despite the check of the minimum size to restore a partition, this partition
  478. is too small. This partition has not been modified if you restore a FAT
  479. partition, and only the first 1024 bytes of the partition have been modified
  480. if you restore an ext2 partition (they do not contain any data (having some
  481. boot code ?), so partition can be considered as not modified). Try to restore
  482. it on a bigger partition.
  483.  
  484.   - An error occurred when updating bitmap: <message>.
  485.     An error occurred when updating filesystem: <message>.
  486.  
  487. In the case of NTFS partitions, filesystem cannot be correctly built.
  488. Depending on the following error message, try to do restore/copy on a
  489. partition with a different size (smaller or bigger). Running chkdsk on this
  490. partition with option to force filesystem check can also solve problem. Doing
  491. restoring/copying on a partition with the same definition as the source one
  492. cannot generate this problem.
  493.  
  494.   - An error occurred when reading bitmap: <message>.
  495.  
  496. In NTFS partition, bitmap describes which sectors are occupied or not.
  497. Depending on following error message, running chkdsk with option to force
  498. filesystem check can solve the problem, else you will have to save the whole
  499. partition.
  500.  
  501.   - Driver cannot be set as driver has not been found.
  502.  
  503. Options "-m" and "-u" can be used only if driver has been loaded.
  504.  
  505.   - You cannot create files on NTFS drive as you are not running Windows
  506.     NT/2000/XP.
  507.  
  508. Option "-n" to create file on a NTFS drive can only be used from an operating
  509. system that is able to manage this type of filesystem.
  510.  
  511.   - Error when copying data into XMS memory.
  512.     Error when copying data into EMS memory.
  513.  
  514. An error occurred when using XMS or EMS memory. Try to use another XMS/EMS
  515. driver.
  516.  
  517.   - You do not have enough EMS or XMS memory: <n> Kb free memory are needed.
  518.  
  519. For using driver, you need more EMS or XMS memory. Please read chapter 16 of
  520. manual to get more details on this error.
  521.  
  522.   - Number of sectors to simulate an element differs from number of sectors
  523.     written into element (<n1> against <n2>).
  524.  
  525. Between what was declared into element and what was found, number of sectors
  526. is not the same. In this case driver is not initialised. Possibly, you can
  527. check if the file is correct.
  528.  
  529.   - More than 255 files cannot be used when initialising driver.
  530.  
  531. Driver is not able to simulate elements that are splitted in more than 255
  532. files. Use copying option to try to group several files together.
  533.  
  534.   - Filename cannot be more than <n> characters long when using driver.
  535.  
  536. Driver is not able to use file whose name (path + name) is more than <n>
  537. character long. Move these files into another directory to reduce name length.
  538.  
  539.   - Environment variable "<name>" is unknown.
  540.  
  541. Options file uses an environment variable that has not been found. You have to
  542. either define this environment variable or modify options file.
  543.  
  544.   - Program cannot treat this type of element for this operation.
  545.  
  546. When updating registry or BOOTSECT.DOS file, these operations can be performed
  547. only on some element type (Windows installation can only be searched on a
  548. partition or DOS device, entry to modify into registry can only correspond to
  549. a partition, BOOTSECT.DOS file can only be on a partition, a floppy disk or a
  550. DOS device).
  551.  
  552.   - Error reading disk number into MBR.
  553.  
  554. This can be generated in case of faulty or wrong MBR.
  555.  
  556.   - Registry modification was not done correctly: <message>.
  557.  
  558. This can be due to a bad support of NTFS filesystem, or a bad sector when
  559. reading or writing on disk.
  560.  
  561.   - BOOTSECT.DOS file not found on this element or has a wrong size.
  562.     BOOTSECT.DOS file has an incorrect signature.
  563.  
  564. Support you choose seems not to have a BOOTSECT.DOS file on root directory, or
  565. it has a wrong size or content.
  566.  
  567.   - An error was raised when creating driver: <message>.
  568.  
  569. When restoring a partition for which only occupied sectors were saved, program
  570. is not able to access to content of this partition with using its filesystem.
  571. This can be because of a bad saving file, so you have to check it.
  572.  
  573.   - Driver for the element to treat is used elsewhere, modifying this element
  574.     will lead to data lost.
  575.     Element you want to restore has some opened file.
  576.  
  577. When restoring, you mount a partition to be able to access to a saving file,
  578. then you use this partition as the restoration destination. This cannot work,
  579. so you have first to copy file elsewhere then perform restoration.
  580.  
  581.   - Element you want to save has some opened file.
  582.  
  583. You try to save a partition when you use some files on it. Either filesystem
  584. on this partition allows being saved on itself, in which case you have to use
  585. this option, or it does not allow this and so you cannot do that.
  586.  
  587.   - A buffer overflow occurs when printing to screen.
  588.  
  589. This message is a check message that shall not appear. In case you get it,
  590. please report this to me with giving me details on how you obtain it.
  591.  
  592.   - Error: cannot allocate page table memory.
  593.  
  594. This error message is generated by DPMI server that does no more have enough
  595. DOS memory. You can either increase free DOS memory with removing uneeded
  596. drivers, or use the max_mem_size option of configuration file to reduce memory
  597. used by program. In this case, you can have to perform several tries to get
  598. the correct size (begin with giving half of your memory size, then reduce this
  599. number until it works).
  600.  
  601.   - Files cannot be explored because of errors found when checking them
  602.  
  603. Some errors have been found when checking backup files you want to explore. So
  604. you cannot explore them.
  605.  
  606.   - Program is not able to read explored drive at offset <n> when checking it
  607.  
  608. When indexing backup files to explore them, program is not able to seek into a
  609. file. So you cannot explore them.
  610.  
  611.   - The "\Objects" key was not found into file
  612.  
  613. When reading boot configuration file, program did not find the key used has
  614. root where to store these informations. File can be wrong.
  615.  
  616.   - No boot configuration data has been found
  617.  
  618. When reading boot configuration file, program did not find any boot entry.
  619. File can be wrong or empty.
  620.  
  621.   - Boot entry name given into options file is not found
  622.  
  623. When reading boot configuration file, program did not find entry name you gave
  624. into options file. You can try without this options file to see if this entry
  625. is listed.
  626.  
  627.   - Boot configuration modification was not done correctly: <message>
  628.  
  629. When writting changes into boot configuration file, program get an error.
  630. Message gives more details on it.
  631.  
  632.   - Cannot initialise output console.
  633.     Console does not support this screen size.
  634.     Cannot initialise input console.
  635.  
  636. These messages can only be displayed on Windows. They show a problem into
  637. input/output management. Check you run program from a standard command window
  638. (or by direct launch of program) that allows displaying 80*25 characters. If
  639. command window is too small, you can increase it either with increasing screen
  640. resolution or with reducing font size.
  641.  
  642.   - Support has not been initialised before accessing it.
  643.  
  644. This is an error into program, you have to inform me of this with how you get
  645. it (what you have done to get it and full error message).
  646.  
  647.   - Origin of heads and sectors numbers requested through options file cannot
  648.     be found or theses numbers are wrong.
  649.  
  650. When modifiying boot sector physical definitions, you try to use incorrect
  651. values into options file. Either you use some predefined value ("default",
  652. "standard", "extended", ...), but program does not find corresponding
  653. definition, or you use numerical values and these ones are wrong (they shall
  654. be between 1 and 256 for heads number and 1 and 63 for sectors number). In
  655. first case, you can try without options file to see which values can be used.
  656.  
  657. ------
  658. All trademarks and registered trademarks are property of their respective
  659. holders.
  660.