Mac: Problems

Knocksious

Sweet, I got 2 little green bars!
Reaction score
46
the problem is that when we try and print something, no printer comes up, so I select "add new printer" but then nothing happens.... at all

I haven't a clue what is causing it
any help would be appreciated


also
.avi files crash anything that opens them (have flip4mac decoder)

and the app Mail, sorta dissapeared
 

Prometheus

Everything is mutable; nothing is sacred
Reaction score
590
Virus, most likely.
As I hate Macs, I have little idea pf what to do.
  1. Virus Scan
  2. System Restore
 

SFilip

Gone but not forgotten
Reaction score
634
Not every problem origins from a virus... :rolleyes:
In fact, to my knowledge, there aren't so many viruses for Macs (especially when compared to Windows) and there is no such thing as a System Restore.
A reinstall might be a good idea. I've heard that OS X has a method of reinstalling the core system but keeping the applications, that seems like a good idea.
 

enouwee

Non ex transverso sed deorsum
Reaction score
240
the problem is that when we try and print something, no printer comes up, so I select "add new printer" but then nothing happens.... at all

From what I can see on a 10.4.8:

System Preferences
> Print & Fax
> (under Printing), click the "+"
> chose "More Printers" if yours came with a MacOS driver CD

The Powerbook I borrowed tells me to configure AppleTalk, so either make sure the printer is connected properly (USB, powered on?) before trying to add it, or take a look at the AppleTalk settings.

also .avi files crash anything that opens them (have flip4mac decoder)
Are you running the latest version of the player? You may be trying to view a damaged or unsupported (as in: missing codec, like H.264, DivX, Xvid, AAC...) movie. Try using VLC as player, they got a MacOSX version too.


and the app Mail, sorta dissapeared
Is it still accessible from the "Applications" menu, or visible in /Applications if you start a terminal?



Virus, most likely.
As I hate Macs, I have little idea pf what to do.
  1. Virus Scan
  2. System Restore

Here's your fish:

fishnm9.gif
 

Knocksious

Sweet, I got 2 little green bars!
Reaction score
46
I just want to say thank you, because you seem very knowledgeable and helpful

the printer problem


the problem is that when I click that little plus, no dialog appears


the .avi problem

VLC will only show the beginning picture, and then play only sound

All other applications that might open .avi's crash whenever they try


the mail problem

in terminal, how do I access the /applications menu. when I typed "/Applications" it just said something like "Applications is a directory" and didn't show the contents or anything
 

enouwee

Non ex transverso sed deorsum
Reaction score
240

the printer problem


the problem is that when I click that little plus, no dialog appears

Did you unlock the configuration dialog, so you're allowed to make changes?



the .avi problem

VLC will only show the beginning picture, and then play only sound

All other applications that might open .avi's crash whenever they try

Does it only happen on that movie or any other you try to play?

If you have a Windows PC by hand, try opening the video using one of its players (either Windows Media Player, or 3rd party: Media Player Classic, Zoom Player, ...), or better: analyze it using GSpot, which will reveal you the codecs required.



the mail problem

in terminal, how do I access the /applications menu. when I typed "/Applications" it just said something like "Applications is a directory" and didn't show the contents or anything

You didn't happen to simply remove the application from the dock?

in the terminal, just type:
Code:
ls -l /Applications

or (to look for Mail):
Code:
ls -l /Applications | grep -i mail
 

Knocksious

Sweet, I got 2 little green bars!
Reaction score
46
>Did you unlock the configuration dialog, so you're allowed to make changes?

Yes

>Does it only happen on that movie or any other you try to play?
any .avi


>You didn't happen to simply remove the application from the dock?
heh, nope. It is still "there" but it won't launch and the icon is that default "application" icon

>in the terminal, just type:
I did that and got:
Code:
-bash: 1s: command not found
 

Knocksious

Sweet, I got 2 little green bars!
Reaction score
46
haha :eek:

well it looks like it is still technically ON the hard drive, but it still isn't running

maybe it's time for the genius bar
 

enouwee

Non ex transverso sed deorsum
Reaction score
240
haha :eek:

well it looks like it is still technically ON the hard drive, but it still isn't running

maybe it's time for the genius bar

I guess, you joined this "club":
http://discussions.apple.com/thread.jspa?threadID=1074178&tstart=0
Maybe monitor the thread on the Apple forums, as all your problems could have been caused by an update.


Try running the Mail application from the terminal. Does it output any error messages, like "Segmentation fault" ( :p ) or complain about missing or incompatible libraries?

Just type the following in the terminal (if I recall the filename correctly):
Code:
/Applications/Mail.app
 

enouwee

Non ex transverso sed deorsum
Reaction score
240
I get this
Code:
-bash: /Applications/Mail.app: is a directory

I guess I should have looked more carefully at the output :p

The executable seems to be located here:
Code:
/Applications/Mail.app/Contents/MacOS/Mail

If that's not the case, try to locate all the executables within that directory and the one that comes closest to "Mail":
Code:
find /Applications/Mail.app -type f -executable
 

Knocksious

Sweet, I got 2 little green bars!
Reaction score
46
this is how the whole dialog went
Code:
BIHG-IMAC:~ jerrydreessen$ /Applications/Mail.app/Contents/MacOS/Mail
-bash: /Applications/Mail.app/Contents/MacOS/Mail: Input/output error
BIHG-IMAC:~ jerrydreessen$ find /Applications/Mail.app -type f -executable
find: -executable: unknown expression primary
BIHG-IMAC:~ jerrydreessen$
 

enouwee

Non ex transverso sed deorsum
Reaction score
240
this is how the whole dialog went
Code:
BIHG-IMAC:~ jerrydreessen$ /Applications/Mail.app/Contents/MacOS/Mail
-bash: /Applications/Mail.app/Contents/MacOS/Mail: Input/output error

That I/O error doesn't look good at all. Two hints have been given so far in the Apple forums: one suggests an application called "Cocktail", the other backing up the data and restoring the OS.

I'd rather contact Apple Support first: mention that "Input/Output error". If a recent update/patch is involved, they'll be able to provide a solution. Your Mac didn't crash recently, possibly ending up with a partially corrupted filesystem?


BIHG-IMAC:~ jerrydreessen$ find /Applications/Mail.app -type f -executable
find: -executable: unknown expression primary
BIHG-IMAC:~ jerrydreessen$ [/CODE]
Oh well, the BSD tools aren't as complete as the Linux ones.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top