Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > iChat wont start.

iChat wont start.
Thread Tools
Dedicated MacNNer
Join Date: Mar 2005
Status: Offline
Reply With Quote
Jul 19, 2005, 05:42 PM
 
Immediatly following an archive and install I attempted to start iChat. It went through the first time dialog boxes asking for account info and such, but when it got to the box asking about jabber messenging it started to become slow in response. The next box was about Bonjour messenging and there it hangs. Activity monitor says both iChat and iChat agent are not responding (red), and my processor is maxed out in activity. The Powerbook gets REAL hot.
I tried deleting the preference files for iChat, but that did nothing.
Any ideas? Thanks
Sam

17" Rev. A 1 GHZ Powerbook
10.4.2
iChat should be newest version (3.0 or 3.0.1 ?) Software update shows nothing new.
     
Forum Regular
Join Date: Jul 2004
Location: Lansing MI
Status: Offline
Reply With Quote
Jul 23, 2005, 01:22 PM
 
My goodness... I just asked a smiliar question, and no one knows the answer... we're doomed!
iMac G4 800Mhz 256 MB, 12" iBook G4 1.0 Ghz 768 MB, 12" PowerBook G4, 1.5 Ghz, 1.25 GB RAM
     
Dedicated MacNNer
Join Date: Mar 2005
Status: Offline
Reply With Quote
Jul 23, 2005, 02:24 PM
 
I ended up with a clean insatll. Needed my computer to function right away, and had no other ideas of what to do. I was having a few minor glitches with other apps like mail.
Oh well.
Sam
     
Fresh-Faced Recruit
Join Date: Aug 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 12:09 PM
 
I'm curious... Could you please list the contents of the directory:

/System/Library/Frameworks/InstantMessage.framework/iChatAgent.app/Contents/Resources

I might have an idea what this is, thanks!
     
Dedicated MacNNer
Join Date: Mar 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 06:14 PM
 
AFter the clean install there doesn't seem to be a folder labled instantmessenger in the frameworks folder..... I don't know if there is supposed to be at all times. I was having other little issues also anyway. Thanks though
S
     
Fresh-Faced Recruit
Join Date: Aug 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 06:22 PM
 
If you open the terminal and type:

cd /System/Library/Frameworks <press enter>

then type

ls <press enter>

Can you post what results here?
Do you see an "InstantMessage.framework" in there?

Thanks!
     
Fresh-Faced Recruit
Join Date: Aug 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 07:05 PM
 
If you do, following the previous terminal commands:
cd InstantMessage.framework <press enter>

then do that :
ls <press enter>

again, and let us know what appears
     
Dedicated MacNNer
Join Date: Mar 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 08:13 PM
 
I am now trying to learn command line more. It was listed and here are the contents:

sam-knapps-powerbook-g4-17:/System/Library/Frameworks/InstantMessage.framework Sam$ ls
InstantMessage Resources Versions iChatAgent.app

Hope that helps.
S
     
Fresh-Faced Recruit
Join Date: Aug 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 08:19 PM
 
That's almost there!
can you do what you just did, then after that
cd iChatAgent.app/Contents/Resources/

This will take you into the the "iChatAgent" application, inside resources.
from in there, can you once again 'ls' to see what is in the directory.

Thanks
     
Dedicated MacNNer
Join Date: Mar 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 08:56 PM
 
Here ya Go.

sam-knapps-powerbook-g4-17:/System/Library/Frameworks/InstantMessage.framework/iChatAgent.app/Contents/Resources Sam$ ls
AIMAccountDefaults.plist JabberGenericPerson.tiff
AIMDefaults.plist SubNetDefaults.plist
AIMErrorTable.plist SubNetGenericPerson.tiff
AIMGuy.tiff iChat.icns
DefaultDefaults.plist iTools.tiff
English.lproj iTunesNowPlaying.scpt
JabberAccountDefaults.plist iTunesNowPlaying.scpt.txt
JabberDefaults.plist
sam-knapps-powerbook-g4-17:/System/Library/Frameworks/InstantMessage.framework/iChatAgent.app/Contents/Resources Sam$


S
     
Fresh-Faced Recruit
Join Date: Aug 2005
Status: Offline
Reply With Quote
Aug 2, 2005, 09:04 PM
 
Ok, that's interesting, I was thinking the "DefaultDefaults.plist" file might not be there, but it seems to be!

Let's try something else
if you type this in the terminal, let's see what happens:

killall iChatAgent [this will kill any running versions of the iChat backend]
/System/Library/Frameworks/InstantMessage.framework/iChatAgent.app/Contents/MacOS/iChatAgent [this will run iChatAgent from within the terminal!]


Does anything like this appear?
2005-08-02 19:00:50.882 iChatAgent[637] *** Assertion failure in RegisterDefaults()
2005-08-02 19:00:50.883 iChatAgent[637] *** Uncaught exception: <NSInternalInconsistencyException> Couldn't load DefaultDefaults



Do you see an error like that? Of so, do any appear, or does it launch fine?

Also, can you open the Utilities folder, in your Applications folder, and pop open the "Console" application. That might post some useful information there too! Anything that has iChat, or iChatAgent attached to it.

We'll get this fixed
     
Forum Regular
Join Date: Jan 2001
Location: Valencia, CA
Status: Offline
Reply With Quote
Aug 2, 2005, 10:08 PM
 
A tangentially related question:

When I start iChat, I get the message "Could not connect to AIM: Your screen name has been suspended and can not be used to log in". Anyone know who to contact to get my account back online? I have no idea why it was suspened, although about six months ago I got my parents off AOL and onto DSL (and my screen name was the master account screen name).

Anyway... if anyone's seen this problem and knows of a solution, I would greatly appreciate any advice. Thanks!
     
Fresh-Faced Recruit
Join Date: Oct 2005
Location: Arkansas
Status: Offline
Reply With Quote
Oct 19, 2005, 05:22 PM
 
Originally Posted by macman2020
Ok, that's interesting, I was thinking the "DefaultDefaults.plist" file might not be there, but it seems to be!

Let's try something else
if you type this in the terminal, let's see what happens:

killall iChatAgent [this will kill any running versions of the iChat backend]
/System/Library/Frameworks/InstantMessage.framework/iChatAgent.app/Contents/MacOS/iChatAgent [this will run iChatAgent from within the terminal!]


Does anything like this appear?
2005-08-02 19:00:50.882 iChatAgent[637] *** Assertion failure in RegisterDefaults()
2005-08-02 19:00:50.883 iChatAgent[637] *** Uncaught exception: <NSInternalInconsistencyException> Couldn't load DefaultDefaults



Do you see an error like that? Of so, do any appear, or does it launch fine?

Also, can you open the Utilities folder, in your Applications folder, and pop open the "Console" application. That might post some useful information there too! Anything that has iChat, or iChatAgent attached to it.

We'll get this fixed
I am having the exact same problem and when I ran iChat in the terminal, I did receive the same error that you pasted. How do we fix this?
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 07:52 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2