StackOverFlow error and general usability

I have been using JDev 10.1.3 prod, with associated updates since their release but there are still some really annoying bugs in the IDE that seem to have made their way into the prod release from the EA versions. Don't get me wrong here, I really like the IDE, but these issues really need to get sorted out! Or maybe it's me, but either way, any help anyone can give would be much appreciated.
Basically on IDE startup, I get the StackOverFlow, at least the IDE still starts up but in the EA versions the jdev process would spiral out of control.
When I have multiple views open, if I open an XML file, this sometimes causes all views to collapse back to the Applications Navigator view... very annoying!
When I have multiple files open, if I want to close my currently open and viewable file, I need to click the 'X' on the tab twice. Once makes it lose focus, but still be listed, and then on second click, it disappears.
That's about it for now, there are a few other small issues, but if the above 3 got sorted, I'd be delighted!

I would like to a two more usability issues.
First, the is still a sometimes problem when opening .jsp and .jspx files. Typically when opening a second .jspx file immediately after opening a .jspx file, JDeveloper will just hang using no cpu. No activity, no screen repainting, etc. If you minimize JDeveloper and then restore it, nothing. Looking at the process in the Windows Activity Manager will show no cpu usage and almost no memory usages (something like 3,000 K instead of the usual 200,000 K). You have to kill the jdevW.exe process to continue. This doesn't happen repeatably enough to warrant trying to open a bug for it :-(
Second is a bug relating to cut and paste functionality. After a long period of use without saving files (say an hour), I will highlight some text using the shift key and the cursor keys and then hit control & insert. JDeveloper will then simple shutdown and disappear instantaniously. Really makes one mad. I usually remember to keep hitting the Save All button, but sometimes I forget. Again, this issue doesn't happen repeatably enough to warrant trying to open a bug...

Similar Messages

  • No disk in tray error and general frustratio

    Hello all,
    Ive went thru the FAQs in this section and tried a clean install and everything on my Audigy 2 Gamer Edition. My problem is, none of the included diagnostic software works anymore. Speaker settings, Creative Diagnostics, Graphic Equalizer and all those wonderful programs no longer load. I get either no error message or the following one when trying to load one:
    CTIntfrc.dll was not found. Reinstalling may fix this problem.
    Well I tried that and get to about 95% in my installation when it gives me another error stating there is no disk in the dri've. Im using my original disk that came with the sound card, so maybe Windows just hates me.
    Ive tried the newest drivers for my card, and they worked somewhat. The diagnositcs would work, but made voices in games like CounterStrike:Source all have this weird echo to it. So I uninstalled and went back to defaults.
    What im hoping to get from this post is some answers on how to get my diagnostic stuff working, or even how to fix the problem with the new drivers. Here are my system specs:
    P4 3.4 GHz with HT
    2 GB Ram
    Sound Blaster Audigy 2 Gamer Edition
    ASUS P4P800 SE Mobo
    Windows XP with SP2.
    Thanks.

    This ended up being a device control policy in Symantec Endpoint Protection 12. My guess is if we were up to date with the latest relesse of SEP server this wouldn't have been an issue but thankfully we no longer needed the device policy. Thought I would follow up.

  • MXF frame read errors and general render errors since update to CC

    Hi there folks,
    Being a Creative Cloud member for a while now I share the benefits of immediate updates of CC products. However, I also get to deal with the downsides, it seems.
    Since I updated to CC versions of the entire Adobe Collection I experienced unprecedented trouble with After Effects. I'll mention the most pertinent errors:
    - I used to render short compositions to uncompressed HD Quicktime, functioning as a master render for future sorts of output for my clients or just to have optimum quality before further conversions. For some reason AE CC has been generating all sorts of video dropouts lately, especially when audio render is set to 'auto'. Furthermore I noticed that the only audio res that I can choose in case of an uncompressed QT render is 8000 Hz. This is new in AE CC, I don't understand the reason for this modification since the previous AE versions never had this limitation.
    I must mention the fact that other output formats and codecs also suffer from dropouts, be it less frequently than QT uncompressed.
    - Imported MXF files from my customers which I incorporate in AE compositions are also full of dropouts. Every dropout shows up as a single frame (two fields) of red or black. Premiere Pro encounters the same problem and reports the dropouts as frames with a read or decode error. I checked some older MXF files in previous AE projects that have been rendered and delivered perfectly in the past, but these old MXFs now appear to have the same issue. I tested the older and the new MXF on another PC that wasn't updated to CC versions and found no dropouts at all. Something must have changed in the updated codecs that belong to the CC version. All MXFs play fine in VLC player on all systems, so it's not the video source being faulty. Anyone recognize this?
    I do get notifications of CC product updates, but is there a way to just update the codecs? Maybe there is a better codec for MXF.
    Any help is truy appreciated!

    Like often, it's better to wait a little until there's enough people experiencing the same problem. So everyone here: thanks for responding to my post! In the end it seems to have helped, considering the update of Adobe. I am still a little precautious, because some MXFs give no red frames at all (input side I'm talking about) and others still do, but then the strange thing is that scrubbing the MXFs forth and back a bit results in having less red frames to none at all in the end. The red frames now disappear and then re-appear on different points in time of the MXF file, whereas I always found them being bound to specific and unchanging points, especially on the first frame of a scene change for instance.
    Anyway, Adobe Media Encoder is not suffering from this problem, so there is a workaround, converting the footage before using it in AE and Premiere. That's good enough for now. But the problem hasn't vanished yet. Another problem that I had with rendering uncompressed HD Quicktime videos that always generated dropouts has all of a sudden magically disappeared. Thanks Adobe. I see progress.

  • Odd EXC_BAD_ACCESS error and general leaks and beginners trouble

    Hi,
    I am new to apple programming and thought I'd get into that and opengl programming by creating a small utility to display images.
    I've stumbled upon memory leaks, however. The "leaks" CLI utility mentions lots of leaks, but I'm not sure I can trust that.
    The xcode project can be seen at http://elendil.qeep.dk/code/opengl_imageviewer/ and the main file at http://elendil.qeep.dk/code/opengl_imageviewer/main.cpp. An archive can also be found at http://elendil.qeep.dk/code/opengl_imageviewer.zip for the interested.
    I have two problems. First of all, upon calling NavDialogRun(ref) in getFileURLRef() (line 86) the xcode run log gives me lots of "2007-08-06 02:10:17.977 opengl_imageviewer[12047] * _NSAutoreleaseNoPool(): Object 0x37bba0 of class NSCFDictionary autoreleased with no pool in place - just leaking" messages that I do not understand at all. I reckon this is the main culprit.
    Secondly if I call the glPixelStorei() functions in line 129 and 130 the gdb debugger pops up with "EXCBADACCESS". Commenting out these lines makes the code seemingly work. I doubt these two commands are the base of the problem, however.
    I'd really appreciate any help. Thanks.
    Sincerely,
    -Kenneth

    It is prefectly understandable. I was working on a little app to use MacOS X's built-in spellchecker as a replacement for ispell. I had the exact same problem. The classes I had to use seemed completely independent. But they just wouldn't work until all the Cocoa runtime had been initialized. It is hard to tell which parts will behave that way. Usually, it is the higher level, OS or user interaction classes. The base core foundation classes or low-level Cocoa (NSAutoReleasePool, for example) will always work.
    MacOS X is also a confusing beast. While Cocoa is the best and easiest way to get most things done, there are some things that need Carbon. Those navigation dialogs, for example, don't exist in Cocoa as far as I can tell. You must use Carbon. Yet, they seem to use Cocoa underneath. There are several other MacOS X subsystems that are the same way.
    As for C++ vs. Obj-C, that has to be a purely personal decision. Like yourself, I spent many years learning and using C++. That was a huge investment and I would like to get something out of it. But, as difficult as it is to say it, I must admit that lately I have been more productive using Cocoa and ObjC than I could have been using C++, even though I know C++ backwards and forwards.
    I make it a point to use Objective-C++ (using .mm files instead of .m). In theory I can now use my Carbon-aware auto_ptr, but I usually end up not even using that. At least I can declare my variables where I want.

  • Error at Outgoing payment  and general ledger report

    Hi Experts,
    I am getting a error while opening Outgoing Payment and General ledger Report, Errors are : "Path Can not be Null, Parameter Name: Path" and "Error code: 100000004, Error: Unknown session" ,respectively.
    These errors are only at a particular client machine.
    Kindly suggest solution.
    Thanks in Advance.
    Ashutosh

    Hi Jambulingam/Suraj,
    I checked the by giving admin rights, also with different user login, but these errors come as and when they want, i have put in this system in observation and wil update this thread accordingly.
    There is no citrix server.
    Thanks for your reply.
    Regards
    Ashutosh

  • [Solved] libreoffice-3.4.1-2 and General Error opening/saving file

    I've just done a 'pacman -Syu' and had libreoffice upgraded to version 3.4.1-2.
    Now whenever I open a file (new or existing document) or save the file, I get a small window with the meaningless error message:
    General Error
    However, at least the file can be edited normally and seems to be saved okay in reality.
    Anyone else finding this problem?
    PS: It happens no matter if I load LibreOffice via the soffice or libreoffice commands; also there are no text messages shown if run from a terminal.
    Last edited by ninian (2011-07-07 20:16:19)

    Thanks to the package maintainers for addressing this bug so quickly.
    Just updated rasqal and all seems well with libreoffice now.

  • " SYSTEM ERROR" with ERROR CATEGORY: Message and ERROR ID : GENERAL

    HI all
    I m doing JDBC -> XI -> SOAP -> XI -> FILE ( XML) scenario .I have implemented it using  BPM .
    But ,In MONI , i am getting a "SYSTEM ERROR " with "ERROR CATEGORY : MESSAGE" and "ERROR ID : GENERAL" .and 
    One thing more is there my all adapters are active (JDBC,FILE) in runtime workbench but SOAP adapters i am not able to see it there as its services are not defined in there .Is this problem is because SOAP adapters are not defined in runtime workbench ?

    Hi Colin
    I are using SP 3.0
    I have checked the Communication channel monitoring and Adapter monitering also but in mine case when i want to see the SOAP adapter in adapter monitoring , the SOAP ICON is disabled there ,so i am not able to see whats the status of my SOAP adapter i have used in my scenario
    Thanks and Regards
    Abhishek

  • Why do Hyperlinks clicked in Outlook cause General application error and do not open

    When a hyperlink is selected inside an email in Outlook by clicking an error box opens "General Application Error" and it repeats the hyperlink address and says it is a general fault. This is a recent development as hyperlinks used to open a few days ago. Firefox V6 and Outlook V12, both updated today with no change on error.

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • "General Error" and "Out of Memory" for only certain files?

    I have Final Cut Express 4 on Mac OS X Leopard and it has been working fine, up until now.
    For some reason, when I try to view two clips in the tab to the left of the screen to find sections of them to put into my project, I get a message that says, "General Error" and when I click okay it says, "Error: Out of Memory". They are both mp4 files, and are 242.9 MB and 294.2 MB, and I have viewed them both on Quicktime. I don't understand why it is saying that it is out of memory when I still have 7 GB left on my computer and it still lets me view and add other files into my sequence.
    Can someone help me out and tell me how to fix this? I'd really appreciate advise!

    MPEG-4 is not a format that works in FCE. You'll have to convert it to one of FCE's format. Without knowing details about what the original format is it's impossible to say what you should convert it to.

  • HT4623 When I go into settings and general the option to download ios7 is not there when it then says "checking for updates" and I recieve an error

    When I go into settings and general the option to download ios7 is not there when it then says "checking for updates" and I recieve an error

    What version of iOS is the device currently running?
    In order to update over the air on the device, it must be running iOS5 or higher.

  • The system failed to merge, error code : General Access denied

    The system failed to merge, error code : General Access denied. Could anyone help me on this

    Hi,
    It could be several things, I think it could be a good start with the following page:
    https://blogs.technet.com/b/chrad/archive/2009/10/02/differencing-disks-merging-80070005-error-just-one-persons-lesson-learned.aspx
    If that doesn't help you could check out the following technet page to see if it is a permission problem. (it is not exactly  the same problem but one of our customers once had the same problem and we solved it with the follwing KB:http://support.microsoft.com/kb/2249906/en-us
    Hope this helps you out.

  • In-Place Element Structures, References and Pointers, Compiler Optimization, and General Stupidity

    [The title of this forum is "Labview Ideas". Although this is NOT a direct suggestion for a change or addition to Labview, it seems appropriate to me to post it in this forum.]
    In-Place Element Structures, References and Pointers, Compiler Optimization, and General Stupidity
    I'd like to see NI actually start a round-table discussion about VI references, Data Value references, local variables, compiler optimizations, etc. I'm a C programmer; I'm used to pointers. They are simple, functional, and well defined. If you know the data type of an object and have a pointer to it, you have the object. I am used to compilers that optimize without the user having to go to weird lengths to arrange it. 
    The 'reference' you get when you right click and "Create Reference" on a control or indicator seems to be merely a shorthand read/write version of the Value property that can't be wired into a flow-of-control (like the error wire) and so causes synchronization issues and race conditions. I try not to use local variables.
    I use references a lot like C pointers; I pass items to SubVIs using references. But the use of references (as compared to C pointers) is really limited, and the implementation is insconsistent, not factorial in capabilites, and buggy. For instance, why can you pass an array by reference and NOT be able to determine the size of the array EXCEPT by dereferencing it and using the "Size Array" VI? I can even get references for all array elements; but I don't know how many there are...! Since arrays are represented internally in Labview as handles, and consist of basically a C-style pointer to the data, and array sizing information, why is the array handle opaque? Why doesn't the reference include operators to look at the referenced handle without instantiating a copy of the array? Why isn't there a "Size Array From Reference" VI in the library that doesn't instantiate a copy of the array locally, but just looks at the array handle?
    Data Value references seem to have been invented solely for the "In-Place Element Structure". Having to write the code to obtain the Data Value Reference before using the In-Place Element Structure simply points out how different a Labview reference is from a C pointer. The Labview help page for Data Value References simply says "Creates a reference to data that you can use to transfer and access the data in a serialized way.".  I've had programmers ask me if this means that the data must be accessed sequentially (serially)...!!!  What exactly does that mean? For those of use who can read between the lines, it means that Labview obtains a semaphore protecting the data references so that only one thread can modify it at a time. Is that the only reason for Data Value References? To provide something that implements the semaphore???
    The In-Place Element Structure talks about minimizing copying of data and compiler optimization. Those kind of optimizations are built in to the compiler in virtually every other language... with no special 'construct' needing to be placed around the code to identify that it can be performed without a local copy. Are you telling me that the Labview compiler is so stupid that it can't identify certain code threads as needing to be single-threaded when optimizing? That the USER has to wrap the code in semaphores before the compiler can figure out it should optimize??? That the compiler cannot implement single threading of parts of the user's code to improve execution efficiency?
    Instead of depending on the user base to send in suggestions one-at-a-time it would be nice if NI would actually host discussions aimed at coming up with a coherent and comprehensive way to handle pointers/references/optimization etc. One of the reasons Labview is so scattered is because individual ideas are evaluated and included without any group discussion about the total environment. How about a MODERATED group, available by invitation only (based on NI interactions with users in person, via support, and on the web) to try and get discussions about Labview evolution going?
    Based solely on the number of Labview bugs I've encountered and reported, I'd guess this has never been done, with the user community, or within NI itself.....

    Here are some articles that can help provide some insights into LabVIEW programming and the LabVIEW compiler. They are both interesting and recommended reading for all intermediate-to-advanced LabVIEW programmers.
    NI LabVIEW Compiler: Under the Hood
    VI Memory Usage
    The second article is a little out-of-date, as it doesn't discuss some of the newer technologies available such as the In-Place Element Structure you were referring to. However, many of the general concepts still apply. Some general notes from your post:
    1. I think part of your confusion is that you are trying to use control references and local variables like you would use variables in a C program. This is not a good analogy. Control references are references to user interface controls, and should almost always be used to control the behavior and appearance of those controls, not to store or transmit data like a pointer. LabVIEW is a dataflow language. Data is intended to be stored or transmitted through wires in most cases, not in references. It is admittedly difficult to make this transition for some text-based programmers. Programming efficiently in LabVIEW sometimes requires a different mindset.
    2. The LabVIEW compiler, while by no means perfect, is a complicated, feature-rich set of machinery that includes a large and growing set of optimizations. Many of these are described in the first link I posted. This includes optimizations you'd find in many programming environments, such as dead code elimination, inlining, and constant folding. One optimization in particular is called inplaceness, which is where LabVIEW determines when buffers can be reused. Contrary to your statement, the In-Place Element Structure is not always required for this optimization to take place. There are many circumstances (dating back years before the IPE structure) where LabVIEW can determine inplaceness and reuse buffers. The IPE structure simply helps users enforce inplaceness in some situations where it's not clear enough on the diagram for the LabVIEW compiler to make that determination.
    The more you learn about programming in LabVIEW, the more you realize that inplaceness itself is the closest analogy to pointers in C, not control references or data references or other such things. Those features have their place, but core, fundamental LabVIEW programming does not require them.
    Jarrod S.
    National Instruments

  • "iTunes has encountered an error and needs to close" - can't open iTunes

    Hi guys,
    I'm a huge Apple fan so I obviously decided to upgrade to Apple 7.0.1 the day it came out... installed it. Opened it up, but within just a few seconds i got a Windows message saying
    "iTunes has encountered an error and needs to close"
    I reinstalled it and still have the same problem.
    First few days I could atleast keep iTunes open for a few minutes before the message, but now its down to just a few seconds.
    I run Windows XP if that helps any.
    Please help me fix this problem or tell me how I can put iTunes 6 back on my computer --- I need my music!
    Thanks

    After downloading and installing 7.0.1 my iTunes would not open either. Even worse is you can't go back to v6 if you had v7 running--the database is updated.
    Luckily I was able to get my iTunes to open again by doing the following:
    Click Start/Run
    Type in "%userprofile%\application data\apple computer"
    Right click on the iTunes folder and rename it to iTunes.bak.
    Close the window.
    Click Start/Run again.
    Type in "%userprofile%\local settings\application data\apple computer"
    Right click on the iTunes folder and rename it to iTunes.bak.
    Close the window.
    Try opening your iTunes again. It may re-ask some general setup questions, but mine opened without the error, and it still had all my music. However, I did have to re-authorize my computer.
    I used to never be leary about updating iTunes... guess Apple's software ain't no peach, either.
    Hope this helps someone.
      Windows XP Pro  

  • MSI Big Bang-XPower: Errors and Bluescreens Trying to Install Windows 7 64-bit

    Hello!  This is my first build since... Well, Pentium 3 really.  It's been an adventure learning the new hardware.  The PC components listed in my signature are the pieces to the machine I'm working on currently, and the one related to this issue.
    It boots up just dandy, all the bright and shiny mobo lights blinking reassuringly, recognizes the full 12 GB of RAM in setup, and everything seems peachy until I get to loading the Windows 7 install.
    I've tried using an old Vista disc I had lying around, no go.  Same issues.  I tried loading a different Windows 7 Pro 64-bit disc.  Same issues.
    These are the error messages I'm receiving most often:
    "Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
    1.) Insert your windows installation disc and restart your computer.
    2.) Choose your language settings, and then click 'next'.
    3.) Click "repair your computer".
    If you do not have this disc, contact your system administrator or computer manufacturer for assistance.
    File: \windows\system32\ntoskrnl.exe ((This changes every now and then, as does the status number. Always in the system32 file though))
    Status: 0xc0000098
    Info: Windows failed to load because the kernel is missing, or corrupt."
    The error is inconsistent in the files it mentions, also often referring to:
    "File: \windows\system32\config\system
    Status:  0xc0000001
    Info:  Windows failed to load because the system registry file is missing, or corrupt."
    The HDD is still brand new and entirely blank, not yet even formatted.  I have not done much changing things around in the BIOS, because I haven't done much in the BIOS in a very long time, and I'd rather not accidentally make things worse without first obtaining external help.  I do not currently intend to overclock the machine, as I am a huge wuss and don't want to screw up my shiny new equipment with my noobsauce. XD
    I did some searching around the Interwebs, and found references to similar problems where it was suggested that the person remove all but one stick of RAM and try loading the OS at that point, but it was also mentioned that one stick for that person would be 2 GB.  The least I have available to me is 4 GB, and I have attempted this with no change.  In this instance, flashing the BIOS to a new version was also recommended.  However, I have never flashed a BIOS before and am leaving that as a last resort unless otherwise advised.
    Setup currently lists my BIOS Version as V1.2 060910.
    It has on a few attempts made it past the 'Starting Windows' screen, and this is the kind of error I generally receive there on a bluescreen:
    "STOP: c00002221 Unknown Hard Error
    \Systemroot\System32\ntdll.dll"
    Over the course of this build, I found that the two previous HDDs that I'd ordered from Newegg were dead and were neither consistently spinning up nor being detected by the mobo, but the current one seems to be recognized just fine.  I'd been worried it was a mobo issue, that it just wasn't recognizing them.
    I've also read around, and am wondering if perhaps this could be related to a RAM incompatibility issue with the mobo and processor?  The RAM that was recommended to me for this build was Triple Channel DDR3 PC 1333, and is supposedly low voltage enough to play happily with the current equipment.
    I'd thought to plug the HDD into another machine and format it/install the OS there, then hook it back up and see if it boots, but I have serious doubts as to whether that will ultimately solve the problem, and solving the problem is really what I'm after.
    All the equipment save for the power supply and HDD were bought on Newegg.com.
    Any assistance would be incredibly appreciated.  I'd really like to get the new baby up and running. 
    :D

    Welp, I wasn't a moron bios flasher >.>... It was stable when I flashed it, and it said it was successful... I cleared CMOS after it was done, did the reboot and load optimized thing and reboot again...
    Aaaaand it won't go into Windows.  Now, I went back at that point and set all the settings back to what let it boot originally:  9-9-9-20, 1.6v, CR of 2... made sure it was booting in the right order, unplugged the USB...
    And it freezes midway through the little windows icon forming, bluescreens, and shuts down.  I haven't been able to catch what it is yet, since it's crashing so fast. 
    I tried to run the windows repair thing when the option was given after the crash, and it gets partway through loading the files and then crashes again, sending me right back to the same place.
    *facedesk*
    On the bright side, what files it does load seem to be loading quickly. _ _;
    Edit:  Tried booting into my Ubuntu drive, no luck.  Just sits stuck at the startup screen.  Tried loading Failsafe Defaults... still crashes.  Still fiddling with it.  I'm hoping the fact that I can get into the BIOS at all means I didn't bust it, but never done this before.
    Edit:  Managed to load into Startup Repair with just one stick of RAM in it, fiddling with it still and seeing what happens.
    Edit:  _ _;; Bluescreened and restarted.  *facedesk... facedesk...* 
    Edit:  Tried Startup Repair again, and it said 'Startup Repair cannot repair this this computer automatically.'  This was the information it gave:
    Quote
    Problem signature:
         Problem Event Name:          StartupRepairOffline
         Problem Signature 01:         6.1.7600.16385
         Problem Signature 02:         6.1.7600.16385
         Problem Signature 03:         unknown
         Problem Signature 04:         21200765
         Problem Signature 05:         AutoFailover
         Problem Signature 06:         2
         Problem Signature 07:         NoRootCause
         OS Version:                       6.1.7600.2.0.0.256.1
         Locale ID:                         1033
    The mouse isn't lagging across the screen anymore at least, I guess.
    Edit... Again >.>: After some searching around the web, it seems as though there have been other people with similar problems with other boards, etc.  Most suggested a repair or reinstall of Windows.  I don't have much on the drive installed yet that can't be redone, so I'm going to venture a reinstall.  Will post results.

  • Errors and Red Flashes with MXF files

    Hi all and Adobe, this is the third time i have posted hear about this and it is now getting very serious as the problem is affecting my income as I run a small one man video production business.
    When I encode video that has any MXF file in the timeline, and most of my projects do as I generally am editing two to three camera shoots with one of the cameras being a Canon XF300.
    I get many errors, and multiple red flashes in the encoded video.
    I run all of my Adobe CC applications on a 2013 iMac 27" 3.5 Intel Core i7 32 gig Ram Nvidia GeForce GTX 780m 4096MB
    There is no bottleneck regarding disk drive as I am using a dedicated GRaid 8TB Thunderbolt drive.
    I first ran into this problem within a week of upgrading to the latest Premiere Pro CC 8.1 Caravan. I then noticed it when using Media Encoder when encoding both Premiere and After Effects projects Smith MXF files involved.
    I at first thought the problem may have been corrupted cache file so deleted them all and re conformed. I even uninstalled Premiere cleaned out all relevant directories then reinstalled.
    No matter what I tried the problem will not go away.
    I went online and noticed in many forums people complaining about the same problem and coincidently most seem to have the problem appear since the last upgrade.
    I then rang support and after a very long wait spoke to a man who advised I need to select Cuda in the GPU settings and delete all previews, so I did this while on the phone to him then started encoding a project and to my delight no errors.
    I was so excited I jumped on here to tell another person who had a similar problem the solution.
    But then within a day the errors were back and with vengeance, at the end of one of my last encodes yesterday I had an error log window that filled an iMac 27" screen not good.
    I then rang support again and as with the previous call a long wait ensured.
    After explaining my problem and indicating the discussion I had with the previous support person he indicated that Adobe was aware of this problem and they were trying to fix it.
    He suggested a work around and that was to encode only using the Mercury software not any GPU settings.
    So off I went and encoded the same project and guess what happened, more errors many errors.
    Also please note to be thorough I tried encoding a project from 2013 that has worked perfectly before on previous versions of Premiere but as soon as it is loaded into this version the errors appear.
    I also wish to bring to attention the abysmal support mechanism Adobe has established.
    There seems to be no way to fast track serious problems.
    I and many people like me need this problem solved as we rely on Adobe for our living.
    If this continues for much longer I will have to reconsider my investment in the Adobe CC product.
    Any assistance would be greatly appreciated.
    Regards, Cliff elliott

    Over the last couple of hours I tried an experiment using the same project which contains a two camera edits containing video from Canon XF300 and XHA1 cameras.
    The experiment was to encode out form the project on three separate Macs.
    As I have explained in the first post my main Machine the 2013 iMac gives errors on any setting including GPU selections.
    I then tried it on an older iMac a 2010 model 2.93 GHz Intel Core i7 which has an ATI Radeon HD 5750 1024 MB GPU and the same problem occurs.
    Next came an old Mac Book Pro 2011 that does not have GPU support. The project rendered without any errors but took about so long compared to the 2013 iMac which is to be expected.
    So the problem seems to be related to the relationship between Premiere and the GPU's.
    I hope this helps the Adobe engineers sort this out.

Maybe you are looking for

  • I'd like to set my gutters in em or px, rather than %.

    Hi, I know this is likely to be a big ask, but is it going to be possible to set gutters in em or px at some stage? In my opinion, gutter width should be relative to type size. My type size increases a little as the page (screen) size increases - due

  • Copying Ipod to computer

    How do I go about taking songs from my ipod and putting them on my laptop? Thanks for any help.

  • SWF EXPORT

    Hi, I'm new to after effects. I'm having trouble with exporting swf files correctly they always end up not working, with a huge file size, or in bad quality. what am i doing wrong?

  • Cd-cover

    I have a problem with downloading the cd-covers for my cds that I have imported to my library. When i click on "download cd-covers", I can see the progress starting but after that nothing has changed. In the settings "download missing cd-covers autom

  • How do I add contacts to VIP for IPad.

    How do I add contacts to VIP for IPad?