From: utzoo!decvax!ucbvax!info-vax Newsgroups: fa.info-vax Title: Vms version 3.0 bug in sys:scrshr.exe Article-I.D.: ucbvax.214 Posted: Sat Dec 4 15:52:16 1982 Received: Sun Dec 5 07:11:11 1982 >From lblg!graves@LBL-UNIX Sat Dec 4 15:32:03 1982 Mail-From: ARPANET host SANDIA rcvd at 2-Dec-82 1924-PST Mail-From: ARPANET site LBL-UNIX rcvd at 2-Dec-82 2024-MST To: info-vax@sandia, @, lblg!lbl-unix@LBL-UNIX, Remailed-Date: 4 Dec 1982 1047-PST Remailed-From: the tty of Geoffrey S. Goodfellow Remailed-To: Info-VAX@SRI-CSL: ; Theres a bug(feature) in the version 3.0 sys$library:scrshr.exe which causes it to fail when trying to use the foreign terminal package and and monitor. The buffer used to pass strings between the two images is not big enough and so the initial screen is never written properly. I have found that the following patch fixes this problem and allows me to use adm3a'a, soroc's, concept 100's, telerays to run monitor and phone. $set def [.scrft] $patch scrshr.exe dep/word 615=0fc00 dep/word 61c=0400 update The resulting messages come out of patch if everything works right %PATCH-I-NOLCL, image does not contain local symbols old: 00000615: 0FE00 new: 00000615: 0FC00 old: 0000061C: 0200 new: 0000061C: 0400 %PATCH-I-WRTFIL, updating image file DRC0:[GRAVES.SCRFT]SCRSHR.EXE;3 Hope this saves someone the trouble I had to go to. Wayne