|
|
Same problem
I modified the script to give more info on running and got the same 4200 generic error problem after running. My card shows ROM 1027F in Apple system profiler, with Rev. 178.
Script:
on run
tell application "AENV MacFlash [1045-MRS]"
activate
if (CompareROMVersion) = true then
FlashROM
set x to the result as string
if x = "0" then display dialog "0: All went well!"
if x = "4200" then display dialog "4200: Generic error"
if x = "4201" then display dialog "4201: No NVIDIA Hardware found"
if x = "4202" then display dialog "4202: No supported OpenFirmware found for this Graphics Card"
else
display dialog ("It's likely that either the image ROM Version is older than the one already on the card" & return ¬
& "or you don't have an NVidia card installed.")
end if
quit
end tell
end run
Same problem
Let me be a bit more specific: |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.14 seconds |
|