Crash On delete event

II'm trying to edit a weekly event but when I attempt to delete the event iCal crashes. I've tried deleting both a single and all events and it still crashes. I'm running 8.1.2 on my iPad and iPhone, both crash. With the app crashing on both devices, I'm thinking that this may be a bug.
Any ideas would be greatly appreciated.

So after many nights of rendering and trying different codecs here's what I've discovered:
Essentially, it's a timecode issue. FCPX is not playing nice with the timecode on the original DV footage.
How did I come to this conclusion?
I took a folder full of clips that were crashing FCPX. These are standard definition DV-NTSC clips in .mov containers.
I took this folder and transcoded to DV again and also converted to ProRes LT using both MPEG Stremclip as well as Compressor. All the footage from MPEG Streamclip worked fine in FCPX but the clips from Compressor kept causing the crashing issue. The difference between the two program is that Compressor retains the timecode of the original footage but MPEG Streamclip throws it away.
I was really hoping to retain the timecode since I have the original FCP7 project that I could reference to easily re-cut everything together. Looks like it's going to take a little more legwork if I want to start editing now. Not sure if this is something that FCPX will fix.

Similar Messages

  • Why is my Firefox 4.0.1 crashing and deleting my browsing history and bookmarks?

    This is the third time in the past month and a half that my Firefox 4.0.1 has crashed and deleted both my browsing history and my recent bookmarks. It seems to delete up to about a week's worth of information.
    In the past, my Firefox browser would crash, but it would at least retain my last entered information (but that was the older version of Firefox); so this is something entirely new. I updated to 4.0.1 about two months ago, hoping that this would be better, but these random, information deleting, crashes are driving me crazy! I'm hesitant to download the new 5.0 version for the fear that these crashes will get worse...but mainly because I love Hypertext too much and I don't want to lose it to the upgrade.
    I had read that one of the options to identifying the problem is to post a crash I.D.; however, when I searched for my latest crash reports, it doesn't show either of the two crashes that concerns me. So I'm even more curious to what this problem might be. I can tell you some of the key behaviors before it crashes:
    * It begins to lag (slower than snail pace).
    * It's almost impossible to click from one tab to the other (even if I only have two tabs open).
    * My comp's physical memory spikes.
    * The browser window will sometimes freeze and shut down the whole program, but this time (today), the window closed on its own.
    * When I'm forced to close Firefox from my Task Manager, sometimes I actually have to restart my computer before I'm able to use the browser again.
    * The crash happens randomly. I haven't noticed a crash pattern based on websites that I visit.
    I hope someone can help me. I would really like this remedied. It just sucks having spent so much time bookmarking research material, just to have all of it wiped away without a reason.

    Try to update to the latest Firefox 12.0 version.
    You can find the latest Firefox release in all languages and for all Operating Systems here:
    *Firefox 12.0.x: http://www.mozilla.org/en-US/firefox/all.html
    See:
    * http://kb.mozillazine.org/gfx.color_management.mode
    * https://developer.mozilla.org/En/ICC_color_correction_in_Firefox
    Caveats: The new QCMS color management system introduced in Firefox 3.5 currently only supports ICC version 2 color profiles, not version 4.
    You can set the gfx.color_management.enablev4 pref to true on the about:config page and close and restart Firefox to enable ICC V4 support in Firefox 8+, but that feature is not yet fully implemented, so there may be problems in some cases.
    Test page:
    * http://www.color.org/version4html.xalter - Is your system ICC Version 4 ready?

  • Deleting event in iCal 5.0.1 not syncing with Google Calendar

    When I delete an event from iCal, it does not sync with Google Calendar.  However, when I create an event in iCal, it syncs just fine with Google Calendar. Creating and deleting events from Google Calendar syncs fine with iCal.  Has anyone else experienced this problem?

    12/13/2011 - call to google tech support
    Recent support call with Google: iCal deleting events still broken.  this is big for us.  We have users that have accounts for and/or subscribe to multiple calendars, and took a while to teach them to use iCal, so web based calendars will be foreign to them (even though I like the web based).  There is no timeline in place according to Google Tech Support.  I feel like the issue is really Apple's issue, so Google is waiting on them to fix, this type of urgency(or lack of) is right up their alley.  Oh well.
    Does anyone have any suggestions on alternate calendar apps for Mac?  Specifically for google calendars?
    "Regarding the issue about not being able to delete Google Calendar events within iCal, as mentioned it is a known issue which unfortunately we don't have a time frame to offer you.
    You can visit  http://support.google.com/calendar/bin/static.py?hl=en&page=known_issues.cs for Google Calendar known issues.
    You can submit a feature request at https://www.google.com/moderator/#16/e=ba1ca which is also located at the bottom of your Control Panel as ‘Suggest a feature.’ "

  • HT2513 I can't delete events recurring annually...not part of birthday calendar, one's I've added manually.  I've tried delete key, cut event, changing to no recurrence, they just revert to original recurrence and will not be removed from my calendar.  Th

    I can't delete events recurring annually...not part of birthday calendar, these are events I've added manually.  I've tried delete key, cut event, changing to no recurrence, they just revert to original recurrence and will not be removed from my calendar.  Events that occur weekly I'm able to delete, this is only happening with events recurring annually.  Very frustrating.  Thanks for any ideas.

    If you are using a PC, log on to iCloud using Safari (rather than Explorer) to reset the photostream. Then turn iPhone/iPad photostream off and back on. I was getting the same server error as you and this advice from another blog worked for my iPhone and iPad.  But I still can't get photostream deleted from my apple tv. There does not seem to be a photostream on/off control In Apple tv 4.4 software.  I tried switching the screen saver to one of the ones that comes preloaded on the device, then back to photostream but all the old photos are still there.  If anyone can help with this, I would appreciate it.

  • Error while deleting events from the integration event queue

    I am trying to delete all the events from the integration event queue after reading it, like this (this is in Java):
            IntegrationEventWS_DeleteEvents_Input input = new IntegrationEventWS_DeleteEvents_Input();
            input.setDateTime("");
            input.setLastEventId("");
            try {
                 ((Default_Binding_IntegrationEventWS)onDemandStub).deleteEvents(input);
            } catch (Exception e) {
                 log.error("Deleting events from integration queue failed: ", e);
            }Alas, I get the following error message:
    Invalid method parameter(s): 'File Id'(SBL-ODS-50007)What does this mean? What is this mysterious "File Id" it supposedly gets? I don't see it anywhere in the SOAP message I'm sending and it isn't mentioned anywhere in the docs.
    Thanks in advance for any input.

    Dont keep this attributes null
    input.setDateTime(""); //Put a Default Time way in
    the past. Ex:"1/1/2000"
    input.setLastEventId(""); //pass the eventIdThe documentation states that those two are optional (although they are not nillable, for some reason). I tried to set the date to today, but I got the same result. Since setting a date is supposed to delete all events older than that date, I don't think setting it in the past will delete anything.

  • How do i delete events in i movie 11?

    how do i delete events in i movie 11?

    Hey,
    You just need to select an event, right-click, and select delete event. It will then give you an option of how you want to delete it.
    The iMovie Guy

  • How can I make albums from events then delete events without deleting the album?

    Hey, just need a little help!
    How can I make albums from events then delete events without deleting the album?
    Many thanks

    You'll be more likely to get help with this if you ask in the iPhoto forum:
    https://discussions.apple.com/community/ilife/iphoto
    You'll need to tell people what version of iPhoto you have so they can give you correct advice.
    Regards.

  • My IPAD (original version) is deleting everything over 30 days from my calendar.  How can I prevent this and how can I get the deleted events back?

    My IPAD (original version) is deleting everything over 30 days from my calendar.  How can I prevent this and how can I get back the deleted events? 

    You are most welcome

  • After deleting events they reappear

    Using  MacBook Pro, running 10.6.8, I setup an event up in iCal and when editing to correct information the event was duplicated, one with the correct information one that was originally edited to correct information. Now when deleting events they disappear for about 20 seconds and then reappear.
    How can I correct this?

    I want to let others know I have resolved this issue.

  • Correlations in Workflow - wait for Delete event problem

    Hi All,
    I am working on version ECC5.
    I have a workflow that needs to wait for any changes to i0008, i0007, i0509 and i2001 for the person who is the subject of the workflow.  I have used correlations to do this and it is all working fine except for the Delete event.
    For each infotype I wait for each event ie. Approved, Changed, Created, ApprovedCancelled and Delete.  When the events are published the wait event is triggered and the workflow goes to the next steps where it does a recalculation,  fires off a new workflow and ends the current one.  This is working for all of the events except Delete.  The Delete event is set up exactly the same as the rest, but somehow the workflow wait event is not triggered.  It is happening with the Delete event for all the Infotypes I am waiting for.
    Does anybody have any suggestions as to what may be the problem. 
    Thanks
    Sandra

    Arghadip/Martin thanks for your replies.
    Yes, the delete event is being published.  I am using the same object e.g BasicPay for the delete event that I am using for the other events - Approved, Created etc. that are working.   The correlation and the wait for event steps are set up exactly the same way as they are for the events that are working.  I find it curious that the delete event doesn't work for any of the infotypes.   Why?  Could it be that when a record is deleted the object no longer exists?
    Any suggestions?
    Thanks
    Sandra

  • Process Task Child Table Delete Event passes empty values

    Hi All,
    I'm trying to implement a delete event in a process task for a child table. I am assuming the value to be deleted
    should be getting passing into the adapter but it's passing empty strings instead. The insert event is working fine however.
    Any one else using the delete event that works?
    Thanx
    Fred

    Hi Kevin.
    Any idea how to programmatically access the "old value" variant of a form field?
    It's the sort of thing one needs occasionally when a value changes and some associated capability needs to be updated. The old value specifies what needs to be removed while the new value tells the system what is to be added in its place.
    (It so happens in our environment that we have dozens of these values per user profile, so it would be very painful to store "old" values in a parallel set of fields.)
    Thanks,
    Dan

  • ICal 4.0 and Snow Leopard: can't add / edit / delete events + workaround

    Hi,
    iCal 4.0 under 10.6.1, any changes I made in iCal was reversed when I quit and reopened iCal. Plus my changes didn't sync to my iPod.
    When looking at the Console.app, I saw:
    2009/09/15 13:31:51 iCal[11918] save failed: Error Domain=CalCalendarStorePersistenceErrorDomain Code=1 UserInfo=0x115d4c780 "The end date can’t be set to occur before the start date. Change the end or start date." {
    NSLocalizedDescription = "The end date can\U2019t be set to occur before the start date. Change the end or start date.";
    I tried to export / delete / import all my calendars, that didn't help. Then I noticed I also have the calendar automatically generated for the birthdays from my address book.
    I unchecked "Show Birthdays calendar" from the General preferences. Now iCal works again (I can add / edit / delete events and the error message doesn't show in the Console.app anymore)
    Cheers,
    Janus

    I have updated my OS to 10.9 hoping this to fix my problem.... but nothing... It's still the same....

  • Ical displays alarm for deleted event and calendar

    Ical is displaying a message alarm on my screen for about 5 deleted events. The calendar that contained the events has been removed as well.
    how can I stop the message notifications from appearing on my screen.
    Cheers,
    Noah

    figured it out

  • How I can delete event from calendar (iOS7)??

    How I can delete an event from calendar (iOS7)?? I can't find any icons, any gesture for that!!!

    I've never used the calendar app until I read this, so I created a test event and then spent about 15 minutes trying to figure out how to delete it, but I finally figured it out!  Here's how to do it:
    1) Tap the event to bring up the info panel about it.
    2) Tap "Edit".
    3) A long panel will appear, letting you set all sorts of info about the event, but there doesn't appear to be any way to delete it, but...
    4) Pull up on that long panel, and way down at the bottom is a red "Delete Event" button.  Tap it and confirm the deletion in the message box that appears, and the event it gone!
    Ken

  • RH crashes when deleting book

    In order to try re-using Content Settings for another
    project, I right-clicked the FM book in the existing project (the
    project with possible autonumbering issues), and selected Delete.
    After a while RH crashed ("RH encountered a problem and needs to
    close.")
    Is there an address for bug reports that I can use instead of
    this forum?

    If you are getting frequent crashes on deleting a linked
    FrameMaker book in RoboHelp, please change the Project Manager view
    in RoboHelp and it will stop all crashes. There is a toggle Project
    Manager View button in the project manager pod.
    There are two views of project manager in RoboHelp. New
    Project Manager View - Project files contain HTML files,
    stylesheets and images etc. Classic Project Manager View - Project
    files contain HTML files, separate folders exist for stylesheets
    and images. Classic view can cause crashes on deleting linked FM
    files.
    If you switch to New Project Manager View, crashes should not
    happen.

Maybe you are looking for