theres people buyng new macs coreduo with 4gb ram with good firewire cards and then 2 simple audio tracks give system overload messages and crashes, i think its related to some specific modos and processors, many users simple cant run more than 2 tracks on logic pro 8 on the new macs (not hackintoshes) its ridiculous!
apple simply ignore this problem sinze 7.2 and now it got very worst on the new version, the topics on apple help foruns are getting deleted , and nobody talks about a solution, many people are downgrading to 7.2 becouse of this
this is a solution i find , and solved the problems for me (logic was giving me overload messages with one midi track only , now i start a track full of effects with 8 midi tracks and i dont have problems, even using my onboard card ac97
so this is the solution: (there is 2 ways of doing this)
1š way: (the console way)
1. run LP8
2. run Activity Monitor and look for the PID for Logic 8 eg. 15655
3. run terminal
4. enter : sudo renice -20 xxxx
where xxxx is the PID of Logic ie 15655
What this does is tells OSX to give TOP priority to Logic. then just keep logic running.. I did this over the last 2 days and spent 18 hours solid working and not one Overload and not one crash - lovely !!
2š way: (the automactic script way)
1. Go into Applications and open the 'Apple Script' folder.
2. Open/Launch the 'Script Editor' App.
3. You will see a window divided it two - in the top window, copy (apple > 'c') this text as written below;
tell application "Logic Pro"
run
end tell
set the_lines to paragraphs of (do shell script "ps -U $USER")
set the_app to "Logic Pro"
set the_line to ""
repeat with this_line in the_lines
if this_line contains the_app then
set the_line to this_line
end if
end repeat
if the_line is "" then return
set the_pid to word 1 of the_line
do shell script "renice -20 " & the_pid password "putyouradminpasswordhere" with administrator privileges
4. On the bottom line where it reads "putyouradminpasswordhere" type in your admin password - keep the quotation marks
and the last three words exactly as written. Just change the putyouradminpasswordhere text.
5. Go to 'File' and 'Save As' -- give it a name and choose a location to save to. In the dropdown menu labelled 'File format',
I saved mine as an application, ticked 'Stay Open'and Saved to my Apps folder.
6. Double click on the the Script/App. and wait....
7. The script will launch itself and then LP8 - the 'Stay Open' save option keeps this running while you use Logic. I keep an alias of the script (with a cool icon)
in the Dock next to my LP8 alias.
make nice tracks
