home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / tcpip / ibmpc / 7726 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  4.3 KB

  1. Xref: sparky comp.protocols.tcp-ip.ibmpc:7726 comp.os.ms-windows.apps:7601
  2. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!uwm.edu!cs.utexas.edu!torn!news.ccs.queensu.ca!qucdn!thomasb
  3. Organization: Queen's University at Kingston
  4. Date: Wed, 27 Jan 1993 09:20:57 EST
  5. From: <THOMASB@QUCDN.QueensU.CA>
  6. Message-ID: <93027.092057THOMASB@QUCDN.QueensU.CA>
  7. Newsgroups: comp.protocols.tcp-ip.ibmpc,comp.os.ms-windows.apps
  8. Subject:    WinQVT Problems Solved
  9. Lines: 92
  10.  
  11. A couple of weeks ago I described a new problem I was having with
  12. WinQVT 3.16 and an ongoing "glitch" carried over from 3.03.  Both
  13. have now been resolved.
  14.  
  15. Re-iterating, in addition to WinQVT, I'm also running PC/TCP, so am
  16. using PKTMUX to allow the 2 to co-exist.
  17.  
  18.  
  19. Now the problems:
  20.  
  21. 1. When WinQVT is invoked from Windows, before the console comes up,
  22.    the following Windows message box appears:
  23.  
  24.    ---------------------------------------------------------------------
  25.    |                           WNQVTNET                                |
  26.    |                                                                   |
  27.    |           An error has occurred in your application.              |
  28.    | If you choose to Ignore, you should save your work in a new file. |
  29.    |      If you choose Close, your application will terminate.        |
  30.    |                                                                   |
  31.    |                                                                   |
  32.    |          Close                                 Ignore             |
  33.    ---------------------------------------------------------------------
  34.  
  35.    If the "Ignore" button is chosen, the application "appears" to start
  36.    normally, and the CONSOLE comes up, followed by the auto_start
  37.    sessions.
  38.  
  39.    If the "Close" button is picked, the application produces the
  40.    following:
  41.  
  42.    ---------------------------------------------------------------------
  43.    |                       Application Error                           |
  44.    |                                                                   |
  45.    |           WNQVTNET caused a General Protection Fault in           |
  46.    |                 module WNNETDLL.DLL at 0001.8B8D.                 |
  47.    |                                                                   |
  48.    |                                                                   |
  49.    |                            Close                                  |
  50.    ---------------------------------------------------------------------
  51.  
  52.    THE SOLUTION:
  53.    -------------
  54.    PKTMUX documentation describes how to set up your AUTOEXEC.BAT file
  55.    for various situations.  The section on "Windows 3 Applications"
  56.    describes how mine SHOULD HAVE BEEN set up.  My order was DIFFERENT.
  57.    The CORRECT order follows:
  58.  
  59.         IBMTOKEN 0x60      ;load packet driver
  60.         PKTMUX 2           ;support 2 channels
  61.         PKTDRV             ;PKTDRV for PC/TCP to use
  62.         PKTDRV 7F          ;PKTDRV for WinQVT to use
  63.         PKTINT             ;WinQVT Packet interface
  64.  
  65.    Note that QVTNET.INI file has "packet_vector=7F".
  66.  
  67.  
  68. 2. A second problem which was present in release 3.03 and continued in
  69.    3.16.
  70.  
  71.    If the CONSOLE is closed to return to Windows, WinQVT cannot be
  72.    successfully re-entered later.  The CONSOLE comes up ok, but each
  73.    of the sessions being "auto_start'd" produces a message indicating:
  74.  
  75.       "Local host or gateway not responding"
  76.  
  77.    Trying to restart sessions manually, via the TERMINAL option on the
  78.    console produces the same result.
  79.  
  80.    THE SOLUTION:
  81.    -------------
  82.    Thanks to Edwin Clubb (egclubb@ucdavis.edu) who pointed out this was
  83.    a bug in PKTMUX and that PKTMUX 1.2 fixes it.  I down-loaded PKTMUX
  84.    1.2 from FTP.CICA.INDIANA.EDU and installed it - NO MORE PROBLEM!
  85.  
  86.    If you retrieve PKTMUX 1.2 from Indiana:
  87.  
  88.       a) Its in the PUB\PC\WIN3\UTIL directory as PKTMUX12.EXE.
  89.       b) Its a ZIP file, NOT an EXE file.
  90.       c) I used the 3 EXE's present (PKTMUX, PKTDRV and PKTSTATS).
  91.          Each is 40-50% larger than previous versions.
  92.  
  93. Hope this helps someone else!
  94.  
  95.  
  96. Brian S. Thomas                      $$     Tel: 613-545-2228
  97. Coordinator of Information Systems   $$
  98. Queen's University                   $$  E-Mail: THOMASB@QUCDN.QueensU.CA
  99. Computing & Communication Services   $$
  100. Dupuis Hall                          $$
  101. Kingston, Ontario                    $$
  102. Canada   K7L 3N6                     $$
  103.