I wanted to get Aperture 1.5.6 running on my iBook (Late 2004) but i was annoyed when i found out i didn't have enough RAM and my ATI Mobility Radeon 9200 wasn't supported. So i searched the internet for a solution. And after some digging i found that modifying the HEX values of the program fixed the GPU issue and a modification of the Info.plist file made lack of RAM not an issue!
To get this to work i did the following
1. Downloaded HexFeind
2. Using HexFeind i opened the Aperture exec file located in Aperture.app/Contents/MacOS
3. Jumped to the 0xbfa4 ofset
4. Found the 40 9E 00 88 value
5. Replaced that value with 48 00 00 80
6. Saved that file
That only fixes the GPU issue though, to fix the RAM issue i did the following:
1. Opened Info.plist file located in Aperture.app/Contents
(I used TextWrangler, but almost any text editor should do!)
2. Found the AELMinimumRAMSize line
3. Edited its string from 1024 to the amount of ram that i have
4. Save the file
After those small modifications Aperture started with 0 issues!
Those are the modifications that worked for me , but i cannot guarantee that it will work for you too
Hopefully somebody finds this useful!
1. Downloaded HexFeind
2. Using HexFeind i opened the Aperture exec file located in Aperture.app/Contents/MacOS
3. Jumped to the 0xbfa4 ofset
4. Found the 40 9E 00 88 value
5. Replaced that value with 48 00 00 80
6. Saved that file
That only fixes the GPU issue though, to fix the RAM issue i did the following:
1. Opened Info.plist file located in Aperture.app/Contents
(I used TextWrangler, but almost any text editor should do!)
2. Found the AELMinimumRAMSize line
3. Edited its string from 1024 to the amount of ram that i have
4. Save the file
After those small modifications Aperture started with 0 issues!
Those are the modifications that worked for me , but i cannot guarantee that it will work for you too
Hopefully somebody finds this useful!