Changeset 1765
- Timestamp:
- Mar 23, 2014, 8:51:44 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/ipf/Trouble.ipf (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/ipf/Trouble.ipf
r1678 r1765 6 6 .* 7 7 .* Copyright (c) 1993-98 M. Kimes 8 .* Copyright (c) 2002-201 3Steven H.Levine8 .* Copyright (c) 2002-2014 Steven H.Levine 9 9 .* 10 10 .* 06 Apr 07 GKY Added drag limit information … … 15 15 .* 01 Jan 13 GKY Removed GBM.DLL note as the problem has been fixed. 16 16 .* 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 17 19 .* 18 20 .*********************************************************************** … … 20 22 :h2 res=100100 id='PANEL_TROUBLE'. 21 23 Troubleshooting 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. 25 Your LIBPATH statement should contain a "." entry. 24 26 If yours doesn&apos.t&comma. add it&per. It&apos.s 25 27 standard for an OS&slash.2 installation&comma. but some buggy install programs knock 26 28 it out because they translate entries to their full pathname before 27 rewriting &lpar.so " &per.&bsl." gets translated to whatever the current28 directory is for the buggy install program&rpar. &per. What this "&per.&bsl." entry does is29 allow a program to find and use &per.DLL files in the program&apos.s current directory29 rewriting &lpar.so "." gets translated to whatever the current 30 directory is for the buggy install program&rpar.. What this "." entry does is 31 allow a program to find and use .DLL files in the program&apos.s current directory 30 32 &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 the33 you&apos.d have to put every application&apos.s .DLLs into directories already on the 32 34 LIBPATH&comma. or add the directories of all applications to the LIBPATH&comma. a 33 rather huge pain in the&comma. uh&comma. neck &per.35 rather huge pain in the&comma. uh&comma. neck. 34 36 :p.If things in FM&slash.2 are suddenly acting strange after an upgrade&comma. try 35 37 reinstalling the Warpin package. … … 51 53 than expected&per. 52 54 :p. &endash. Access to LS120 and FAT32 drives slower than expected 53 :p. &endash. Icon display in Directory Container doesnot always match WPS icons54 :p. &endash. Spurious WPS Objects Handles created during some operations55 :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 55 57 :p. &endash. PM has a 64k draginfo buffer for compatibility with 16 bit programs. 56 58 This limits each drag operation to a maximum of about 1800 objects, however in some testing … … 79 81 deleting to free up drive space you must either empty the trash can or use 80 82 :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 84 commands where you wish to copy the output following their completion you have 2 85 options. If you have dragtext installed you can select the text, drag it to the desktop 86 and then copy it from the file created by this operation. Alternatively, you can use a 87 commandline of the form CMD.EXE &slash.k BLDLEVEL.EXE &percent.a. This leaves a running 88 window because the command shell doesn't terminate and the text can be copied in the 89 usual ways from the active window. 90 :p. &endash. Starting FM2 from commandline with stdout and stderr redirected to a file may 91 result in command shell windows started from FM2 opening blank &lpar.and useless&rpar.. 92 You can work around this in 2 different ways. First you can use logFM2.cmd located in 93 the debug directory and as an object in the FM2 folder which starts FM2 with redirection. 94 Otherwise you can use &numsign. as the first switch on the commandline &lpar.FM3.EXE 95 &numsign 2>sym.>sym.FM2.LOG&rpar.. The drawback to the second solution is it uses 96 the base environment, the one set by CONFIG.SYS. This means that command prompts start 97 directed at the root of the boot drive not the directory from the active directory container. 98 You also lose any other environment variables created by the method you used to start FM2. 81 99
Note:
See TracChangeset
for help on using the changeset viewer.
