source: trunk/dll/ipf/Trouble.ipf@ 1036

Last change on this file since 1036 was 797, checked in by Gregg Young, 18 years ago

Removed references to Find Buffer which are obsolete with latest code

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
Line 
1:h2 res=100100 id='PANEL_TROUBLE'.
2Troubleshooting
3:p.If FM&slash.2 won&apos.t run&comma. &lpar.Error Message&colon. FM3RES.STR isn't in right format, at least for this version of FM/2.&rpar.
4the probable culprit is CONFIG&per.SYS&per. Your LIBPATH statement should contain a "&per.&bsl." entry&per.
5If yours doesn&apos.t&comma. add it&per. It&apos.s
6standard for an OS&slash.2 installation&comma. but some buggy install programs knock
7it out because they translate entries to their full pathname before
8rewriting &lpar.so "&per.&bsl." gets translated to whatever the current
9directory is for the buggy install program&rpar.&per. What this "&per.&bsl." entry does is
10allow a program to find and use &per.DLL files in the program&apos.s current directory
11&endash.&endash. obviously something you want programs to be able to do&comma. otherwise
12you&apos.d have to put every application&apos.s &per.DLLs into directories already on the
13LIBPATH&comma. or add the directories of all applications to the LIBPATH&comma. a
14rather huge pain in the&comma. uh&comma. neck&per.
15:p.If things in FM&slash.2 are suddenly acting strange after an upgrade&comma.
16first make &us.sure&us. you unpacked &us.all&us. the files and overwrote the old
17ones&comma. then run INSTALL&per.CMD to update your WPS objects&per.
18:p.If the "FM&slash.2 Online Help" object in the "FM&slash.2 Docs" subfolder
19won&apos.t work properly&comma. you&apos.ve got a version of VIEW&per.EXE that won&apos.t
20directly display help &lpar.&per.HLP&rpar. files&per. Use SEEHELP&per.EXE from the
21:link reftype=hd res=100090.FM&slash.2 Utilities:elink. package to
22get around this problem &lpar.upgrade your version of OS&slash.2 or switch to NewView.exe&rpar.&per.
23:p.Don&apos.t drag files over Netscape &endash.&endash. it will lock up if files &lpar.not WPS
24objects&semi. there&apos.s a subtle difference&rpar. are dragged over it&per.
25
26:h2 res=100105 name=PANEL_KPROBLEMS.
27Known problems&slash.shortcomings
28:p. &endash. FM&slash.2 does not properly report sizes of some files with long
29name resident on Win95&slash.NT drives&per.
30:p. &endash. File List Container fails to fill after drive change SYS0039
31error&per.
32:p. &endash. Tree switching on Focus&slash.Directory Change appears to be slower
33than expected&per.
34:p. &endash. Access to LS120 and FAT32 drives slower than expected
35:p. &endash. Icon display in Directory Container does not always match WPS icons
36:p. &endash. Spurious WPS Objects Handles created during some operations
37:p. &endash. PM has a 64k draginfo buffer for compatibility with 16 bit programs.
38This limits each drag operation to a maximum of about 1800 objects, however in some testing
39we were limited to under 1700. The main problem is PM is happy to over write this buffer.
40The result is significant corruption of share memory forcing a reboot. We have limited drag
41operations to maximum number of objects that will fit in the dragitem
42structure (700-1700 depending on path length and other factors)
43to prevent this problem.
44:p. &endash. Trying to run Global.exe from the command line in 4OS2 (perhaps other shells)
45results in the execution of 4OS2's "Global" command. Global.exe can be run by placing
46it in quotes or prefixing it with *. See 4OS2's documentation for more information.
47:p. &endash. As with any OS/2 program significant changes (such as our change to OpenWatcom)
48will result in the incompatibility of older (VAC) exes with new dlls and viceversa. Attempting to run
49OpenWatcom exes with a VAC dll loaded in memory or in your libpath ahead of the new version
50will result in a SYS3175 in popuplog.os2. The reverse gives a SYS2070. If you experience these
51problems search your libpath for fm3dll.dll and remove or rename it. Your libpath should have "."
52(without the quotes) as your first entry to minimize the likelyhood of this problem. FM/2's installer
53does not add the FM/2 directory to the libpath.
54:p. &endash. Accessing a subdirectory on a vfat (fat) formatted USB removable drive may result
55in a SYS3175. If this occurs try accessing the directory using "open" from the context (popup)
56menu. Mounting it using netdrives' vfat plugin also solves the problem.
Note: See TracBrowser for help on using the repository browser.