Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bluejax

macrumors newbie
Original poster
Dec 20, 2009
1
0
Hi crew,
I have been having problems with external hard drives refusing to appear on my desktop and sometimes refusing to mount at all. I followed Apple's official advice list but it still hasn't fixed all the problems. And now I get get the following message in a Text Edit window on startup:

scriptid "Displace" //DO NOT LOCALIZE
filter "„Åö„Çå"
group "歪み"
fullframe

input mapsrc, "„Éû„ÉɄÉó„ǧ„ɰ„ɺ„Ç∏", clip


input lumascale, "ルミナンススケール", slider, 0, 0, 100 ramp 90 detent 0
input hscale, "横方向", slider, 10, -200, 200 ramp 90 detent 10
input vscale, "縦方向", slider, 10, -200, 200 ramp 90 detent 10
input repeatedge, "„Ç®„ÉɄÇ∏„ÅƄÅè„ÇäËøî„Åó", checkbox, 0

code



float h, v, dur, duroffset
point c
dimensionsof(dest, h, v)
image buf[h][v]

getLimits(mapsrc, dur, duroffset)

if dur > 0
getVideo(mapsrc, 0, buf)
else
circleLight(buf, c, 0, 100*h/320, aspectof(dest), 0, 1, kwhite, kblack)
end if

displace(src1, dest, buf, repeatedge, -hscale/100*h/640, vscale/100*h/640, lumaScale/100, aspectof(dest))
maskCopy(dest, src1, buf, dest, 0, 0.5)

Not being able to read "Apple Language" can anyone help?

Cheers

Blue
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.