Changeset 1765


Ignore:
Timestamp:
Mar 23, 2014, 8:51:44 PM (12 years ago)
Author:
Gregg Young
Message:

Added 2 known problems to help file. Fixed some typos Ticket [531]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/Trouble.ipf

    r1678 r1765  
    66.*
    77.* Copyright (c) 1993-98 M. Kimes
    8 .* Copyright (c) 2002-2013 Steven H.Levine
     8.* Copyright (c) 2002-2014 Steven H.Levine
    99.*
    1010.* 06 Apr 07 GKY Added drag limit information
     
    1515.* 01 Jan 13 GKY Removed GBM.DLL note as the problem has been fixed.
    1616.* 01 Jan 13 GKY Removed reference to install.cmd which is no longer in the FM/2 package
     17.* 23 Mar 14 GKY Add known problems with starting with redirection and inability to copy
     18.*               from "completed" windows. Fixed some typos
    1719.*
    1820.***********************************************************************
     
    2022:h2 res=100100 id='PANEL_TROUBLE'.
    2123Troubleshooting
    22 :p.If FM&slash.2 won&apos.t run&comma. &lpar.the probable culprit is CONFIG&per.SYS&per
    23 Your LIBPATH statement should contain a "&per.&bsl." entry&per.
     24:p.If FM&slash.2 won&apos.t run&comma. &lpar.the probable culprit is CONFIG.SYS
     25Your LIBPATH statement should contain a "." entry.
    2426If yours doesn&apos.t&comma. add it&per.  It&apos.s
    2527standard for an OS&slash.2 installation&comma. but some buggy install programs knock
    2628it out because they translate entries to their full pathname before
    27 rewriting &lpar.so "&per.&bsl." gets translated to whatever the current
    28 directory is for the buggy install program&rpar.&per.  What this "&per.&bsl." entry does is
    29 allow a program to find and use &per.DLL files in the program&apos.s current directory
     29rewriting &lpar.so "." gets translated to whatever the current
     30directory is for the buggy install program&rpar..  What this "." entry does is
     31allow a program to find and use .DLL files in the program&apos.s current directory
    3032&endash.&endash. obviously something you want programs to be able to do&comma. otherwise
    31 you&apos.d have to put every application&apos.s &per.DLLs into directories already on the
     33you&apos.d have to put every application&apos.s .DLLs into directories already on the
    3234LIBPATH&comma. or add the directories of all applications to the LIBPATH&comma. a
    33 rather huge pain in the&comma. uh&comma. neck&per.
     35rather huge pain in the&comma. uh&comma. neck.
    3436:p.If things in FM&slash.2 are suddenly acting strange after an upgrade&comma. try
    3537reinstalling the Warpin package.
     
    5153than expected&per.
    5254:p. &endash. Access to LS120 and FAT32 drives slower than expected
    53 :p. &endash. Icon display in Directory Container does not always match WPS icons
    54 :p. &endash. Spurious WPS Objects Handles created during some operations
     55:p. &endash. Icons displayed in Directory Containers do not always match WPS icons
     56:p. &endash. Spurious WPS Objects Handles are created during some operations
    5557:p. &endash. PM has a 64k draginfo buffer for compatibility with 16 bit programs.
    5658This limits each drag operation to a maximum of about 1800 objects, however in some testing
     
    7981deleting to free up drive space you must either empty the trash can or use
    8082:hp6.Permanent Delete:ehp6. which deletes the files directly bypassing the trash can.
     83:p. &endash. You can't copy from a completed command window in OS&slash.2. If you run
     84commands where you wish to copy the output following their completion you have 2
     85options. If you have dragtext installed you can select the text, drag it to the desktop
     86and then copy it from the file created by this operation. Alternatively, you can use a
     87commandline of the form CMD.EXE &slash.k BLDLEVEL.EXE  &percent.a. This leaves a running
     88window because the command shell doesn't terminate and the text can be copied in the
     89usual ways from the active window.
     90:p. &endash. Starting FM2 from commandline with stdout and stderr redirected to a file may
     91result in command shell windows started from FM2 opening blank &lpar.and useless&rpar..
     92You can work around this in 2 different ways. First you can use logFM2.cmd located in
     93the debug directory and as an object in the FM2 folder which starts FM2 with redirection.
     94Otherwise you can use &numsign. as the first switch on the commandline &lpar.FM3.EXE
     95&numsign 2&gtsym.&gtsym.FM2.LOG&rpar.. The drawback to the second solution is it uses
     96the base environment, the one set by CONFIG.SYS. This means that command prompts start
     97directed at the root of the boot drive not the directory from the active directory container.
     98You also lose any other environment variables created by the method you used to start FM2.
    8199
Note: See TracChangeset for help on using the changeset viewer.