Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!psuvax1!vu-vlsi!cbmvax!higgin From: higgin@cbmvax.UUCP Newsgroups: comp.sys.amiga Subject: Re: Wordperfect bug. Message-ID: <2278@cbmvax.UUCP> Date: Mon, 31-Aug-87 16:42:59 EDT Article-I.D.: cbmvax.2278 Posted: Mon Aug 31 16:42:59 1987 Date-Received: Wed, 2-Sep-87 01:41:33 EDT References: <7CRONEJP@UREGINA1> Organization: Commodore Technology, West Chester, PA Lines: 37 in article <7CRONEJP@UREGINA1>, CRONEJP@UREGINA1.BITNET says: > Has anyone else seen this??? > I was running word perfect today and went to invoke the > SPELL program from Workbench.... > Mr Guru.... > ... > I was getting a little annoyed so I tried it from CLI > and this time got the wierd message to end all weird messages > "SPELL returned errorcode 65535" > but no guru..... > Jonathan Crone If you boot the supplied WordPerfect disk, it boots a CLI which it puts a little message into saying "Don't end this CLI" or something similar. That's because "loadwb" executes from a CLI that disappears usually, and I think this causes problems when programs from Workbench try to CreateProc (i.e., load the Spell program) because there's no CLI attached to the WorkBench, or the program booted from WorkBench (i.e., WordPerfect). So, leave the initial CLI open, or do what I do... at the end of my startup-sequence, I start another small CLI, which in turn does the "loadwb" so that the WorkBench still has an associated CLI. (There's a bug in there somewhere!) end of startup-sequence... newcli con:10/10/200/100/Tiny-CLI from s:startup-newcli endcli > nil: startup-newcli loadwb Paul. Disclaimer: Since I am not working in the system software group, the above could be totally wrong. My opinions do not represent the company in this message.