[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference jamin::pw95ift

Title:PATHWORKS for Windows 95
Notice:PWW95 1.0A Available -- See notes 3.39 and 8.7
Moderator:JAMIN::SYSTEMROM
Created:Thu Nov 17 1994
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:646
Total number of notes:2900

642.0. "vt320 page fault at 0137:0041c1f7" by GIDDAY::CRISOLOGO () Fri May 16 1997 03:45

Anyone has any idea on this, otherwise I'll IPMT it.

Thanks,
Arlene

Scenario:
Hardware 
Digital Hinote VP model TS31D
HI Note Vp port replicator with Network controller
Netcomm V34 PCMCIA modem.

Software:
Windows 95 Upgrade CDROM
Pathworks 32 First release
VT320 Version 7.0.033
Latest Netcomm and PCMCIA drivers and Prot replicator drivers soourced from
Digitals and netcomm web sites

Method:
Hi note VP boots up onto the network and connect drives normally. VT320 works
fine when accessing local LAT nodes. When a script is used to dial the internal
modem and connect to the SAME node, the script runs until it gets to the end of
the script at which stage it generates the attached invalid Page fault 

This has been tested on the following hardware
Digital HINOTE VP Laptop with internal modem
DIGITAL DECpc 433dxLP with an external modem

with exactly the same results.

Cheers
Russell Brown
MIS Department
Eveready Australia Pty. Ltd.

========================== CUT HERE ============================
=================== invaild page fault information==============

VT320 caused an invalid page fault in
module VT320.EXE at 0137:0041c1f7.
Registers:
EAX=00000001 CS=0137 EIP=0041c1f7 EFLGS=00010206
EBX=005c0045 SS=013f ESP=006cfc68 EBP=006cfc7c
ECX=00000000 DS=013f ESI=81553dcc FS=195f
EDX=005a1000 ES=013f EDI=81557ae0 GS=0000
Bytes at CS:EIP:
0f be 00 85 c0 0f 84 4f 00 00 00 8b 45 08 89 45 
Stack dump:
81557ae0 81553dcc 005c0045 81557ae0 
00000001 006cfca0 00421578 00000001 
81557ae0 81553dcc 005c0045 81557ae0 
00000001 00000000 006cfcc8 0041dbce 

===================== CUT HERE =================================
==================VT320 INI file ===============================

[Communications]
CommPort=COM2
Disconnect=2
XOFF=64
BaudRate=57600
DataBits=8
Parity=N
StopBits=1
ServiceName=AUV003

[Keyboard]
Language=English (US)
KeypadMode=1
CursorKeyMode=1
MarginBell=1
WarningBell=1
BreakKey=1
ComposeKey=1
DeleteKey=1
KeyLock=1
NumlockAsPF1=1
KeyMapFile=D:\pw32\mfgpro95.KMF

[Display]
FontSize=2
StatusLine=0
Columns=80
TextCursor=1
AutoWrap=1
CursorStyle=1
ScreenMode=0
Blink=0
Title=Dialup Login (MFG/Pro)
Font=VT320-8X14
Rows=24

[General]
EmulationLevel=2
TerminalID=VT320
MultinationalMode=1
MCS=1
Newline=1
Online=1
FeatureLock=0
UDKLock=0
UDKShift=1

[Print]
Extent=1
Size=1
Mode=0

[Misc]
AutoAnswerback=0
ConcealAnswerback=0
LocalEcho=0
CloseOnDisconnect=0
AnswerbackMessage=
ScriptLogFile=ERROR.LOG
HangupOnExit=1
PauseOnMinimize=1
Multitask=1
Tabs=9,17,25,33,41,49,57,65,73,81,89,97,105,113,121,129,
LanguageDLL=VT320US.DLL

[Phone]
AnswerMode=0
DialA=
DialB=
DialC=
DialD=
DialE=
DialF=
DialG=
DialH=
DialI=
DialJ=
DialStr=ATD
HangUpStr=AT H^mAT^m
InitStr=AT &D2 S0=%1d^m
EscapeStr=+++

[Window]
ConfirmClose=0
SaveWindowRect=1
Size=48,54,653,410

[Colors]
Background=192 192 192
Foreground=0 0 255
Reverse=255 255 0
Bold=0 0 128
Underline=0 0 0
BoldState=1

====================== CUT HERE =============================
================ VT320 Script FILE ==========================

COMMENT:--------------------------------------------------------------
COMMENT:----------------- Error Handler ------------------------------
COMMENT:--------------------------------------------------------------
ON ERROR:
GOTO: $tmeout
END ON ERROR:

COMMENT:-------------------------------------------------------------
COMMENT:---------- Start of Script Processing -----------------------
COMMENT:-------------------------------------------------------------
$start:
COMMENT:----- Check Availability of Modem -----
COMMENT:---------------------------------------
ECHO:
DISPLAY:Reseting Modem
TIMER:2
RETRY:0
SEND:ATZ<CR>
WAIT FOR:OK

COMMENT:----- Dial Out -----
COMMENT:--------------------
DISPLAY:Dialing Rosebery computer centre... Please Stand By
COMMENT:SEND:ATDT96696586<CR>
SEND:ATDT0,96696586<CR>
TIMER:45
WAIT FOR:CONNECT

COMMENT: Now wait for the server prompt, local prompt and then connect to
AUV002
SEND:<CR>
TIMER:15
WAIT FOR:username>
SEND:J.Scarf remote<CR>
TIMER:15
WAIT FOR:Local>
DISPLAY:Remember to logout after exiting MFG/Pro
SEND:connect lat auv003<CR>
TIMER:15
WAIT FOR:login:


COMMENT:--- Terminate Script ---
COMMENT:------------------------
$finish
EXIT SCRIPT:

COMMENT:------------------------------------------------------------
COMMENT:------------ Error Handling Routines -----------------------
COMMENT:------------------------------------------------------------
$tmeout:
DISPLAY:Unfortunately one or both of the modem are currently in use.
DISPLAY:Would you like to try again in 5 minutes (Y/N)?
ECHO:
READ: userinput
CASE: userinput 
	"N" EXIT EMULATOR:
	"n" EXIT EMULATOR:
CASE END:
PAUSE: 0:5:0
GOTO:$start
====================== CUT HERE =============================

T.RTitleUserPersonal
Name
DateLines
642.1CTHU22::M_MORINMario Morin, Hull CSC - CanadaWed Jun 04 1997 13:3412
There is a VT320 patch for General Page Fault that engineering
is aware of.  In your case you're getting an Invalid Page Fault.

Maybe the patch takes care of that problem too.

IPMT and you should be able to find out soon.

Have a look at the PATHWORKS 32 notes file:

	JAMIN::PATHWORKS32

/Mario
642.2JAMIN::MAJEWSKIThu Jun 05 1997 10:516
    not the same problem.  
    
    .0 was escalated as ipmt case cfs.51383
    
    error in script file - a label wasn't terminated with a colon.