|
|

03-05-2008, 02:41 PM
|
|
Member
Join Date: Apr 2008
Group: Member
Location: Sydneytown
Posts: 75
|
Everything hanging, nothing opening.
I did this Classic Apple icon for Leopard Menubar - Installer
and then I restarted. Now the menubar looks exactly as normal, but the rest of my computer isn't working.
Currently, out of all the programs in my dock, only three work (NetNewsWire, Growl, Stickies) and also the google notifier. Nothing else opens, not Safari, not Disk utility, not the system preferences. Whenever I try do something with the finder (open a window, open a file) it crashes and restarts the Finder.
No idea how to fix this! I'm running 10.5.2 I believe and this installing this menubar thing has been the only thing I've done that is out of the ordinary.
__________________
.
|
|
|
|
|
|
|
|

03-05-2008, 02:56 PM
|
|
That TAM guy
Join Date: Oct 2005
Group: Regulars
Location: Melbourne
Posts: 1,792
|
Try booting off your Leopard DVD and see if there are any disk errors from there.
Could you have inadvertently deleted any other files whilst replacing your menu bar?
__________________
Computers: iMac G5 1.8GHz 17"; P'book G4 1.67GHz 17"; Macbook CD 1.83GHz; iMac G4 1.25GHz 20"; G4 Cube 500MHz, iMac G3 "Dalmatian" 500 MHz; iMac C2E 2.8GHz; TAM (Sonnet G3 400MHz, USB1.1);
Ipods: 5G 30GB White, 1G 2GB Nano Black, 2G 2GB Nano Silver, 4G 4GB Nano Purple, iPhone 8GB 1.1.4 Pwned, iPhone 8GB 2.1; Misc: Canon HV20, Rode VideoMic, Canon Powershot G6
Successful Trades: Chris, Marc, Byrd, Kendals, barton, Kreats, napes, Phase, froggy, palais, PriceUSA, RAMCity, samwalk
|
|
|
|
|
|
|
|

03-05-2008, 05:04 PM
|
|
Member
Join Date: Apr 2008
Group: Member
Location: Sydneytown
Posts: 75
|
No, definitely didn't delete any more files. So if I boot from the Leopard DVD, I can access disk utility through that can't I?
__________________
.
|
|
|
|
|
|
|
|

03-05-2008, 05:17 PM
|
|
King of the Carrot Flowers
Join Date: Feb 2005
Group: Regulars
Location: Gippsland, Victoria
Posts: 2,002
|
Turn off menubar transparency, see if that makes any difference.
Wally
|
|
|
|
|
|
|
|

03-05-2008, 05:21 PM
|
|
Member
Join Date: Apr 2008
Group: Member
Location: Sydneytown
Posts: 75
|
I can't! I can't open anything up.
I'm not at home right now but I'll try fixing it through the Leopard DVD and go from there.
__________________
.
|
|
|
|
|
|
|
|

03-05-2008, 05:29 PM
|
|
Regular
Join Date: Feb 2007
Group: Regulars
Location: Melbourne, Australia
Posts: 249
|
You've done something wrong with the installation... Just do an archive and install off you Leopard disk and you'll be set
|
|
|
|
|
|
|
|

03-05-2008, 07:12 PM
|
|
NSLog(@"%@", [self customTitle]);
Join Date: May 2005
Group: Regulars
Location: Melbourne
Posts: 3,654
|
It could potentially be a permissions problem - if you modify a system file and don't apply the correct permissions, all sorts of weird behaviour can result. Select the file in the Finder, then go to Get Info (apple+I). Down the bottom, it'll say:
Sharing & Permissions:
Then there will be a table with 3-4 entries. Report back here with what it says in that permissions table.
__________________
"A company must go out and find what the customer wants ... The need is not for, say, half a million ¼-inch drill bits. The needs is that there are ten million ¼-inch holes that need to be drilled." - Robert Noyce
"Algorithms that forget their history are doomed to repeat it" - Artificial Intelligence, A Modern Approach (Russel & Norvig)
|
|
|
|
|
|
|
|

03-05-2008, 07:46 PM
|
|
Resident Pirate
Join Date: Dec 2006
Group: Regulars
Location: Sydney Metropolitan
Posts: 1,629
|
Navigate to the file using the install disc's Terminal.
Quote:
|
sudo chown root SArtFile.bin
|
Should pretty much do it.
__________________
Mac OS X Leopard 10.5.4, Still can't quicklook volume icons of greater than 128*128 when icon was pasted from picture.
|
|
|
|
|
|
|
|

03-05-2008, 07:55 PM
|
|
NSLog(@"%@", [self customTitle]);
Join Date: May 2005
Group: Regulars
Location: Melbourne
Posts: 3,654
|
Or, if you don't actually know how to navigate to the file (which is likely), type in this:
Code:
sudo chown root:wheel /System/Library/PrivateFrameworks/CoreUI.framework/Resources/SArtFile.bin
Hit Return.
Then type in your admin password, and hit "Return" again. (as you type the password, nothing will happen on the screen - this is normal).
__________________
"A company must go out and find what the customer wants ... The need is not for, say, half a million ¼-inch drill bits. The needs is that there are ten million ¼-inch holes that need to be drilled." - Robert Noyce
"Algorithms that forget their history are doomed to repeat it" - Artificial Intelligence, A Modern Approach (Russel & Norvig)
|
|
|
|
|
|
|
|

03-05-2008, 09:16 PM
|
|
Member
Join Date: Apr 2008
Group: Member
Location: Sydneytown
Posts: 75
|
trying this out now. I run a repair in the Disk Utility which said that it was all fine. Will do the terminal thing now. If that doesn't work I'll just archive and install.
__________________
.
|
|
|
|
|
|
|
|

03-05-2008, 09:24 PM
|
|
Member
Join Date: Apr 2008
Group: Member
Location: Sydneytown
Posts: 75
|
'-bash: sudo: command not found'
I guess that isn't good. Looking around it looks as though I'm missing something in my installation that allows the sudo command.
__________________
.
|
|
|
|
|
|
|
|

03-05-2008, 09:34 PM
|
|
NSLog(@"%@", [self customTitle]);
Join Date: May 2005
Group: Regulars
Location: Melbourne
Posts: 3,654
|
Erm.... sudo not being there is a bit of a concern. Are you doing this in single user mode, or from the Leopard Install DVD Terminal app?
__________________
"A company must go out and find what the customer wants ... The need is not for, say, half a million ¼-inch drill bits. The needs is that there are ten million ¼-inch holes that need to be drilled." - Robert Noyce
"Algorithms that forget their history are doomed to repeat it" - Artificial Intelligence, A Modern Approach (Russel & Norvig)
|
|
|
|
|
|
|
|

03-05-2008, 09:38 PM
|
|
Member
Join Date: Apr 2008
Group: Member
Location: Sydneytown
Posts: 75
|
from the leopard dvd terminal.
__________________
.
|
|
|
|
|
|
|
|

03-05-2008, 09:40 PM
|
|
Resident Pirate
Join Date: Dec 2006
Group: Regulars
Location: Sydney Metropolitan
Posts: 1,629
|
Ah, on the dvd mightn't need sudo. I think the DVD only has a Root user.
I'm curious to see how this works out. Should it work I am definitely changing my menu bar.
__________________
Mac OS X Leopard 10.5.4, Still can't quicklook volume icons of greater than 128*128 when icon was pasted from picture.
|
|
|
|
|
|
|
|

03-05-2008, 09:43 PM
|
|
Member
Join Date: Apr 2008
Group: Member
Location: Sydneytown
Posts: 75
|
I did run it though just doing 'chown' followed by /System/... which did something. I didn't record it but it didn't ask for a password or anything afterwards. If I put in root:wheel it comes up with a different error.
__________________
.
|
|
|
|
|
|