New issue rendering with CUDA support latest CC

Very odd thing happened.. Last week I go to render to h.264 .mp4 for Vimeo from my timeline and it takes FOR-EVER.... So I tried not using AME and going directly out from Premiere CC... Same thing... gets to around 30% and just sits there for 8 hours and crashes... The MPE engine is working in premiere.. It'll play fine off the timeline with yellow bars above the timeline, and if I turn off MPE in the project settings a lot of the timeline goes red and won't play so I know it's working. Now, I just finished a 3 minute video and went to export... same thing... but this time in AME I turned off MPE acceleration and turned it to software only and it flew through the render! With CUDA on, it sat on the first frame forever... turn it off and BAM.. it starts up and coasts through the render.
My specs:
i7 970 6/12 core
ASUS P6x58 D-E
24GB
GTX 560Ti  (did the cuda_card hack back in CS6 and CC just allowed it as an upsupported card and it's been working fine until the other day) driver: GeForce 337.50 (and the last driver didn't work either)
Windows 8.1 x64
Latest CC
Swimming pools, movie stars..
TIA for any help.

I can't think of anything that would cause that behavior.  There were issues with certain effects being greatly slowed down on a Mac, but Windows was unaffected by that issue.

Similar Messages

  • New issue started with install of Photoshop Elements 12

    Hello,
    I have a Mac computer, Mac OS X 10.7.5. I use Lightroom 5, Photoshop CS6 (not CC) and Photoshop Elements. Things worked smoothly, using PSE 11, until I recently installed PSE12. The PSE12 installation went smoothly, and I updated my LR5 Preferences to indicate PSE12 and CS6 as external editors. As I said this worked fine with CS6 and PSE11. Now when I right click an image in LR5 and choose Edit In > PSE12, PSE12 launches but it does not open the image. I changed the Preferences back to indicate PSE11 as an external editor and now it does the same thing, whereas it worked before. If I choose to edit in CS6 everything works fine; CS6 launches and the image opens.
    Now, when PSE11 or PSE12 starts the first screen I see is the one where I choose between the Organizer and the Editor. I do not remember seeing that before, when things worked. I choose the Editor option and it opens just fine but the image I selected in LR5 does not.
    Anyone have any suggestions?
    Thank you.
    Hector

    OK, I am an idiot. I found the answer. Hopefully I am not violating Forum etiquette but here is the answer:  http://lightroomkillertips.com/?p=4876
    This article references PSE11 but it works with PSE12 also.

  • Archiso-live with slax support

    I found a way to make archiso scripts work like the old arch-live. By mounting the slax ext2 initrd has root filesystem. The idea is that archiso-live will be like the older arch-live based on slax but will have the archlinux kernel instead of slax kernel.
    I couldn't do this before cause the linux-live scripts would not load right in initramfs with archlinux kernel cause of missing kernel modules that would have been build in kernel with slax kernel.
    I got the system working by making a aufs union with /tmpfs/initrd and /real_root folder. Anyway i think i will share the code for you to understand:
    mount_tmpfs ()
    #if [ "x${ramdisk_size}" = "x" ]; then
    ramdisk_size="25M"
    #fi
    msg -n ":: Mounting tmpfs, size=${ramdisk_size}..."
    mount -t tmpfs -o "size=${ramdisk_size}" tmpfs /tmpfs
    msg "done."
    # args: ext2 file image
    _mnt_ext2_file()
    msg "::: Adding new real_root branch: ${1}"
    /bin/modprobe -q loop max_loop=255 >/dev/null 2>&1
    mkdir -p ${2}
    if ! /bin/losetup "/dev/loop${LOOP_NUM}" ${1} > /dev/null 2>&1; then
    echo "ERROR: Cannot mount loop device /dev/loop${LOOP_NUM}"
    echo " Couldn't mount all addons"
    break
    fi
    /bin/mount -t ext2 "/dev/loop${LOOP_NUM}" ${2}
    export LOOP_NUM=$(( $LOOP_NUM + 1 ))
    run_hook ()
    export LOOP_NUM="0"
    if [ "x${from}" != "x" ]; then
    BOOT_MOUNT="/live"
    fi
    if [ ! $(ls /dev/loop*) ]; then
    echo "Creating loop device nodes."
    mknod /dev/loop0 b 7 0
    mknod /dev/loop1 b 7 1
    mknod /dev/loop2 b 7 2
    mknod /dev/loop3 b 7 3
    mknod /dev/loop4 b 7 4
    fi
    if [ -f "${BOOT_MOUNT}/initrd" ]; then
    mount_tmpfs
    mkdir -p "/tmpfs/initrd"
    _mnt_ext2_file "${BOOT_MOUNT}/initrd" "/tmpfs/initrd"
    /bin/modprobe -q squashfs >/dev/null 2>&1
    /bin/modprobe -q sqlzma >/dev/null 2>&1
    /bin/modprobe -q unlzma >/dev/null 2>&1
    /bin/modprobe -q aufs brs=1 >/dev/null 2>&1
    /bin/mount -t aufs -o nowarn_perm,br:/tmpfs=rw aufs /real_root
    /bin/mount -t aufs -o remount,add:1:/tmpfs/initrd=ro aufs /real_root
    cp -Raf /lib/modules /real_root/lib/modules
    udevpid=$(/bin/minips -C udevd -o pid=)
    [ "x${udevpid}" != "x" ] && /bin/kill -9 $udevpid 2>&1 >/dev/null
    #Yep, we're bailing out here. We don't need kinit.
    msg ":: Passing control to Archlinux Initscripts...Please Wait"
    /bin/umount /sys
    /bin/umount /proc
    exec /bin/run-init -c /dev/console /real_root /sbin/init
    fi
    Right the moment its a ext2 filesystem of initrd on the livecd. I plan on changing it to squashfs so we can save 6mb or so. I copy the kernel modules cause i don't want anything missing even though its mostly has everything the linux-live scripts. Just don't want risk crashing the system with out some module that was build slax but not in archlinux.
    Anyways i hope this helps with the development of archiso.
    EDIT: Fix a typo. tmpfs can only understand M not MB for size.
    Last edited by godane (2009-01-13 19:50:08)

    I have just released the newer archiso-live with slax support.
    http://godane.wordpress.com/2009/01/13/ … 2-release/
    you can get the build scripts here:
    http://github.com/godane/archiso-live/tree/master
    I hope this helps.

  • Any AE plugin Xcode sample project with cuda for mac?

    Hello everyone,
    As suggested by the AE sdk, I start to create my plugin with sample project from the SDK.
    However, I can not find an example with CUDA support for mac.
    Now I have some troubles to setup an adobe plugin project with CUDA support for mac, as cuda files are compiled by nvcc.
    Anybody can tell me where I can find an example to build an AE plugin with CUDA for mac?
    Thanks for your help.

    For anyone following along, I’ve been able to create a sample project that uses CUDA in Xcode, and will include it in the next PPro SDK.  If anyone is interested in getting it sooner, let me know.
    The most useful post I saw on this was this single post here:
    https://devtalk.nvidia.com/default/topic/386632/cuda-programming-and-performance/integrati on-with-xcode-anyone-created-a-cuda-template-project-/post/2743943/#2743943

  • Why does FF save files to desktop, when I have "downloads" checked in options? This is a new issue with the latest version 3.6.3 Windows XP Thanks.

    Why does FF save files to desktop, when I have "downloads" checked in options? This is a new issue with the latest version 3.6.3 . Using Windows XP Driving me nuttier! Thanks.
    (Is is that MicroNetFrame Asst thing?)
    == This happened ==
    Every time Firefox opened
    == When I installed latest version

    Thanks for your reply. I appreciate your help.
    It was just a hunch that MircoNetFrame was causing the problem. I disabled it as you suggested, and I still have the problem.
    I just changed under Tools>Options> General - had checked "ask me every time" under downloads, so instead of asking me, FF saved the download to I know not where. It no longer saves it to the desktop, leaving a duplicate in "my documents".
    In windows, I have found unless one knows the entire name of the document, one can never find anything. It isn't listed under recent ''''''__. I can't recall the nomenclature, but the
    capability is ridiculous. So, I don't know where that file I just downloaded is!
    I downloaded a PDF file, but this happens with all DL's. It was so easy to have them all stacked in one place and I could recall
    what I had and when I downloaded it easily.
    Do you have any other suggestions other that going back to the old version of FF, which I would rather not do?
    Thanks again for your time, it is very considerate to help a complete stranger, I must say. Sounds like something I might do! Cheers!

  • Issues with cs5.0.03- cannot use CUDA, cannot find cuda support text file

    Hi,
    I am working with a big project and recently upgraded my video card to a GTX 570.
    I cannot enable the CUDA engine in project settings, it is completely greyed out..  Doing some searches, everyone seems to point at a cuda support text file...
    Kicker 2-
    I go to the Root directory of where adobe is installed, see the CS5 folder- with NO Cuda supported list.... Do a complete search of the whole machine, nothing.
    Updated adobe, no change
    Most up to date video drivers from Nvidia are already installed. 
    Went through Nvidia control panel to manually set it to render using the GPU- no change...
    I am at a loss here, any ideas or help would be much appreciated.

    Hello,
    Thank you for your time-
    Ok, I remoted back into the machine and took a closer look again,  Somehow half of the CS5 suite is on the C drive, and the other is on the storage- CS5 primarly. How I personally do not know, but from there was able to locate the needed folders, and created the text file.  All is well now, I just told them to finish the project first, before we move it over where it belongs.
    Joe Bloe P. Thank you very much.

  • Premiere CC to AME - H.264 nightmare rendering problems with CUDA on rMBP

    I've been struggling for weeks trying to troubleshoot and narrow down my encoding nightmare on my own and I have finally succumbed to getting the forum's or Adobe's Help.
    Problem:
    Rendering a Premiere Pro CC project with via Export Media > Queue to AME in H.264 causes the encode to randomly fail on multiple projects.
    I find it quite amazing that this error happens as I surely am not the only one rendering ProRes to H.264 on a new Macbook Pro!
    Symptom:
    Output preview starts to flicker then encoding stops randomly, preview window turns to a black screen or simply stalls while the Elapsed Time keeps rolling, PProheadless crashes in Console, encoding sometimes resumes after several minutes post the crash (but sometimes not) however the final output in such case is garbled before/after the crash. Computer is useable. All other software shutdown. Not using computer during encode. Can reproduce virtually every time.
    Hardware:
    Early 2013 Retina Macbook Pro
    Processor  2.8 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GT 650M 1024 MB
    Software:
    Premiere 7.0.1 (105)
    Adobe Media Encoder 7.0.1.58 (64bit)
    Creative Cloud Latest Updates
    Cuda 5.5.25 (latest)
    GPU Driver: 8.12.47 310.40.00.05f01
    OS X 10.8.4 (latest)
    Project Details:
    ProRes 4:2:2 or AVCHD sources
    No nested sequences
    Video track with image over whole sequence
    Video track with text over whole sequence
    Video track
    Audio track
    Sometimes video track with adjustment layer
    Standard disolve effects between cuts
    4 effects used: denoiser for audio, luma corrector and twice Fast Color Corrector
    No third party plugins installed nor used
    Sequence is set to Maximum Bit Depth / Max Render Quality / Linear Color
    Use Previews off
    Encode is set to Maximum Render Quality and always H.264 2pass VBR.
    Errors in console:
    8/27/13 12:38:01.144 AM PProHeadless[1389]: [CL_INVALID_OPERATION] : OpenCL Error : Failed to retrieve device information! Invalid enumerated value!
    This is seen at multiple times while starting Premiere (no crash) and while starting the encodes and usually after/during the crash.
    Crash report:
    Process:         PProHeadless [410]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/PProHeadless.app/Contents/MacOS/PProHeadless
    Identifier:      PProHeadless
    Version:         7.0.1 (7.0.1.105)
    Code Type:       X86-64 (Native)
    Parent Process:  dynamiclinkmanager [397]
    User ID:         501
    Date/Time:       2013-08-26 21:12:21.878 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGSEGV)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Full Crash report:
    http://pastebin.com/a93cNVqk
    Attempts to solve the issue:
    Tried encoding without external montior
    Tried encoding with source on internal HDD, output internal HDD, source exterbak RAID, output internal HDD
    Tried encoding with AME while Premiere is open in the background and without it opened in the background
    Uninstalled other software that could mess with the graphics: Colormunki, Parallels.
    Software mode is fine on all attempts in AME however encoding takes 2-3x longer. On a $3000 laptop it's not really great.
    Encoding directly via Export Media > Export without Queuing to Adobe Media Encoder seems to work fine. I have not tried this too many times because I need to render multiple outputs and doing it without AME means a lot of 'sitting and waiting' to click Export for the next format. This is not an option.
    Tried deleting the Media Cache
    Completely reinstalled OS X 10.8.4 from scratch with no other software running and tried to export. Same problem.
    Performed Apple hardward test. No problems.
    To Test:
    I'm planning on installing Bootcamp so I can test the problem in the Windows version and I could pinpoint it to a hardware problem rather than a software problem.
    Notes:
    Problem happens with CUDA and Open CL modes although in Open CL mode, the whole computer tends to freeze intead of just 'stalling'.
    Editing and playback inside Premiere is OK! Even encoding out of Premiere is OK directly but not useful for me as I need to render each project to 5 different H.264 formats.
    I hope you guys or Adobe's Support can find a solution to this problem because I'm really stuck between a rock and a hard place.
    I've submitted a bug report but their reply is not very comforting:
    but their bug report says "Due to the volume of submissions we receive, responses to inquiries are generally not possible. However, we may contact you if we need clarification on your submission." Nice.

    Yes I considered your "solution" of just upgrading to Adobe CC but on principal I don't want to have to shell out more money to "fix" the problem. I was able to get an Adobe technician to view my screen in real time. He asked me where Prem Pro was after I opened it and my response was "precisely". The only evidence that Prem Pro is open is that there is the taskbar there with what appears to be fully functional drop down tabs but as far as the panels/workspace goes non-existent! He has "escalated" the matter I'll let you know what occurs next. I have tried using the software mode and there is no change. Like you I have wondered about a hardware proplem but I have checked via Disk Utility and there doesn't appear to be any? The CUDA issue well a) I am not sure how I would revert to previous drivers and b) when I re-installed Prem Pro from disc (that's version 6.0.0.) the only render option it gave me was Software only but that was also greyed out. Prem Pro still did not open up as it should!
    I'll let you know what transpires.

  • When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue

    When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue.

    Hi Jdentremont,
    Lync client gets user photos by first querying the Address Book Web Query (ABWQ) service on the server, which is exposed through the Distribution List Expansion web service. The client receives
    the image file and then copies it to the user's cache to avoid downloading the image each time it needs to be displayed. The attribute values returned from the query are also stored in the cached Address Book Service entry for the user. The Address Book Service
    deletes all cached images every 24 hours, which means that it can take up to 24 hours for new user images to be updated in the cache on the server.
    To troubleshoot your problem, please follow the steps below:
    1.  Navigate to
     “X:\share\1-WebServices-1\ABfiles\000000000\000000000” folder. (ABS file share)
    You should see some photo files in this folder as the following screenshot.
    2. Delete all the files in this folder.
    3. On test PC, delete local cache files.
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    4. Sign-in Lync with the test account.
    5. Go back to the ABS file share, check if there is any Photo file in the folder.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • I know many have this issue but i can't find a solution to the problem. i get message saying insuffisiant disk space in the volume iPhoto library and i have plenty of space available. i have the new macbook pro with retina display.

    I know many have this issue but i can't find a solution to the problem. i get message saying insuffisiant disk space in the volume iPhoto library and i have plenty of space available. i have the new macbook pro with retina display. i have never seen this message before and i have 2 other macbooks and have had many other also. i am assuming this is a problem with the new macbook retina. does anyone know the exact fix to this issue? i have seen many sugestions to try to fix this issue but none have solved the issue for anyone that i can find in the Apple Support Community. thank for looking into this in advance.
    ******A true apple fan********

    Actually your suggestions are the ones that i have tried. i have seen that you have tried to help others with this issue and the only one that i could find that said they found the problem said that it was an ilife update issue and it fixed it and i have no available updates. i know it has to do with something in photo stream because it happens when i create a new library and it is loading the photos but i get the message before i reach the maximum 1000 photos. so i've tried updating, new library(first backing up photos and then deleting them from iPhoto), reinstalling OSX many times, running disc utilities. I called Apple the first day i had this issue and i was the first person to call them for support with the retina display and i actually had it escalated to a senior advisor and we thought we fixed the problem but we did not. i am pretty fluent in dealing with troubleshooting these type of issues and this is the first time i'm reaching out to the community. i figured now that the retina has been out some time now that there would be an obvious answer to this issue. thanks for the quick reply.
    Bebers5

  • Frustrated - Multiple issues with Fios TV/DVR - need advice on dealing with tech support

    I have been a Verizon Fios customer since Feb. 20th (all of two and a half weeks).  I signed up for my bundle on-line around 11am on the 20th, and had a technician out for install within a few hours on the SAME day.  I thought that was impressive - and I was looking forward to having a more reliable and fast internet connection than I had been experiencing with Brighthouse.
    The technician who installed was very friendly, and although he had some issues (apparently, there was a Verizon box in this house before us, but someone ripped it off the wall, so they had to run new wire all the way out to the street) the install went pretty quickly and smoothly.
    The first few days went along without a problem, and the internet was great.  Some of the functionality of the DVR was less than I'd hoped for, but some of the other features were great.  I had a glitch trying to set up my online account, but I used the online chat feature to work with tech support and she was able to correct the issue.  We noticed a couple times in the evenings that the TV would pixelate - but it only happened a few times and was very brief.
    On Sunday the 26th, our real issues started.  The live TV started freezing, then having a liquid-like pixelation problem, sometimes no sound.  We tried to watch a recorded show from our DVR list and received error messages stating that we didn't have DVR.  We called Verizon tech support and a very rude person reset the box several times and apparently even reinitialized the box and the result was that the box wouldn't even turn on anymore.  He said that he'd have a new box shipped out to us and that it would arrive by Tuesday or Wednesday.  My husband got on the phone at that point and suggested to him that since we were brand new customers (less than a week) and that since we had service installed on the very same day that we ordered it online, that certainly they could have someone bring us a new box on Monday morning.  The technician told us that he would transfer us to the billing department because we could probably just cancel the service.  We were both dumbfounded.  Especially considering that he had been rude from the minute he took our call, and while we were obviously frustrated, we were never rude.  We were eventually transferred to someone in billing who said she had never heard of such a thing and that she could not help us unless we wanted to cancel.  While this was going on, I had unplugged the box again, let it sit for several minutes, then plugged it back in - and the tv worked.  And the DVR worked. We assumed that maybe something the tech support guy did had worked after all.  Well, it worked until the next morning.  We had error messages saying we had no DVR.  A reboot of the box worked again.  After work, in the evening, it turned out that scheduled shows didn't record.  So, we called tech support again and asked for our new box.  We were told we'd have it by Thursday.
    New box arrived Thursday and we set it up that evening.  Went through trying to get all of our recordings set up again and finally sat down to watch tv.  I switched to Showtime (which we are subscribed to in our package) and received an error that the channel was not available, press B to troubleshoot or call tech support with this code.  Pressed B, went through the steps and the channel came back.  Then, proceeded on to HBO, also part of our subscription - and we received the same error.  We pressed B and this time going through the steps did NOT correct - so we called tech support.  After working with the girl for over an hour, she finally determined that we needed to be switched to billing to have them remove our HBO package and then put it back on and that should correct the problem.  So, while we were waiting for billing to come on the line, we started flipping channels again.  Now, channels that had previously worked were now showing the error that the channel was unavailable - even non HD, non premium channels.  When the billing girl got on the phone, she said there was really nothing she could do with that being the case and that downgrading our package and re-upgrading it would do nothing - that we needed technical support.  She got us on the line with a different tech support person who said that we were obviously having signal related issues and that we needed a tech to come out to look at the wiring.  He scheduled an appointment for us for Friday.  That call took over 2 hours.
    On Friday, the tech came out and spent time checking all of the wires coming in to the house - he said we had multiple splitters on lines that didn't need splitters and that this was likely causing a signal disruption and was probably the cause of the failure on both boxes.  He removed some of the splitters and apparently streamlined some of the wiring.  We still had the original box and the new box.  He hooked up each box and they both worked - all of our premium channels worked, DVR was good, etc. We boxed up the old box to send back, kept the new box and had tv that worked just fine for a few hours... then we started having the channel not available issues again.  And, now - we were also getting messages saying that we weren't subscribed to a channel - and this would range from HBO all the way to a non HD standard tv channel.  A reboot will work and restore function - for a while.  However - scheduled shows aren't recording - or record for 7 seconds and stop.  Or record for a while, then have a 20 minute gap in the middle where it's frozen, etc.  This has been going on since a few hours after the technician left Friday evening.  And, I have to say - when the tech left Friday - everhything seemed fine.  He had tested the signal strength - seemed completely thorough and was very nice.  I don't think he could have known, at that time, that the problem wasn't fixed.
    We have not called back to tech support yet.  We're busy with our work and our lives and we're also frustrated.  I know it will take another several hours and don't have much faith that there is any resolution.  It seems to me that we probably need the whole house completely rewired - brand new - start over.  I'm thinking there's a bad wire in there somewhere.
    This morning with my coffee before work, I tried to watch a tv show in my DVR list that apparently didn't record properly - no surprise (it froze and skipped over half the show).  So, I went to On Demand and found the show. (Without Bay News 9, I'm kind of lost with morning coffee, so I need a show of some kind)  It started to play and was going along just fine, till I received a CableCARD  (tm) Pairing Information is not available message.  I tried the auto fix in the menu, rebooted, etc.  It worked for a few minutes, then stopped again.  At one point, I got an error saying the set top box lost video due to a network connection failure.  Great, does that mean my internet is going bad too?? While looking around in the menu function, I clicked on the self diagnostics feature.  It filled in all the information, as I'd seen it do before - except when it got to the package description.  This time, instead of Ultimate HD, HBO, VOD, etc., etc (like I'd seen before). it told me that my package is: Arabic, Armenian, ART (Arabic), Extreme HD, HBO, Prime & Ultimate HD, Prime HD, RA, RAI (Italian), etc., etc.  Huh???  Really???
    So, I'm not sure now what the deal is - would a signal issue cause my subscription package to change?  Do I get on the phone with someone at tech support for another few hours?  Are they going to send yet another box?  Are they going to come re-wire the whole house?  Is it worth it?  This is really ridiculous.  Do I cancel and go back to Brighthouse with my tail between my legs?  At least with them, I knew that my internet connection would be wicked slow at certain times of the day, but at least I knew it was coming and could expect it - and I could at least count on my tv and dvr recording my shows.
    When I logged into verizon to vent on this forum, my account said that it was unable to access my DVR.  When I clicked on manage my DVR, it just says Bad Gateway.  Not a great start to our relationship, Verizon.
    I really need some advice.  Should I stay or should I go?  And, if I stay - what is the best way for me to explain this to tech support so they will do the right thing and fix this?  And, what is "this" anyway?  Bad box, bad wiring?  
    Any help would be greatly appreciated.

    Replied to private message with all information including name, address, phone number and account number.  Thank you.

  • So, about a week ago my macbook pro started having lots of issues: wifi connectivity, slow performance, sound issues, spotlight wasn't working. After going through the issues with apple support, they decided the best course of action was to erase it...

    So, about a week ago my macbook pro started having lots of issues: wifi connectivity, slow performance, sound issues, spotlight wasn't working. After going through the issues with apple support, they decided the best course of action was to erase the hard drive and do a reinstall. Since I have a recent backup this seemed like a good enough option. They were kind enough to send me a copy of the snow leopard disk to do the install since we couldn't get it to complete through the disk utility. Not sure why, since it says we are fully connected, it just never completed.
    Anyway, so now that you have the background here is the new issue. The macbook pro keeps spitting out the disk I'm trying to install from. Disk utility and using the 'Startup Disk' function from the apple menu doesn't read the disk.
    Can anyone suggest a solution to this vexing problem?
    Thanks in advance.

    Jeremy.Laurin,
    have you tried agb76’s approach here?

  • Why do I lose my text layer in AE when gpu ray trace rendereing? Macbook pro with retina and latest

    why do I lose my text layer in AE when gpu ray trace rendereing? Macbook Pro with Retina and latest AE update.
    Any new text layers disapear also as soon as the 3d box is checked.  Solid layers do likewise.  The text is available in fast draft mode but is not present in a final render. 
    Adussting the number of "rays" makes no difference.
    No one else seems to be having this problem with ther macbook pro with retina ( on internet).
    What silly mistake am I making???????????
    If I start the project in CPU ray trace all is fine.  If after the problem develops in GPU I change back to CPU I DONT get them back!!!!!
    I just reset the AE preferences - no help.

    Go through this thread :
    http://forums.adobe.com/message/4749742
    You might get your answer.

  • Plugin with CUDA and OpenCL Support

    Hello there,
    i have a question about implementing a premiere plugin which uses CUDA and OpenCL.
    Unfortunately, the SDK only provides an OpenCL Sample Plugin.
    My first idea was it to create a plugin which only uses OpenCL for GPU acceleration, but then i realized, that Premiere just provides CUDA rendering on NVidia cards. So now i need to support both, OpenCL and CUDA.
    Since i've never implemented a CUDA accelerated program it's not that easy for me to implement such a plugin.
    So how to integrate OpenCL and CUDA support into my plugin? Can somebody help me with a sample project or sample code?
    Or maybe there is a way to force OpenCL rendering for my plugin?
    Regards,
    Jan

    n900 have powerVR SGX 530 and in the fact sheet released by its manufacterer "OpenCL Embedded Profile" is mentioned for all SGX variants. moreover opencl is not listed as a supported technology for n900 on khronos website. thats why im bit confused .
    im asking on nokia forum because i was hoping that someone here had closed touch witch opencl.
    but  thanks for the reply.

  • I have The last version of the MAC GT 4 desktop, don't intend to buy a new on just so I can upgrade to Firefox 4 so what alternative do I have - keep using Firefox3.6 with no support or switch to

    I have The last version of the MAC GT 4 desktop, don't intend to buy a new one just so I can upgrade to Firefox 4 - so what alternative do I have - keep using Firefox3.6 with no support or switch to another Browser?

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox
    If you prefer, you can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    Firefox 3.6 is still being supported.

  • I am having serious issues trying to alter my old iCloud account with an old non-functioning email to my new apple id with a new email address. The message keeps coming up on all my apple products with my old email (which is not available anymore).

    I am having serious issues trying to alter my old iCloud account with an old non-functioning email to my new apple id with a new email address. The message keeps coming up on all my apple products with my old email (which is not available anymore).

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

Maybe you are looking for

  • Calling funcntions from OA Framework

    Hi OAF Guru's I have a task regarding calling function of a pl/sql package from OAFramework. I will explain a little my requirement. Function is taking 3 parameters(one is IN,the other is OUT variables). When I calling this function from the AMImpl,

  • Transcodificar adobe encore

    Tengo un problema. Llevo tres días con esto y no puedo. Me salía un cartel que no tenía mas memoria. despues otro que era así Sorry, an abnormal condition has been detected. Before quitting, you have one chance to save your project (don´t use the sam

  • Some good and quick books

    Hi pls help me learn EJB as quick as possible. I have worked on some stateless session beans and CMP entity beans using JBuilder. I want to know what all aspects of EJB one must learn and what should i refer for a good theoritical and practical in an

  • New Mac-user need help with time machine

    Hi. I have jut got rid of everything that reminds me of a pc, and installed an Imac + one macbook and a macbook pro in the house. I have also installed an airport extreme and connected an external 500gb drive + a printer to it. The idea was to use th

  • Video importing problems

    I have had my Ipod since christmas and am finally able to actually sit down and try to do things with it. One thing I'm trying to do is import some videos that I have on my computer. I've tried dragging the file to the library and get nothing. I've t