Can't get a saved session to open

i try to open my session it starts loading all of the files then gets stuck on the same on every single time...then logic stops responding and then i pretty much bang my head on the wall and or desk...Every other session or logic express 7 by itself opens no problem...i guess please help if you can...
Thank You

Try this:
1. if the files are on external drive launch Disk Utilities and try a disk repair;
2. if the disk is internal boot with the system install disk, launch Disk utilities and try a disk repair;
3. launch Disk Utilities and try a Permissions repair;
4. remove the damaged file from the project folder and go on without that track (and save as... the project again).
5. give up....... :-))
cheers
rob

Similar Messages

  • After installing Mavericks my iMac opens with the "rolling surf" desktop. I can then start my preferred desktop from a saved 'photo but when I retsart the iMAc it reverts to "rolling surf". How can I get it to remeber to open with MY choice rather than Ap

    After installing Mavericks my iMac opens with the "rolling surf" desktop. I can then start my preferred desktop from a saved 'photo but when I retsart the iMac it reverts to "rolling surf". How can I get it to remember to open with MY choice rather than Apple's?

    I did a little research on this, as I found some strange things with the .plist files.
    It appears that Apple has changed the way that the plist files are handled, and there is now an extra step in the trashing-the-.plist-file fix:
    1. hold down the option key
    2. in the Go menu in the Finder, scroll down to Libary
    3. in Library, find Preferences
    4. in Preferences, find  com.apple.desktop.plist  and drag it to the trash.
    5. go to Applications > Utilities > Activity Monitor
         1. Sort by Process Name and look for two processes named cfprefsd.
         2. Make sure you select the one that has your user account, not "root", listed as the User.
         3. Click the X up at the top left to kill that process
    5. restart
    6. this will generate a new .plist file, so you will have to reenter your preferences.
    Sorry for the confusion. Could you try this and let us know-

  • How can i find how many sessions are opened in my database

    Hai
    Iam using Oracle 10g version, front end that iam using is oracle forms6i, sometimes my system get hanged because of some session and not closed i think, can i know how can i find how many session is opened on my database.

    You could query the V$SESSION dynamic view. More info...here...
    HTH!

  • I can't get pages 5.01 to open pages files from iCloud, although they open in iCloud Pages without difficulty.

    I can't get Pages 5.01 to open Pages files from iCloud, although they open in iCloud Pages without difficulty.
    I am using the most up to date version of Mavericks and Pages and can log into iCloud without any problems.  Is this just a glitch?  The files all behaved properly under previous versions and the initial release of the new version of Pages.

    Pages for iCloud beta is a weird beast and as it says "beta".
    I think it is the least compatible of all the many different .pages files floating around out there.
    Peter

  • How can I get Windows (v7 x64) to open in Dreamweaver (CS5) if I right click it?

    Hi
    How can I get Windows (v7 x64) to open in Dreamweaver (CS5) if I right click it?
    None of the normal mechanisms of setting an application to be the DEFAULT application for the .HTML file type seem to work...
    Extremely irritating.
    J

    Jon Fritz II wrote:
    So when you right-click an .html file and choose Open With, what are you seeing?
    Is the check box for "Always use the selected program to open this kind of file" checked?
    A list of various "recommended applications" but not including Dreamweaver. It's not in the list of Other Applications either. And if I browse for it, my selection of dreamweaver.exe is flatly ignored without message.
    >Is the check box for "Always use the selected program to open this kind of file" checked?
    Jon Fritz II wrote:
    So when you right-click an .html file and choose Open With, what are you seeing?
    Is the check box for "Always use the selected program to open this kind of file" checked?
    A list of various "recommended applications" but not including Dreamweaver. It's not in the list of Other Applications either. And if I browse for it, my selection of dreamweaver.exe is flatly ignored without message.
    > Is the check box for "Always use the selected program to open this kind of file" checked?
    Yes.
    J

  • I have adobe cs6 and I can't get bridge or mini bridge open. All I get is "waiting for bridge." can anyone help?

    I have adobe cs6 and I can't get bridge or mini bridge open. All I get is "waiting for bridge." can anyone help?

    This tech doc should help. Simply try out each step one at a time until it works.
    Error: Waiting for Bridge | Mini Bridge panel
    Gene

  • How can I get Mail to stop automatically opening on startup of my MacBook?

    How can I get Mail to stop automatically opening on startup of my MacBook Pro? It's not in my startup items folder. But it auto-opens every time I boot up

    In System Preferences / General make sure the Restore Windows ...... is unchecked.
    Also uncheck in the shutdown dialog box

  • How can I get a small window to open when a link is clicked (AS2)

    Hi i,m developing a HTML site and used one animated flash button(AS2) I want a small sized window to open when a user clicks on a button.
    The window will contain information that i want to display.It dosnt require a normal 800x600 window to open. I just want a 1/4 size of 800x600 etc. Is this possible and if so how.
    I havnt done this before
    Thanks
    Manoj

    HELLO NED,
    I WAS RECEIVING MANY MAILS FROM YOU, BUT I DON'T UNDERSTAND WHY DOESN'T RELATED WITH MY PETITION, I SEND
    TO YOU AGAIN MY QUESTION, AND IF YOU CAN HELP ME I APPRECIATED VERY MUCH LET ME KNOW.
    THIS IS MY QUESTION....."ABOUT DATAGRID AS3
    Hello Ned, I appreciate very much your soon answer, I believe you have understand me, but how can I do that? could you give some help? This is part of the code and this is the function that I use
    var url: String = "xmls/rests.xml";
    var req:URLRequest = new URLRequest(url);
    var myLoader:URLLoader = new URLLoader();
    myLoader.addEventListener(Event.COMPLETE, completeHandler);
    myLoader.load(req);
    function completHandler(event:Event):void {
           var myLoader:URLLoader = event.currentTarget as URLLoader;
           var xmlDP:XML = new XML (myLoader.data);
           XML.ignoreWhitespace = true;
           dp = new DataProvider(xmlDP);
           dp = sortOn("name", Array.CASEINSENSITIVE);
           dDg.dataProvider = dp;
           aDg.addEventListener(Event.CHANGE, changeHandler);
           function changeHandler(event:Event): void {
                var thisItem:Object = eve.target.selectedItem;
                descripTa.text = thisItem.description;
                aUI.source = (thisItem.image);
                preloader_mc.visible = true;
    My intention is that when a button from a main (swf) loads the swf it displayed the first selected item with a image (UILoader) and the description (TextArea)
    Thanks in advance Ned
    Joselyn             .................."
    THANKS AGAIN NED
    REGARDS
    JOSELYN
    Date: Thu, 13 Oct 2011 07:49:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: How can I get a small window to open when a link is clicked (AS2)
    Re: How can I get a small window to open when a link is clicked (AS2) created by Ned Murphy in Flash Pro - General - View the full discussion
    Look at the Methods section and choose whichever suits your needs, the first one listed does not.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969302#3969302
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969302#3969302. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Pro - General by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How can i get my saved files from 4.1 to show up on 5.n?

    how can i get my saved files from 4.1 to show up on 5.n?

    The document saving portion of the app was moved to the printer control app for the 5.0 update. You can use file sharing to copy the files from your device with 4.1, and then copy them in to the printer control app after. This can either be done wirelessly, or by USB through itunes. The document below will show you how to do both options to get them copied off of the device. Then you simply do the same steps in the printer control app to copy files back in.
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=120&prodSeriesId=...
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • Can't get anything at all to open in CS6

    I can't get anything at all to open in CS6 (on a Mac OS X 10) and can't create `new. Yesterday it was working perfectly.

    Is there any error message??
    You can download the updates for ID cs6 from HERE
    It can be a simple problem of corrupt preferences which you can eliminate by launching the application while keeping the Shift+Control+Option+Command keys. You will see a dialog box on launch stating do you want to reset the preferences, just go ahead and press yes and then see if you are facing the same problem.
    Regards,
    Ankit Kanwara

  • How can I get you tube playlists to open again, QuickTimePlayer can't open video.3gp

    How can I get you tube playlists to open again after upgrading to Mavericks, QuickTimePlayer can't open video.3gp

    DL and install the 10.6.8 v 1.1 COMBO update, repair permissions, restart, and try the store again. If still no go, try http://www.apple.com/support/mac/app-store/

  • I can not get the bookmarks tab to open

    I just installed firefox on my new laptop. I can not get the bookmarks tab to open. I also can not get the right mouse button to open the copy, print, etc menu.

    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all/
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Just downloaded latest updates to Camera Raw for use with my new Sony RX100 M3 but still can't get the RAW files to open. Any suggestions?

    Just downloaded latest updates to Camera Raw for use with my new Sony RX100 M3 but still can't get the RAW files to open. Any suggestions?

    Never mind, I finally got it working, thanks!

  • Used CS6 for a year or more, now says it's not registered! I have 1 or 2 unused keys but do not want to use them. Can't get the CS6 applications to open to enter the codes I was given when I first registered them...

    Used CS6 for a year or more, now says it's not registered! I have 1 or 2 unused keys but do not want to use them. Can't get the CS6 applications to open to enter the codes I was given when I first registered them...

    You'll need to use web chat. This file shows you links to Web Chat:
    Adobe ID, sign in, and account help

  • I can not get itunes to install and open on my new laptop i am so frustrated i have uninstalled and reinstalled at least a dozen times in the last month

    i can not get itunes to install and open on my new laptop i am so frustrated i uninstalled and reinstalled at least a dozen times in the last month
    i got a error 7 this time but have had diff ones befpre please help

    Will iTunes open in safe mode? Hold down CTRL+SHIFT as, or immediately after, you click the icon that starts iTunes and keep holding until you see this prompt.
    Click Continue.
    Assuming iTunes has opened, enable the menu bar, if necessary, with CTRL+B. Then go to Edit > Preferences > Store and untick Show iTunes in the Cloud purchases. Press OK, close iTunes, wait until it has had a chance to fully close then reopen.
    Will iTunes open normally now?
    If not, see Troubleshooting issues with iTunes for Windows updates for genral advice.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2
    tt2
    Message was edited by: turingtest2

Maybe you are looking for

  • Object Variable vs Object

    I am very confused on this "Object Variable vs Object" thing. Pls refer to the code below: class Test        static void show()           System.out.println("Show method in Test class"); public class Q2 extends Test       static void show()          

  • A few keys are sticky on my iBook G4, how best to clean?

    Hi, I spilled a little (less than 1 oz) soda on my G4 the other night. In a panic, I flipped my iBook over like a tent and wiped-off the drips. Then I flipped my iBook back and patiently ran the edges of a (many) "scott towel" to suck up what had fal

  • Can not keep iMovie open. Shuts down on my iMac and MacBook Pro

    I have an iMac and a MacBook Pro. I recently got Lion and iCloud, now I can'te keep iMovie '11 open. It just shuts down after fifteen seconds. Many times.

  • Making copies HP Office jet J6424 software for Windows 7

    Can not find compatible software for Officejet J6424 All in One Printer and Windows 7 to allow copies. 

  • Template Used to Update; Not anymore

    My template used to work and used to update the pages without problem, but now I receive errors. It started by not updating some of my pages, while it updated others, and now is site-wide. Most of the errors it says are on line 1, with "Unbalanced In