Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!liovax.enet.dec.com!craparotta From: craparotta@liovax.enet.dec.com (Physical T5--Virtual T7) Newsgroups: comp.sys.apple Subject: Paintworks Gold Patch for 5.0 Message-ID: <8910160027.AA01105@decwrl.dec.com> Date: 16 Oct 89 00:27:39 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 Here is the Paintworks Gold patch that I have. This is also written by Jason Harper. Hope it helps Search the program file for the bytes C9 08 00 D0 CE, and change the $08 to a $7F. It's trying to allocate a 640K block of contigious memory, and is only checking in the first 512K of your computer for the start of such a block: this renders any memory beyond the 1.125MB (512+640K) point unusable by the program. With the patch, it will (hopefully) keep on looking for a suitable block throughout the computer's installed RAM. Joe