Keychain Corruption (and printing?)

Having just survived the corruption of a keychain, I feel the need to print all the passwords to then store in our safety deposit box.
Is there any way to print all the passwords?
{PS: If you have two macs which are synced via .mac, make a copy of the other machine's keychain, then copy it to your injured Mac.}
G5 dual core, PB12   Mac OS X (10.4.9)   Every one since the 128K 1984 Macintosh

Is there any way to print all the passwords?
Not directly. However, I have a simple AppleScript which I use to generate a list containing the name, account username, and password for each key in my login.keychain. I use this list as a backup for all generic and webpage keys. This works without a problem when run in Script Editor, prompting with a dialog box for approval to open each key, and continuing on to the end, producing the desired list, and saving it to the Desktop. Note that you'll have to manually edit the list to get rid of extraneous characters. i never bothered to script that part. I usually clean it up manually, reformat it by putting tabs between the categories, and copy it into excel where I can sort it. Enjoy.
<script>
set osXKeychainScriptingPath to ¬
(path to scripting additions from system domain as Unicode text) ¬
& "Keychain Scripting.app:" -- one line
set theSecuridPIN to {}
tell application "Keychain Scripting" to launch
tell application "Keychain Access" to launch
using terms from application "Keychain Scripting"
tell application osXKeychainScriptingPath
set KeyList to every Internet key of current keychain
repeat with aKey in KeyList
set theSecuridPIN to theSecuridPIN & (name of aKey) & ¬
(account of aKey) & (password of aKey) & return
end repeat
end tell
end using terms from
tell application "Keychain Scripting" to quit
tell application "Keychain Access" to quit
tell application "Finder"
open for access file (((path to desktop folder) as text) & "Passwords") with write permission
set theFile to result
write theSecuridPIN to theFile
close access theFile
end tell
<end script>
Cut and paste it into Script Editor, compile it, and run it. I always select the right-hand option in the dialog boxes; either allow always or allow once, whichever is not grayed out.

Similar Messages

  • Since upgrading to OS 10.8.5 login keychain corrupted keeps asking for password for OSX, mail and Safari. Solutions?

    Ever since upgrading to OS 10.8.5 login keychain corrupted; keeps asking for pasword tor OSX, mail and Safari. Help!

    Have you tried opening Keychain Access and running Keychain First Aid (under the Keychain Access menu) on the login keychain?

  • Major problem saving and printing documents on two computers

    This is a bizarre problem that seems to have been transferred from my old MDD to my new Mini when I migrated all my old data and it has me baffled. My apologies if this explanation seems long and complicated but I want to be pretty thorough.
    About a month ago I started experiencing a problem with printing. I noticed when printing a sheet of business cards that the page was getting compressed, for lack of a better word, vertically. This was very noticeable because the trim marks on the side of the page were not lining up with the perforations and each row of cards was getting progressively closer to the top as each row was printed. In other words, the first row of cards was okay but then the next row was a little too far "north", the next row a little more, the next row a little more, etc. The bottom of the page was not cut off, it was just squeezed up a bit but not enough that you could tell that the proportions were off. Now I see that many of my documents are like that no matter what application I've use to create them – Pages, Illustrator, Avery DesignPro. What's even worse, I've used Pages to create a sheet of business cards for a friend and Illustrator to make packaging labels and she's having the same problem printing the PDFs of the labels on a different computer. What this seems to tell me is that something has been corrupted and the computer is saving messed up files.
    So, about ten days ago I got a Mini and migrated my data using Migration Assistant. And the problem has now been transferred to the Mini. So I now have two Macs connected to two different HP printers that are both incapable of printing (and apparently saving) documents in the proper proportions.
    Now, a truly weird thing is that I printed a test sheet of business cards from the Mini on the printer connected to the MDD (via printer sharing) and it appeared that the document printed at the correct length. However, another document, a sheet of labels created in Illustrator, printed at the right length but one edge was slightly cropped off. Grrr.
    Anyway, as I said, until about a month ago everything worked fine so something got messed up at that time to cause this problem with saving and printing documents. I need to get this resolved for business reasons – I'm an aspiring designer – but the only thing I can think of doing is wiping out my Mini and reloading everything except my account settings from Time Machine unless someone has advice on what to do. Help! (And yes, I've checked to see that page scaling was always set at 100%.)

    Well, I've just about had it. I erased the disk, reinstalled the OS, Adobe CS4, and iWork. I did not use Migration Assistant this time to restore my settings but still my Mac prints documents in the wrong dimensions. Could this be a sudden HP problem? It seems to me some system setting somewhere is making my computer save and print documents in the wrong size. I now have a computer that is almost useless for designing. Lucky me.

  • Intermittent Problem of Corruption when printing PDF files

    From time to time I have a problem with text corruption when printing pdf files. Text comes out one character alphabetically later.
    For example, a file I printed yesterday contained the text "ONE WEEK VISITOR LICENCE". On printing it again today (on the same computer and printer), it appeared as "POF!XFFL!WJTJUPS!MDFODF". But another attempt immediately afterwards was correct.Here is a scan of the correct and incorrect printouts
    I have had this problem intermittently over a couple of years, particularly with pdf files embedded as a frame in a web page.
    I am using Adobe Reader 10.1.0 (but the problem has also appeared on earlier versions), Windows XP SP3 with all updates and an HP Deskjet 6980 printer on a wireless link.
    Any advice would be welcome

    Not sure why this may be happening. But you can try printing the PDFs as an image, which should solve the problem. It may take a little longer to print but at least you will get a correct print.
    You can do the same by Clicking on the Advanced button displayed on the Print dialog and checking the checkbox for "Print as Image".
    Hope that this fixes the issue.
    Ankit

  • KB2909210 on Server 2008 R2 breaks my intranet sites and print dialog box

    Let's try this again.  I have been asking the following question of Microsoft and every time I do, I have only been told to try another forum.
    I have several intranet sites that my users use for various data entry and querying purposes.  I installed Internet Explorer 10 onto my 2008 R2 Terminal Server over this past weekend (10/18/2014) which also installed the Security Update KB2909210
    and rebooted the server.  On Monday morning (10/20/2014), when my terminal users logged into the sites, the sites began malfunctioning.  All the dropdown arrows turned into question marks.  Some fields which normally have a small "x"
    on the right-hand side used to erase the data entered in the text field were also displaying as question marks.  The objects still functioned but it was disconcerting to my users.  The update also slowed down these same intranet sites to where it
    began interfering with productivity.  I activated Compatibility View for all intranet sites, but it did not resolve the problem.
    I also found that when my terminal users tried to print a pdf document from the intranet sites, the print dialog box was jumbled and no fields were pre-populated with data like they always are when printing.  I updated to the latest Adobe Reader, but
    the print dialog box remained jumbled. 
    All of my users with stand-alone PCs have IE 10 installed and the intranet sites work fine.  The sites display properly and process quickly, and the print dialog box is not jumbled.  It is only my terminal users who log in from a thin client
    to their profiles on the server and use the IE version installed on the server who have the problem with IE10.  The KB2909210 Update is not installed on, and does not come up as, an update for any of my stand-alone Windows 7 PCs.
    I uninstalled IE 10 from my server, but since this was one of my production servers, I could not restart it until after the plant was shut down for the evening forcing my users to suffer with the slowness for the day.  This morning (10/21/2014) the
    intranet sites are working fine through IE 9.  I also had to revert back to Adobe Reader v9.5 as the v11 (and v10) print dialog box does not display properly in IE 9.
    I do not want to stay on IE 9 on my server as IE9 gets more un-secure by the day and we've found IE 11, on any of our machines, to be too buggy.
    How can I install IE 10 with its security updates and prevent it from breaking my intranet sites and print dialog box?  What is so different about Server 2008 R2 and Windows 7 that IE 10 causes this corruption of intranet sites and the print dialog
    box on the Server but not on the Win 7 machines?
    The bulletin here:
    https://technet.microsoft.com/library/security/ms14-011
    is useless for determining why it breaks my intranet sites. Nor does it explain why the update destroys the print dialog box.

    Hi,
    In my opinion, it's hard to say your problem caused by KB2909210. Have you tried to uninstall this update for test if your intrant site's problem resolved?
    If your problem truthfuly caused by this updates, you can choose to hid the update as a workaround method.
    Roger Lu
    TechNet Community Support

  • FrameMaker 8.0p277 and printing to Acrobat Pro 8 & 9

    All this year (2009) I've been working on several contract documents using FrameMaker's conditional text facility.
    FrameMaker is 8.0p277 and the OS is Windows XP Pro SP3.
    In May the old workstation became cantankerous so I updated to a new HP xw4600 with a Quad Core, 4GB ram, and 2 x 250GB SATA disks. Cool!
    I applied all the MS updates and then treated myself to a clean install of Adobe Design Premium CS4, then installed and updated FrameMaker 8.0 (without the PDF Maker). The Adobe Acrobat Professional 9.0 in CS4 was patched to 9.1.2.
    If I open a document in InDesign CS4 and print it to the 'Adobe PDF' printer everything works just fine. Same for Illustrator CS4.
    But FrameMaker fails with this message:
    ... followed by:
    I have also attached the most recent FrameLog fiole...
    Howsomever, if I print the same document to my HP laserjet 4300dtn (or the laserjet 5200 or the FujiXerox DocuPrint 2100) it works just fine. So I assume the document itself is OK.
    If I select the printer to be one of the 3 above and then print to file (and create a .PS file), and then open it in Distiller 9.1.2 it produces a perfect .PDF file (shades of Acrobat 3 and the watched folders here!). But, if I select AdobePDF printer as my output device before generating the .PS file, Distiller reports parsing errors and does not produce output.
    With a doffed hat to Arnis and Dov I refrained from trying 'save to PDF'
    This looks like a corrupt printer driver...
    After talking to Adobe Support (ID 121 702 309) I have tried each of the following (and then re-run my testing cycle as outlined above):
    Running the 'Repair Acrobat Installation' process from Acrobat Pro 9.1.2.
    Setting Acrobat PDF as my default printer (strong whiff of "eyes of a bat and wings of a newt" about THAT suggestion).
    Un-installed and then reinstalled Acrobat Pro 9.1.2.
    Un-installed and reinstalled FrameMaker 8.0p277.
    Un-installed and then reinstalled Acrobat Pro 8.1.4.
    Un-installed and reinstalled FrameMaker 8.0p277.
    Sworn loudly.
    Anyone have some ideas / fixes / incantations???

    Hi Laurence,
    If you can produce PDFs from the AdoebPDF via ID and AI by printing, then I'd suspect that the driver is probably ok. (Note: from ID and AI, it is better to SaveAs PDF, since these have their own internal PDF generation capabilities.)
    Also, with FM8, if you're making interactive PDFs (i.e. not for press), then it is ok to do the SaveAsPDF route, since FM has some post-processing modules that kick in to clean-up the .tps file prior to handing it over to Distiller. So, the process is no longer is identical to printing to file and distilling.
    On the FM side, make sure that the tagged PDF setting is turned off in your PDF setup and have the setting for generating named destinations for all paragraphs enabled.
    You also might want to download Sundorne's SetPrint ( http://www.sundorne.com/FrameMaker/Freeware/setPrint.htm  ) utility to ensure that you always have the same printer instance (AdobePDF) enabled when you start FM.
    Have you also applied the MS hotfix for the PDF font issues? Details are available here: http://blogs.adobe.com/techcomm/2008/07/hotfix_for_framemaker_1.html
    Last desperation move would be to create a new custom PDF printer instance using the Distller PPD and a copy of the AdobePS installer.

  • Color Discrepency between Develop image and Print Preview

    Is there any way to alter the color image in the Develop module so that it matches the color of the image in the print preview screen? The colors in the final printed image match those of the ones displayed in the print preview screen and are nothing like the colors I am adjusting in the Develop module. Thanks for the input.

    The web preview on windows machines should not match anything indeed. Internet explorer is not color managed at all (shame on you MS). If the web preview matches your print, but the develop screen doesn't it means that you have miscalibrated your screen. Your screen is probably very close to sRGB as many are and you could probably get away with just using sRGB as the screen profile (not recommended for real color management BTW). Anyways, we have seen gobs and gobs of windows color management issues come by here that turned out to be corrupt monitor profiles. As a test, try clearing the profile that you have selected in the monitor's properties dialog (and thereby selecting the default sRGB) and restarting LR. If you still see a difference between the different modules, the monitor profile was corrupt and you should recalibrate.

  • Image looks great in PS- when I go to print it looks grainy in printer preview dialog box and prints blurry. Why?

    Image looks great in PS- when I go to print, it looks grainy in printer preview dialog box and prints blurry.  Why is this happening? 

    PS CC, Yosemite, Epson 3880 (called espson to make sure it wasn't something with that), saved as a tiff/psdjpg- all files behave the same way.  When I open the raw file- and only crop the image- it behaves this way now- with grain and blur when printing.  No other files do this in the same shoot.  I worked on this image- could something have gotten corrupted along the way such that now even opening the raw file creates this problem.  SInce upgrading my computer -  a window pops up when I open PS that says I need to update my graphics card?? for 3D- I'm not using 3D- so I don't know if that means anything.  I have to leave for about an hour- but greatly appreciate any feedback. I will be in touch. Thank you.

  • I have a new Macbook pro and need to run some Windows software, it appears "Parallel" should work well from what I've have read. Will I have any issues or problems accessing and printing from various printers on my Windows 7 network within Parallel?

    I have a new Macbook pro and need to run some Windows software, it appears "Parallel" should work well from what I've have read. Will I have any issues or problems accessing and printing from various printers on my Windows 7 network within Parallel? Is Parallel in fact the best way to go?

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Registration and print failure

    After getting the pop up message about registering several times, eventually the ability to print was lost.  After registering printing still fails, the printing does work on desktops registered right away.  There is no error, the printer shows 1 page processed, 0 pages output.  We are very new to crystal reports so we are really struggling with how to debug this issue. Any  assistance  is much appreciated.  Any ideas?  Any debug or trace suggestions?  Any one know of registery mysteries around registration and printing?
    Thanks
    Nicholas Swandel

    Well the patch did not change anything, but a good thing to do regardless. 
    Due some miscommunication with my co-worker, I misinformed you, printing from the designer works, but not the app.
    We tried creating a new app in visual studio and writitng a little code to spit out a report.  This was a very helful suggestion, it worked.
    Interesting is that the application development is being done by 2 of us, using visual source safe for version control and sharing the files.  The problem only occurs on 1 desktop, which sort of imples the issue is outside the application or at least perhaps in a locally corrupt app..
    We are trying, now, on the affected desktop, to delete the application directories and reinstantitate it from visual source safe.  The theory being that there is something in the app that is causing the problem, but that it is local to the machine and not retained in the source safe repository as when the contents of the repository is push to a development environment on a new desktop there is no issue.
    We will let you know if we are sucessful.
    Thanks again for your assitance in trouble shooting this issue!  It is much appreciate!

  • Print problem: Appleworks and Print Queue Constipation

    Let me start by saying that I have had this problem intermittently on my own computer, and now my mother has it on hers. My computer is wicked fast and loaded, hers is a basic iMac17" G4. I strongly suspect that the problem only occurs with Appleworks, but I may be wrong.
    So the problem is this. When I try to print, the item goes to the print queue, and then the job stops. The printer icon shows up in the dock with a red exclamation point. The job stays in the queue. In the printer queue dialog box, you can click on the "start jobs" icon, and the icon will change to the "stop jobs" icon..... but within seconds the icon will revert back to saying "start Jobs."
    At this point, I have a problem that is hard to eliminate. Cleaning out the queue is not enough to make the computer behave. I do a variety of things like a restart, unplugging the usb, unplugging the power cord to the printer, etc. Eventually things get better, and I am never sure what thing I did fixed it.
    This has happened only rarely on my computer, so I have not gotten too excited. But it is chronic on my Mom's, so I spent hours doing varouis disk fixing programs and dumping the printers preference files and making sure she has the latest driver (it is an Epson C88). None of that works. (incidentally, I have various printers, including an Epson R320, not sure it that printer is always the culprit on my computer).
    I thought I had her problem solved when I made her go to the Page Setup dialog every time and make sure her Epson printer is selected there before printing. But today she said the problem reoccured, even doing as I suggested.
    She can print from every other program. She can print to PDF and open that PDF in Preview and print from that. But that is an awkward workaround for an older woman who is scared of her computer to begin with.
    So... any ideas. I scoured this forum and couldn't find anything that I hadn 't already tried

    Peter,
    More a guess than anything else, but I'd suspect a corrupted preferences file.
    See Peggy's tip "AppleWorks has stopped working correctly" here:
    http://discussions.apple.com/thread.jspa?threadID=121704
    for more information.
    Regards,
    Barry

  • HELP to Open and Print automatic a REPORT

    Hello, I'm a Portuguese Developer, and i've a challenge, that is, i want to open REPORT by FORMS in RDF format and i want to open and print automatic way, i do not want to open, and then have to go print button to pint them.
    I want to open by FORM way and print automatic and close imediatly.
    HEP ME PLEASE!
    Thank you

    Aslam o Alikum (Hi)
    Ofcourse you can do this by specifing system parameters like DESTYPE=Printer and DESNAME=PrinterName
    Replace PrinterName with you printer name
    See System Parameters in Reports Under Data Model

  • Is there a way to create a year at a glance with detail and print?

    Is there a way to create a year at a glance with detail and print?

    To do what Dave indicated you need to do, it depends on what version of Acrobat you have:
    Acrobat 8: Advanced > Enable Usage Rights in Adobe Reader
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features
    Acrobat 11: File > Save as Other > Reader Extended PDF > Enable More Tools (includes form fill-in & save)
    I wonder what it will be next time?

  • Unable to schedule a report to email and print

    I have been working on a task to both print and email a report to recipients whose email addresses are obtained at runtime.  So far I am able to email the report as a PDF attachment, however, I am not able to get the report to print.  I have three thoughts as to why the report is not printing.
    1. The printer is in a subdomain under the domain where InfoView and the Enterprise server reside.
    2. It is not possible to schedule a report for both an SMTP and print destination simultaneously.
    3. The format is causing an issue in printing - the SDK API states "Printer is a report format specific destination and can only be used when the report object is a Crystal Report."
    I have looked at the scheduled report in InfoView and can see that the print settings I am passing are correctly set for the scheduled instance.  Does anyone know if there is a problem with trying to schedule printing and email at the same time, or if the report format must be .rpt?
    Below is my code. Thank you for your time.
    String query = "Select SI_ID, SI_NAME, SI_PROCESSINFO, SI_SCHEDULEINFO, SI_SCHEDULE_STATUS From CI_INFOOBJECTS Where SI_ID=" + reportId;
            IInfoObjects results = null;
            ISchedulingInfo schedulingInfo = null;
            try {       
               results = iStore.query(query);           
            } catch( SDKException sdke ){
               logger.error(sdke);
            if( !results.isEmpty() ){
                // get the actual report object from collection and set scheduling information
                IInfoObject report = (IInfoObject)results.get(0);
                schedulingInfo = report.getSchedulingInfo();
                schedulingInfo.setType(CeScheduleType.ONCE);
                schedulingInfo.setRightNow(true);
                schedulingInfo.setRetriesAllowed(3);           
                try {
                    Set<String> keys = destinations.keySet();
                    Iterator i = keys.iterator();
                    while( i.hasNext() ){
                        String dest = (String) i.next();
                        if(dest.equals(CrystalDestinations.EMAIL)){
                            // get the destination object and set it to SMTP plugin
                            List emailAddress = destinations.get(CrystalDestinations.EMAIL);
                            IDestination destinationObject = schedulingInfo.getDestination();
                            destinationObject.setName("CrystalEnterprise.SMTP");    
                            IDestinationPlugin smtpPlugin = (IDestinationPlugin) iStore.query("SELECT * FROM CI_SYSTEMOBJECTS WHERE SI_PARENTID = 29 AND SI_NAME='CrystalEnterprise.SMTP'").get(0);
                            ISMTPOptions smtpOptions = (ISMTPOptions) smtpPlugin.getScheduleOptions();
                            smtpOptions.setDomainName( emailDomain );
                            smtpOptions.setServerName( smtpHost );
                            smtpOptions.setSMTPUserName( smtpUser );
                            smtpOptions.setSMTPPassword( smtpPass );
                            smtpOptions.setSubject( "Email for report " + report.getTitle() );
                            smtpOptions.setMessage( "This is the message body" );
                            smtpOptions.setSenderAddress( smtpUser + "@cdrh.fda.gov" );
                            smtpOptions.setSMTPAuthenticationType( ISMTPOptions.CeSMTPAuthentication.LOGIN );
                            for(int j = 0; j < emailAddress.size(); j++ ){
                                smtpOptions.getToAddresses().add( emailAddress.get(j) );
                            destinationObject.setFromPlugin( smtpPlugin );                                                                               
    } else if ( dest.equals(CrystalDestinations.PRINT) ){
                            List printers = destinations.get( CrystalDestinations.PRINT );                   
                            IReportPrinterOptions printerOptions = ((IReport)report).getReportPrinterOptions();
                            printerOptions.setCopies(1);
                            printerOptions.setEnabled(false);
                            printerOptions.setPrinterName( (String)printers.get(0) );                   
                            printerOptions.setPageLayout(IReportPrinterOptions.CeReportLayout.USE_SPECIFIED_PRINTER_SETTING);
                    List reportPrompts = ((IReport)report).getReportParameters();
                    for(int j = 0; j < reportPrompts.size(); j++){
                        IReportParameter prompt = (IReportParameter) reportPrompts.get(j);                   
                        if(prompt.getParameterName().equals(mdrParamName)){
                          IReportParameterSingleValue v = prompt.getCurrentValues().addSingleValue();
                          v.setValue(reportParameters.get(mdrParamName));
                        } else if(prompt.getParameterName().equals(addressParamName)){
                            IReportParameterSingleValue v = prompt.getCurrentValues().addSingleValue();
                            v.setValue(reportParameters.get(addressParamName)); 
                    IReportFormatOptions format = ( (IReport) report).getReportFormatOptions();
                    format.setFormat(IReportFormatOptions.CeReportFormat.PDF);
                    iStore.schedule( results );

    Hi Jason,
    Based on your code, I could not tell if you were scheduling a Crystal Report or a WebI document.
    Regardless, what I would suggest is you try scheduling the report/document on InfoView.
    Once you schedule it on InfoView, you can retrieve the instance on Query Builder (or through code) and compare the properties that are being set through InfoView and the one you set through your code.
    This should indicate if you are missing some properies or have set some properties incorrectly.
    Hope this helps.
    Regards,
    Dan

  • Print from ipad if i connect a usb connector to my ipad can i connect my printer to it and print??as im thinking of buying the new ipad for work but i must be able toprint

    hi can any one help i want to get the new ipad for work but i need to print.i see i can buy a usb connector can i print if i plug my printer into the usb.

    If you have a USB printer connected to your computer, Mac or PC, you can activate or install AirPrint and print from your iPad over wifi without any special apps.
    Activate AirPrint in Mac OS X;
    http://netputing.com/airprintactivator/
    Add AirPrint to Windows;
    http://jaxov.com/2010/11/how-to-enable-airprint-service-on-windows/

Maybe you are looking for

  • Query Help Plz

    Hi experts: I have a problem with my query, I have 2 series of billing If I want to get a report of a single series that I only get the full amount without detail. I am not throwing well this amount. In fact is bigger It's just that simple add up the

  • HP L7780 not scanning with Mac OS X 10.9.3

    Upgraded MacBook operating system to OSX 10.9.3 and can no longer scan from HP L7780 All-in-One to computer? am I doing something wrong? or does this really not work anymore?

  • Openshot + Blender: No frame was found in the Output from Blender

    Can't get this to work. Anyone know why? Using  OpenShot version 1.4.0 blender -v Blender 2.61 (sub 0) build date: 2012-01-05 build time: 10:31:02 build revision: unknown build platform: Linux build type: Release build c flags: -march=x86-64 -mtune=g

  • Internal error: Link from Integration Process

    Hello, i´ve got a big problem with a process in PI 7.1 When I try to save my process I get this Error Message: Internal error: Link from Integration Process IP_ASSET_EXCHANGE | http://hiddennamespace.com to object type "ifmextmes" with role "d77b0187

  • How do I get Ken Burns effect to pan entire photo?

    I created a new project and put several photos into it. I am trying to use the Ken Burns effect to pan left to right, and have made the starting box (green) fairly small, and the ending box (red) larger. It is doing what I want, but does not ever qui