Help! Print Dialog Box Crashes!!!

Please help.
I open System Prefs and click 'Print & Fax'. I click + to add a printer. The dialog box opens for a few seconds and then closes. Just that window. I cannot add a printer at all or even print anything for that matter. I ran Printer Therapy and it finds nothing wrong. Same with TechTool Pro. Nothing seems to be wrong except this. Someone please help. This is a disaster. I even Logged out and tried a different user and it does the same thing!

Because it does the same with another user, this may not help, but it’s worth a try.
Go to the folder:
Macintosh HD/Users/yourusername/Library/Preferences
(where “yourusername” is the short name of your computer, like storm - the folder looks like a house/home)
Move the file com.apple.systempreferences.plist to the Desktop and restart.
If it doesn’t help, move the .plist file on the Desktop back into the original Preferences folder to replace the newly created one. If it does help, you’ll need to reset all your other System Preferences.

Similar Messages

  • Photoshop CS5 crashes when selecting print settings in print dialog box

    I work on a Mac Pro desktop with OS 10.6.4. Photoshop CS5 crashes every time I try to select "print settings" in the print dialog box. I work in a large office and our networked color printer is a Konica Minolta bizhub C451. In fact, if I hit "print" it will crash whether or not I hit "print settings" first. In CS4, there was a separate menu item that allowed you to change printer settings before going into the print dialog box. That choice is gone now, you have to select it through the print dialog box.
    This is the only way I can print out color proofs for my clients. Unfortunately, I do not have administrator rights to any printer (our office has about 100 people, only IT staff can fiddle with that). What can I do to get this solved?

    I think I have fixed it, though I'm not sure why this worked.
    System Preferences>Print & Fax. Selected the Konica Minolta printer (the B/W printer was working fine). Changed the name. Still didn't fix it. Went back selected my newly named Konica Minolta then "Open Print Queue" (like Dave said)>print settings. Change the driver to "Generic Postscript printer." I could print, but only on letter-size paper, no other options available (need tabloid). Went back to system preferences>print & fax>Konica Minolta2>open print queue>drivers then I reselected the updated printer drivers--the same one that hasn't been working.
    Now, it works.
    Thanks all for the helpful advice!

  • Apps crash when selecting HP Business Inkjet 2600 in print dialog box

    Hope someone can help. With an open PDF document I select the print dialog box. If I select the HP Business Inkjet 2600 the application crashes (tried Preview and Adobe Acrobat). I can select other printers fine.
    What I have tried so far:
    Logged into root account and the issue does not occur, indicating a permissions issue.
    I have tried repairing permissions using disk utility with no success.
    I have tried creating a new admin account and the same fault occurs in that account.
    I have reset the printing system and re-added the printer - no success.
    The system is a PowerMac G5 2GHz, 768 MB RAM, 10.4.8
    Please help : )
    PowerMac G5 2GHz, 768 MB RAM   Mac OS X (10.4.8)   HP Business Inkjet 2600

    Don't worry, solved it. Tested the printer using my powerbook G4 running 10.4.8. It worked fine so I copied the HP folder from /Library/Printers from the PB to the PM G5, repaired permissions using disk utility, rebooted and the G5 can now print fine to the HP.

  • InDesign CS5 crashing from print dialog box

    Using CS5, multiple computers, some on Leopard, some on Snow Leopard. Printing to a Xerox Phaser 7500. When we set up to duplex print in the print dialog box, the application shuts down when we hit the "print" button. I've searched all through these forums, and the Xerox site, and can't find anything that sounds like this problem.
    Brand new printer, latest drivers, all Mac OS updates applied.
    Any ideas?

    There are also reports that there are many other types of issues which causes the hang ups, not just printing issues. What I have found is that one of the problem is font related. I found that I had multiple versions of the Times font and that the documents which I had hanging the most would contain the Times font. I deleted the font and replaced it with Cambria. Now those documents seldom will hang. My guess is that neither the latest version of OSX or CS5 works well with older fonts.
    I still get an occasional hang which requires me to force quit IDCS5. When I do, about 3 out of 5 times, it sends an crash report to Apple but not to Adobe so I still think their is some conflict between IDCS5 and the operating system.  I am currently running OSX 10.6.5. 
    The problem I find is that I am getting the occasional hangs randomly. Sometimes its when packing a file, sometimes it when selecting the type tool. But I've also run into the problem when opening another document. 

  • Suppress the Print dialog box in Air /Flex

    Hello,
    I am trying to print the pdf files(which is located in my system) directly in the printer without showing print dialog box .
    I tried to print the screen without displaying print dialog box using flash.printJob.start2().
    but am not able to print pdf files in the printer its printing dark screen only also it just printing the UIcomponent size only. its not printing all d pages available inside pdf file.
    Can you please help me to resolve this issue.

    Hi
    I tried to open a new bug report , that screen itself not displaying properly and I couldnt able to enter any comments there ,I can see only the option buttons.
    and I am trying to print the documents which is having mutiple pages using flash printJob . the following code I have used . here i am trying to Print Textfield .
    Could you please me how can I add document/pdf file/text file instead of TextField.
    va txt:TextField = new TextField();
    txt.text = "Hello Test" ;
    var sheet:Sprite = new Sprite();
    sheet.addChile(txt);
    and in printing
    If(PrintJob.start2(null,false))
    PrintJob.addPage(sheet);
    PrintJob.send();

  • Print html file without seeing a print dialog box

    i need to script an action that would allow a user to print a sparcly formated html file to a printer while bypassing the normal print dialog box.
    the unix lpr command seems like it might work, but the man page only mentions PS and txt files.
    Ultimately i'd want to trigger the print action from a php script, but it could be a folder action also.
    Does anyone have any suggestions or point me in the right direction.

    lp is the right command to use but you may need to convert the html file in PDF format before printing it. Just test it. Also type man lp to see more options.
    enscript is a nice utility that may help you. man enscript for more.
    Mihalis.

  • How to suppress print dialog box from popping up under a condition

    Greetings...
    There may be a better way to accomplish what I'm trying to do, so I'm open to outside-the-box suggestions.
    I have a pretty simple page which lists a set of statuses and descriptions of each. The user can edit these status flags and their descriptions on the page as well. When I view the page in "printer friendly" mode, I see a nice simple report of what the statuses are and their descriptions. Everything works great so far.
    In our work request system built in ApEx, there's a page where someone can view the details of a work request, including the current status. When someone clicks on the help of that item, what I'd love to do is simple show the "printer friendly" version the status page mentioned above in a pop up window. My problem is that the print dialog box automatically shows up when a page is displayed in "printer friendly" mode and I do not want this to happen in this case.
    I see the javascript code in the Printer Friendly page template which causes the print dialog box to show up automatically, but I don't want to remove it in the template just for this one case. This would suppress the print dialog box on all "printer friendly" page views and the users are used to it showing up when they ask to print the page.
    I guess I could create a custom request to pass to the master status page which would pretty much do everything that the "printer friendly" mode is doing, but that seems like a lot of work when I'm so close to using something that is built in.
    Am I not seeing some simple other way of doing it or perhaps asking too much? Any suggestions?
    Shane.

    Hi,
    I think you have to call the FM GET_PRINT_PARAMETERS and pass NO_DIALOG = 'X'.
    Something like:
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          no_dialog      = 'X'
        IMPORTING
          out_parameters = ls_params
          valid          = lv_valid
        EXCEPTIONS
          OTHERS         = 1.
      NEW-PAGE PRINT ON PARAMETERS ls_params NO DIALOG.
    * Display Table
      lr_table->display( ).
    add: Spool numbers can be found in TSP01 or in system field SY-SPONO available in the submitting program...
    Hope it helps,
    Kr,
    m.
    Edited by: Manu D'Haeyer on Sep 28, 2011 10:02 AM

  • Print Dialog Box from Report

    Can we open a Print dialog box ( as the one which opens from File->Print in MS Word document) which list all the configured Printers from an Oracle Report (9i/10G) deployed in web environment running on OAS.
    Thanks in Advance.

    Hi,
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname                 = l_c_form
        VARIANT                  = ' '
        DIRECT_CALL              = ' '
         IMPORTING
           fm_name                  = l_f_fname
         EXCEPTIONS
           no_form                  = 1
           no_function_module       = 2
           OTHERS                   = 3
    data :l_t_out TYPE ssfcompop,
            l_t_control LIKE ssfctrlop.
    Here pass the Selection screen printer name to the below variable*
    l_t_out-tddest    = p_print.
        IF sy-subrc = 0.
          CALL FUNCTION l_f_fname
          EXPORTING
                archive_index =  toa_dara
         ARCHIVE_INDEX_TAB =   TSFDARA
          archive_parameters =  arc_params
              control_parameters         = l_t_control
              output_options             = l_t_out
              user_settings              = space         "This should be passed as space then only it works
              p_langu                    = p_langu
            TABLES
              g_t_item               = g_t_final
       EXCEPTIONS
         formatting_error           = 1
         internal_error             = 2
         send_error                 = 3
         user_canceled              = 4
         OTHERS                     = 5.
    Hope it helps!!
    Rgds,
    Pavan

  • Current View option in  the Print dialog box

    I have a PDF file, approximately 55 pages that is comrpised of 50+ .jpg images that were combined into a single PDF file. The images are various size screenshots from Facebook.
    I need to be able to print the entire file at 75% magnification in order for every page to be readable.  Only way in Adobe’s print dialog box that I can find to do so is select one page at a time, select “Current View” and then print. 
    When "All" is selected under Print Range in the Print Dialog box, the pages print at different magnifications, most below 10% and unreadable.
    Is there a way to get the entire document to print in the “Current View” setting or at a specified magnification?
    I’m using Adobe Acrobat 9 Pro.
    Any help would be greatly appreciated.
    Thanks

    duh...
    Figured out I had to tweak it in the "copies and Pages"

  • I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    There may be some security issues related to the USPS PDFs.
    http://www.certified-mail-envelopes.com/signatures-usps-certified-mail-return-receipt-requested
    I can't help with the scan/print problem. You seem to have done everything I would try.
    I don't know if maybe using a registry cleaner would help.
    John Hoffman
    Conway, NH
    1D Mark IV, Rebel T5i, Pixma PRO-100, MX472

  • Excel is throwing error when it click print : 'No printers are installed. To install a printer click the File tab, and then click Print. Click No Printers Installed, and then click Add Printer. Follow the instructions in the Add Printer dialog box'

    Excel is throwing error when it click print : 'No printers are installed. To install a printer click the File tab, and then click Print. Click No Printers Installed, and then click Add Printer. Follow the instructions in the Add Printer dialog box'
    Word, and powerpoint application are working fine.  
    Environment :  Windows 7 64-bit, MS Office 2013 64-bit
    Steps to recreate
    (i)  Create new user account and add to any group ( do not log on using this
     account)
      (ii)  runas /user:<new user account>  <fullpath>\excel.exe
       it will ask password so enter on command prompt
    (iii)  open any excel document  and click File->Print
      (iv)  verify result  (it is failing) it pop ups below error
     Error:`Microsoft Excel
     No printers are installed. To install a printer click the File tab, and then click
     Print. Click No Printers Installed, and then click Add Printer. Follow the
     instructions in the Add Printer dialog box.                                                                                                               

    Sorry for late reply i was not at work
    I have a default set excel is still throwing error. Interestingly winword , powerpoint and publisher are working fine. I am able to print from all office applications except Excel.
     Probably excel behaves differently from other office applications.
     Probably it is a bug in excel
    Workaround : Log on to a system once using newly created account then runas excel using this account then print works fine.
    It means something in user profile should be configure to run excel print operation. Could you please somebody help what I need to configure in user profile that makes print operation success?

  • Can't see printer name in the print dialog box as the printer name is too long

    This is actually causing siginificant pain as I am using a tablet and moving around a number of floors/buildings needing to be able to print from where I am.
    When printing from Acrobat reader, the print dialog box that comes up does not have a horizontal scroll bar and does not fit in the names of the printers in my organisation. We are unable to change the printer name, so it basically means that when using Acrobat, we can't select a printer.
    All other windows applications show more characters and also have a horizontal scroll bar in the print dialog box so you can scroll across to see the rest of a long printer name. Why is acrobat not using the standard windows print dialog?
    Has anyone come across this? Help!

    This is the Acrobat forum, not the Reader forum. In the future you should check there. I am not sure why you can not change the printer name, unless you do not have administrator rights. The name of the printer has nothing to do with where the print copy is sent. It is just for the purpose you mentioned of identifying the printer to print to. If you are not the administrator, ask your IT folks to change the name for you and explain why.

  • InDesign CS3 Print Engine Error and Corrupt Print Dialog Box

    We are a networked office working on various files off of a server. After setting print settings in the print dialog box and saving the file, when another user (or the same user) reopens the file, the Print dialog box settings are changed in a bizarre, corrupted way, and the file will not print. We get the following error:
    Printing Error: The Adobe Print Engine has failed to output your data due to an unknown problem.
    and printing fails to the HP LaserJet 4240 PS (64 MB RAM).
    We all use Windows XP, SP2, Dualcore 3 GHz Pentium Processors with 3.5 GB of RAM.
    Specifically, the Print dialog box shows these strange settings:
    Scaling gets set to 0%, copies are set to 0
    Spreads are turned on
    Print Visible Guides and Baseline Grids are turned on
    All printers marks are turned on, offset is set to 0
    Use document bleed settings is turned on, include slug area is selected
    Output Text as Black is turned on
    Omit for OPI has all 3 file formats selected (EPS, PDF, and Bitmap)
    Usually resetting the Print dialog box and saving the file allows us to print but then the next time we open the file, the Print settings are corrupted again.
    Any solutions? Or any fixes in the works?
    Thanks for your help!

    We currently only notice this problem with files associated with one project. The project is a book of many chapters, each with it's own file. The problem affects multiple files and multiple users (4 out of 5 people working on these files have experienced the problem). It may very well be a problem caused by a different user opening the files after another has closed them.
    We have a LAN with multiple Dell servers running Windows 2003 and many end-user PCs using Windows XP. All printers are on the network but printing occurs locally, meaning that data sent to a printer does not go through a server.
    We could test the problem by copying a chapter to one person's computer and making them the only person who works on it for a day or two. It's just hard to do so because different people have different duties to perform on all files.
    Thanks for your help!

  • Photoshop cc print dialog box image dark

    I'm on a MacBook Pro running Mt. Lion with PS CC, an Eizo monitor, printing with an Epson 3880, calibrated and profiled with a ColorMunki. When I preview an image to print, the image is darker in preview, and the color is much different than the actual image. When I print with the proper paper profile, (photoshop manages color and the space is Adobe 1998) it prints looking like the preview image rather tha the one on the monitor. I also run Snow Leopard on a partition with CS6, and the above does not happen, everything works fine. A photog friend of mine with a similar setup is experiencing the same problem since upgrading to Mt. Loin. Another graphic designer friend is running Mavericks and is has the same problem. I have another photog friend in Nashville who is having THE SAME PROBLEM!! Does anyone know what the heck is going on? I'm the only one who kept Snow Leopard so I can still print, which I do on almost a daily basis. What broke what? Is it a bug with PS CC, or did something in MT. Lion break? This is very frustrating for all of us and I find it totally unacceptable.
    If anyone has a clue and can help, we would be eternally greatfull.
    Thanks,
    Greg Nikas

    Thanks for the tip on inserting photos. I'm new here, won't post a link in the future.
    I'll try to simplify my issue;
    1. In CS6 in Snow Leopard, the original/source image looks just like the image in the print dialog box and prints beautifuly. See images below.
    Original image.
    Print dialog box image.
    2. In PS CC and CS6 in Mt. Lion, the original/source image is redder and more saturated than the image in the print dialog box, but the print looks like the the image in the print dialog box. The image in the print dialog box looks like the original/source image in CS6 in Snow Leopard! See images below.
    Original image.
    Print dialog box image.
    3. The issue seems to be with how the original/source image in PS CC and CS6 renders in Mt. Lion. As I said in my intial post, I have three friends who are having the same problem and none of us can figure it out, and I'm the only one who kept Snow Leopard.
    4. I'm on a MacBook Pro running Snow Leopard and Mt. Lion on a partitioned disk.
    5. I have an Eizo CG222W monitor, which is calibrated with an x-rite ColorMunki. Each OS has it's own calibration profile.
    6. I print on an Epson 3880 using the latest driver, and all papers have thier own profile and look the same when printed from either OS. 
    7. All settings in PS CC, CS6 and Bridge are identical in both OS's.
    I hope this is stated more clearly.
    Greg

  • Print Preview is missing from Firefox 6 on Mac OSX Lion in both File Menu and Print Dialog Box

    The question says it all really. Print Preview option is missing from both the File menu and from the Print dialog box when you select Print. I use Print Preview a lot to avoid wasting paper.
    A relevant issue might be that the Mac OSX app Preview is currently having trouble with various printers including my Xerox and so, temporarily, the default application for all Preview items is now Adobe Reader until Apple get their act together. Perhaps this is affecting things?
    Thanks for any help

    It's moved to the PDF dropdown, "Open PDF in Preview"

Maybe you are looking for

  • ADOBE CLOUD - Ilustrator: Erkennt das Abo nicht mehr

    ADOBE CLOUD - Ilustrator: Erkennt das Abo nicht mehr - auch in der Verwaltung ist zwar das Abo zu sehen, aber die Seriennummer nicht mehr. Hat jemnad eine Idee?

  • Windows 8 System Restore Fail

    Laptop: Lenovo Ideapad S210 The initial OS of my laptop is Windows 8 then I decided to upgrade it to Windows 8.1. The problem is every time I open an app from Windows it crasher. Heck, I can't even open the Windows Store or PC Settings!! So I decided

  • Records count in Receiver File Adapter

    Hi All, I have a scenario IODC to File. The requirement is to get the total record count in the Trailer record of the Target File .Please help. Regards, Kevin

  • SDM Password issue and errors for Web Dynpro Deployment

    Hi, After checking on SDN with regards to SDM Password and issue, I wonder what is the REAL default password for SDM when deploying web dynpro application. Some mentioned it's "sdm". Some mentioned it's "admin" If refer to documentation (from Sneak P

  • Why does my iPad 4 download data by itself?

    When i did a reset of my iPad 4 with iOS 6.1 today, I noticed that it seems to download data by itself. When i go to the overview of my available memory it first says that about 400mb of data are used, and then it continuously goes up to currently 63