I think I have found a way to allow these 2 (and other very large) patches to load on a 32 bit Windows machine with 4 gig ram.
By default, with a 32 bit machine with 4 gig ram, Windows partitions the ram so that 2 gigs is allocated for the OS kernal and 2 gigs for programs. Of course, this prevents any patches with samples larger than 2048 megs from loading. You can change the mix so that so that there is 1 gig is allocated for the OS kernel and 3 gigs for programs.
To do this, go to the Windows command prompt (winkey + r and CMD then enter) and then issue the command:
bcdedit.exe /set IncreaseUserVa 3072
After doing this, perform a full machine power cycle
Note: Only do this if you are running a 32bit version of Windows 7, 8, or 8.1 with 4 gigs or ram installed. If you are running any other configuration, stop here.
I have tried this on my 32bit Windows 7 machine and I can now load the rapture pro patches" Lucid Dreams 1" and "Lucid Dreams 2" .
Other memory intensive software also benefits from this modification as well.
If you do this and it causes issues and you wish to reverse the change then issue the following command and then reboot:
bcdedit /deletevalue IncreaseUserVa