App opens, won't display windows, crashes

Machine running 10.4 with all updates. Safari launches. Can view downloads and activity window. I try to open a new window and it acts like it did, but nothing. If I quit, it gives a crash report. I can hit shiftcmdh for home, and it opens a window for about a second then crashes. Happens for all users.
Tried removing all preferences (user and global). Tried moving the plug-ins folder. Repaired permissions and verified disk. Nothing is working. Any ideas?
Installed Firefox as a workaround and it works just fine.

Dan J.
Welcome to Apple Discussions!
We're not staff, but other Mac users here, asking questions and sharing solutions.
Until we get your whole crash report, you might want to check for the CT Loader.
It's a terrible app/plugin that messes up Macs like the plague.
Did you ever install a customized toolbar? Like a Facebook one? Or for watching sports?
_Here's how to search and destroy:_
Close Safari. And look for it in the following locations:
HD/Library/Application Support/Conduit
HD/Library/InputManagers/CTLoader
HD/Library/Receipts/ctloader.pkg
HD/Library/Receipts/<Toolbar name>.pkg
HD/Library/Application Support/SIMBL/Plugins/CT2285220.bundle
HD/Users/<User name>/Library/Application Support/Conduit
It may not be in every single location, but delete it everywhere, if you find it.
Restart Safari. Any Better?

Similar Messages

  • Safari opens but won't display window

    I am having trouble with Safari opening and not displaying a window to browse in.
    I appreciate any feedack.

    I am having this problem as well, but it only occurs when launching Safari using the "Open at login" feature.
    Opening at login launches the app but not a new browser window. Standard launching of the app automatically opens a new browser window. Anyone got any ideas what's up?

  • JSF app - open report in new Window - via JSP?

    I have been reading through this forum but no one has done quite what I am trying so I thought I'd post my own version of this problem.
    The web app I'm working on is basically a report generator. Data is formatted via XSLT to .html files - that part works great. The problem is getting the app to open this new HTML file in a new window. I want to get this working with little or no JavaScript.
    startReport.jsp (a JSF file) is the form that validates the user input. The sole h:commandButton (I do NOT want a link) works fine sending the form and JSF returns its errors or mine (if the criteria results in nothing) as it should; the action method returns "failure" so the page stays the same.
    But when the action method returns "success" the JSF navigation-rule is setup to route to showReportFile.jsp (which is NOT a JSF file). This JSP is very simple:
    <%@ page import="java.io.File" %>
    <%@ page import="java.io.PrintWriter" %>
    <%@ page import="java.io.FileReader" %>
    <%@ page import="com.logipath.gict.cts.reporting.client.ReportClient" %>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %>
    <jsp:useBean id="reportClient" scope="session" class="com.logipath.gict.cts.reporting.client.ReportClient" />
    <%
    String fileName = reportClient.getReportOutputFile();
    PrintWriter writer = response.getWriter();
    char[] buffer = new char[1024];
    FileReader reader = new FileReader(fileName);
    int numRead = reader.read(buffer, 0, buffer.length);
    while ( numRead != -1 ) {
         writer.write(buffer, 0, numRead);
         numRead = reader.read(buffer, 0, buffer.length);
    reader.close();
    writer.close();
    File file = new File(fileName);
    file.delete();
    %>This works believe it or not. If I put the target="_blank" on the form tag in the startReport.jsp it even opens in a new window. Great. But with that attribute on the form element, if the page comes back in error - it shows up in a new window (as it is apt to do given the attiribute).
    Ok, the h:commandButton tag's target attribute is ignored. Fine. There has to be a way to do this but I just cannot figure it out and I'm no JSP expert.
    What I think will work is this. Since my report beans create HTML files, I've created a session bean called "currentReportBean" which holds a single attribute - the name of the HTML file to display. (This is how the JSP above works.)
    What I need to know now *(this is the question part)* is how can I flush the render response of my JSF life cycle, trigger the opening of this JSP in a new window, the restart the JSF life cycle at the begining so the "parent" page repaints normally? The JSP isn't part of the JSF page flow so I there's no "going back" or "refresh" to worry about. I would like to take the showReportFile.jsp file out of the navigation files altogether.
    I know this topic has been worked on at length, but not quite this way. Any help is greatly appreciated.

    arnieAustin wrote:
    No, the JSP resets the bean value after showing the file.My mistake; it wasn't the reload scenario that is an issue. It is when the user goes back and forth in history that this can be a problem.
    >
    But now I'm confused. JS cannot access server-based session values. How is it going to know to open the page? A cookie?Write the value to a JS variable when you render the page.

  • Apps open in a new window/space.. how do I turn this off so all windows open in "desktop"?

    Whenever I open an app it creates a new space to open the app in. All apps do this, and you can see the windows/spaces by hitting F3; the icons are lined up at the top of the screen. How do I disable this feature so all windows and apps open in the "desktop" space?

    OS X Yosemite: Work in multiple spaces

  • IPad app store won't display certain apps, and itunes store won't display any searches at all

    Hi. My problem started when instagram won't open bc it says I have an old version, but everytime I checked the "updates" in the app store, instagram doesn't appear. So I deleted it. Now no matter how I search on my iPad for instagram and other certain apps (like 8tracks), they won't appear in the search results! Even when I try to download the apps via the iTunes store, nothing I search on iTunes ever displays. It just loads and stops halfway. I've tried downloading a new iTunes and restoring my iPad but nothing works. Can anyone help me please?

    We are all users here, just like you. You can tell Apple about your suggestions by using this link:
    Apple - iPod touch - Feedback
    New versions of apps might need other hardware requirements and will not work on older devices.

  • Air installer won't display window in Mac OS 10.6.4

    Hi,
    I'm having problems installing Air. I just bought a $79 app running only on Air and am quite frustrated about this.
    I downloaded the latest Air installer but when I launch it, the icon appears in the dock but the window is nowhere to be seen – so I can't go through with the installation process.
    Noteworthy:
    - the installer does create a Adobe/Air directory in my Application support folder
    - this is the console output for the installer:
    14/10/10 09:01:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[32095] Performing runtime install
    14/10/10 09:01:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[32095] UI SWF load is complete
    14/10/10 09:01:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[32095] UI initialized
    14/10/10 09:01:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[32095] starting user confirmation
    14/10/10 09:01:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[32095] Version of this installer: 2.0.4.13090
    14/10/10 09:01:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[32095] Installation type: new
    14/10/10 09:01:49 [0x0-0x1f81f8].com.adobe.air.Installer[32095] objc[32095]: Class WKAppKitDrawDecoyWindow is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit and /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib. One of the two will be used. Which one is undefined.
    What I've tried to do so far:
    - Deleting Application Support/Adobe/Air
    - Deleting pref files
    - Deleting all Air applications
    - Copying uninstaller from another Mac, uninstalling and trying again
    Nothing seems to work. What a waste of money and time.
    Please help !!
    Message was edited by: martinpannier

    1. Administrator
    2. No AV
    3. French
    4. It works !
    5. It's not the first time, but sadly I can't remember the version (almost certainly 1.x)
    6.
    Output for 2.0.3 :
    20/10/10 00:03:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59689] Performing runtime install
    20/10/10 00:03:48 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59689] UI SWF load is complete
    20/10/10 00:03:49 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59689] UI initialized
    20/10/10 00:03:49 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59689] starting user confirmation
    20/10/10 00:03:49 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59689] Version of this installer: 2.0.3.13070
    20/10/10 00:03:49 /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59689] Installation type: new
    20/10/10 00:03:49 [0x0-0x902902].com.adobe.air.Installer[59689] objc[59689]: Class WKAppKitDrawDecoyWindow is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit and /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib. One of the two will be used. Which one is undefined.
    Output for 2.0.4 :
    20/10/10 00:04:58 /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59757] Performing runtime install
    20/10/10 00:04:58 /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59757] UI SWF load is complete
    20/10/10 00:04:58 /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59757] UI initialized
    20/10/10 00:04:58 /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59757] starting user confirmation
    20/10/10 00:04:58 /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59757] Version of this installer: 2.0.4.13090
    20/10/10 00:04:58 /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59757] Installation type: new
    20/10/10 00:04:59 [0x0-0x909909].com.adobe.air.Installer[59757] objc[59757]: Class WKAppKitDrawDecoyWindow is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit and /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib. One of the two will be used. Which one is undefined.
    Also, when I quit the installer :
    20/10/10 00:05:17 /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[59757] begin quitting
    20/10/10 00:05:18 com.apple.launchd.peruser.501[323] ([0x0-0x909909].com.adobe.air.Installer[59757]) Job appears to have crashed: Bus error
    20/10/10 00:05:20 ReportCrash[59725] Saved crash report for Adobe AIR Installer[59757] version 2.0.4 (2.0.4.13090) to /Users/martin/Library/Logs/DiagnosticReports/Adobe AIR Installer_2010-10-20-000519_tinou.crash
    Best,
    Martin

  • IUploader (Recession Apps) - opening a new tab (window)

    I've been trying to develop a method for our EMS providers to use iPads to fill out EMS Charts and get signature forms using the iPad.  PDFExpert and iUploader are the two main pieces that seem to be working for my solution ... but there is one glitch:
    When using iUploader, and using the web app EMSCharts (or any web app that causes a new target window to load) this target just loads within the page itself.  So, if I am trying to add information that would be available from a search in the popup ... this page (target window) replaces the page I was originally on.  Frustrating.  I am trying to prefill some patient data from a database.
    I can get the target windows (new tabs) to work with Safari on the iPad and Safari would be great if it allowed me to attach PDF files (which is why I am using iUploader).
    I just need the popup capability and I would be all set.  If I click a link, I need the funcationality there to open a new tab.
    Any clues about this functionality Recession apps??   I've used the Pro and regular versions and have not noticed a difference.
    Thank you
    Diana

    For the record, the page that needs to open in a new tab is a Cold Fusion *cfm file
    Not even sure who uses that any more??
    Here is what an example link looks like:
    https://www.emscharts.com/common/select_name.cfm?prid=22946613&service=1765&rev= 1&folder=select_pt2&field=ptid&demogOnly=1
    Thanks!

  • Apps opening first time after restart crash but reopens ok

    Applications (Mail, Archive Utility, TextEdit and many misc ones) opening for the first time after a restart crash but then re-open ok.
    This repeats again after a restart.
    They all open ok on the second try.
    The same applications can open ok the first time after a restart but different ones then crash but open ok after a second try.
    I have not tried another account yet.
    Any ideas appreciated.
    Thanks ... Ken

    Thanks for the response.
    Start apps mostly from Overflow.
    Trashing Overflow prefs and Finder prefs did not help.
    Also Archive Utility SOMETIMES quits first time:
    /System/Library/CoreServices/Archive Utility.app
    Next time I will check the Console and post the contents.
    Thanks ... Ken

  • Remote App Opens for a second then crashes

    My remote app will briefly open then close on its own before I can hit any of the buttons. I have tried deleting the app entirely and reinstalling it and still get the same response. I am using the orig ios that came on the iPhone (5s). I am hoping I do not have to update my ios as in my opinion it will slow my phone down as it doid with my old 4s. Thx!

    Hi AdRock3,
    If you are having issues with your iPhone's Remote application quitting unexpected.y, you may want to try some things to troubleshoot.
    First, quit all running applications and test again -
    Force an app to close in iOS
    Next, I would try restarting and if needed resetting the iPhone -
    Restart or reset your iPhone, iPad, or iPod touch
    If the issue is still present, you may want to restore the iPhone as a new device -
    How to erase your iOS device and then set it up as a new device or restore it from backups
    Thanks for using Apple Support Communities.
    Best,
    Brett L  

  • For some reason Safari and App store won't open anymore. Everytime I try to open them they crash and it says it's because of the webkit2 plug-in. Anyone know how to fix this problem?

    For some reason Safari and App store won't open anymore. Everytime I try to open them they crash and it says it's because of the webkit2 plug-in. Anyone know how to fix this problem?

    If you are getting an 'invalid security code' message then is the address on your iTunes account exactly the same (format and spacing etc) as on your credit card bill : http://support.apple.com/kb/TS1646 ? If it is then you could try what it says at the bottom of that page :
    If the issue persists, contact your credit card company and verify that they and any company they use to process credit card authorizations have the correct information on file.
    And/or try contacting iTunes support : http://www.apple.com/support/itunes/contact/ - click on Express Lane, then iTunes > iTunes Store

  • Multiple Displays: New app windows not opening on current display

    Does anyone have a suggestion or information for me on this one? Here's the story:
    I have a brandy-new 15" MBP Retina. All kinds of snazziness! I also picked up a MDP Apple Cinema Display at the same time. Why MDP instead of Thunderbolt you ask? Because I have an older MDP-only MBP I use from time to time, plus Apple had just taken their remaining inventory of NEW MDP displays and marked them as refurbs, saving me $200.
    I'm running 10.9 Mavericks and have the displays set to operate as separate spaces/desktops. I sit directly in front of the cinema display and use that primarily while keeping a few other apps open on the MacBook display to my right. Typically, the MacBook has Spotify running fullscreen on it. And this is where I have trouble. There are some apps that insist on opening new windows on the "primary" display, and not the current "working" display. For example, use the Finder to locate a PDF file and double click only to have the MacBook display slide Spotify to the side and show the PDF. So, I move the window to the cinema display (which is where the Finder window is, or email message...) then switch the MacBook back to the fullscreen app. TextWrangler has the same behavior. When I click on the TextWrangler icon in the dock or launch it from Spotlight it slides the fullscreen app on the MacBook display out of the way. This is the case even when I've done all of the most recent work on the cinema display. This also happens even if the app in question already has windows open on the cinema display, i.e. within TextWrangler with an open file press Command-N and the new window appears on the MacBook.
    Is this app specific? Is there something the app developer has done? I've checked the icons in the dock to make sure they're not "assigned" to anything. Anybody able to shed some light on this for me? Is this a bug or am I missing the justification for this behavior?

    Another strange example... Mail. Mail on Cinema Display, click reply, new message window appears on Cinema Display, but MacBook Display switches to a non-fullscreen desktop. Pourquoi?

  • Messages app won't display any windows

    My Messages app (v 7.0.1) intermittently won't display any windows, not even the Preferences. I've tried reloading the app from Time Machine, but it won't let me replace an the current version.
    I'm running a Mac Pro Quad-Core Intel Xeon 3.2 GHz under 10.8.5.
    Any ideas?

    HI,
    The Time Machine version needs to be the same version as is used in OS X 10.8.5
    This will be version 7.0.1 which came with the OS X 10.8.2 update.
    the Process should be to go to Applications and find the Messages app.
    Then use the Time Machine icon in the Dock.
    This will reduce the window and display the galaxy in the background.
    On the right are the arrows and dates for moving "back in time".
    The window should also have become "stacked" with those older versions behind.
    Changing the date should file through the stacked windows until the process finds a change to the Applications Folder.
    If you went back until a change in Messages you probably got the wrong version (or a version that will not work with a later version of the OS).
    Try this:-
    In any Finder window use the Go Menu whilst holding down the ALT key.
    Select the Library that now appears in the Menu list
    Navigate to Preferences.
    Find com.apple.ichat.plist
    Drag it to the Trash and restart the app.
    This .plist holds the windowing Info for the app.
    I am presuming you have tried the keystrokes seen in the Window Menu of Messages ?
    however it also holds all the info about the Preferences except for the accounts.
    This means any change you have made from the Defaults will be reset.
    The Messages section on Fonts and Colours is the most commonly changed.
    All the Alerts will be reset if you changed them.
    8:19 pm      Sunday; March 2, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • After installing Mavericks, CS 6 Photoshop won't keep a display window viewable to open a file

    When I try to open a Photoshop file from both a dropdown (File > Open) or command O, the display window will stay open for a brief moment before closing.
    On occasion I'll get the error *** -[_NSArrayM objectAtIndex:]: index 39 beyond bounds [0 .. 38]
    Other times the error will say Could not complete your request because of a program error.
    Other time there is no message.
    The computer I'm running is MacBook Pro with Retina display,  3 GHz Intel Core i7, 8 GB 1600 MHz DDR3

    I found a solution to my issue, hopefully this helps others:
    "Try switching to List or Icon view in the File > Open dialog. There seems to be an issue with the Cover Flow view (the one that looks like iTunes album covers)."

  • Safari, won't display any windows??

    Hi all,
    Just went to use Safari only to discover it won't display any windows, of any kind. I've tried 'new window', 'new tab', 'open location/file' and it even won't open the 'Preferences' window!? It seems to be creating them as I can see them in the window drop down but displaying them nowhere...
    It's the latest version, it's not assigned to a specific desktop and I've reduced the desktops down to one to make sure they're not getting 'lost' in another desktop...
    Any ideas?
    I'm using OSX 10.10 on a mid-2010 Macbook Pro.
    P.S. while creating this post I've noticed I can't bring up the 'About This Mac' window either. The system Information app also isn't working!?????

    Permission repair spat this out:
    ===== Repair Disk Permissions =====
    User differs on "private/var/db/displaypolicyd"; should be 0; user is 244
    Group differs on "private/var/db/displaypolicyd"; should be 0; group is 244
    Repaired "private/var/db/displaypolicyd"
    Finished verify/repair permissions on disk0s2
    Tue Oct 28 21:10:10 CET 2014
    But had no effect on Safari...
    Just to reiterate, the windows are being created but, for whatever reason, will not display (see below).
    Any other ideas anyone??

  • App store won't open after running time machine reinstall

    my HD crashed last week, got it replaced and just got my iMac back (20" intel). I ran a restore from my Time Machine backup from before the crash (took forever, but finished).
    All looked fine but I found two problems...
    1) Safari would crash without opening. I fixed that by just downloading and reinstalling Safari.
    2) the App store does the same thing. the icon jumps a few times and then just stops and won't open. Unfortunately, it's part of the OS and it doesn't seem Apple allows direct downloads of the App Store app. I'm current on my OS so I'm not sure how to fix this problem.
    Again, summary, restore from Time Machine, App Store won't open, OS is up-to-date. Any suggestions?

    Hi,
    Install the v10.6.6 combo update available here. It's ok to do this even though you are already running v10.6.6. The combo includes fixes that were not included in the original update.
    http://support.apple.com/kb/DL1349
    Restart your Mac and try the MAS again.
    You can download apps directly from the MAS once you have it running.
    Considering the TM backup took so long, make sure there's enough space on your Mac startup disk.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. *Make sure you always have a minimum of 15% free disk space.*
    Carolyn

Maybe you are looking for

  • Exception Thrown when trying to save object to disk

    Alright, So I've got an object that looks like this private class InputData implements Serializable {             public String name = "";             public String condition = "";             public String value = "";             public String[] pro

  • Is there a big differnce when you check "include full-resolution photos"

    I was wondering the major difference, becuase if I wanted to transfer the images from the ipod to another device, would that be the right way, and will the full res pics take up to much space on the ipod hard drive. also how much compression is used

  • Does the desktop on the display match the desktop on the portable exactly?

    I just want to check before I go ahead and order the display and the new MBA whether the desktops of the two will match perfectly. The reason I am asking this is that I have been googling images of the display and in most of the pictures the display'

  • How to put a table inside a frame in html

    Hi, I have a html table as follows: <TABLE BORDER=2><TR><TD>No</TD><TD>Name</TD><TD>Age</TD></TR><TR><TD>1</TD><TD>John</TD><TD>30</TD></TR><TR><TD>2</TD><TD>Michael</TD><TD>20</TD></TR></TABLE> I want to put it inside a html frame in order to have t

  • ATI Primary and Nvidia Secondary for Hardware MPE Acceleration

    Hi everyone, I'm not sure if this has been discovered yet. I think it is very exciting, and very important for anyone with an AMD (ATI) GPU who wants hardware MPE acceleration. It is possible to use Hardware MPE acceleration while using an ATI video