Applescript error problems

I'm not too familiar with applescript. I've never used it much to create my own scripts (other than an automated script to log onto my server when I boot). Suddenly many of the small, free programs I use give applescript errors when starting up and then shut down (programs like cacheoutX, fetchart, etc). My wife's user account on the same computer works fine (no applescript errors when using these same programs). How do I fix/reinstall applescript? If no one knows how, is there an easy way to reinstall my own user account (I'm the admin and original user account)? I'm getting sick of this and it's one of the first big headaches I've had with OS X that I haven't been able to find an easy fix for. Please help! and thanks so much...
-Dan
p.s. The appelscript error is "NSRecieverEvaluationScriptError: 4 (1)"

Dan,
Brute force is not the solution.
Let's try the following:
1. Remove the applescripts that don't work: Script-scroll-thingy > Open Scripts Folder > User Scripts folder > delete non-functional scripts from it.
Check for duplicates of the non-functioning scripts in the Library Scripts folder.
Now delete the applescript .plist.
Delete trash.
Restart to rebuild the plist.
Run an Applescript to test. Does it work?
Yes: Add back your Applescripts one at a time and test them individually.
No: Use Cocktail or Onyx to clean your caches and try again.
-Wayne
PS When this is sorted, please make yourself an ordinary user. First, create an admin profile just for updates and installation. You should do this because it's far easier to bork your Mac from an admin profile than from a user profile. Unlike the convicted monopoly OS, OS X will nicely ask you for the admin user/password when it wants to do things to your system that are inherently dangerous. If you're cautious enough, you should never have to log into the admin profile. Just remember to give it a non-"admin" user name and use a strong password.

Similar Messages

  • Applescript error 600

    I keep getting an Applescript error -600.........application isn't running.  When I click on "ok" Cocktail opens and runs pilot.  The script is then gone but eventually comes back.  Is there any way to stop this error from appearing?
    Thanks for helping.
    Ron

    That error was reported as a Cocktail error in pre- 6.3 versions. (See: fixed problems with a -600 error)
    Try uninstalling Cocktail to see if Cocktail is causing the error.

  • AppleScript error -609 in Automator workflow

    I created an AppleScript on one computer and incorporated it in an Automator workflow. The script works perfectly well stand-alone or as part of the workflow.
    Then I copied both files to a headless computer via VNC. I adjusted the workflow to look at the new location of the script, and the script itself to look at the new location of the file it's processing. Now, on that second computer, the script works perfectly well by itself, but I get AppleScript error -609 Connection Is Invalid if it's run from the workflow.
    For testing purposes I reduced the script to its simplest expression:
    tell application "Finder"
    end tell
    and it's still generating the error.
    Strangely, from the workflow the full script does what's it's supposed to, but the workflow stops because of the error. The error appears even if this script is alone in the workflow. Does anybody know what it means?

    That error means that the script wasn't able to communicate with the targeted application properly, which can happen if the application crashes while the script is running. If that error doesn't cause any problems, it's appearance can be suppressed:
    try
    (your code)
    on error number -609
    end try
    This construct will not execute any code on or after the line which produces the error.
    (32099)

  • Connecting with Bluetooth--AppleScript Error

    My current internet connection is through my mobile company here in Italy while studying abroad using the bluetooth of my phone. There's a program that I have to run from the company to connect, and the first few days after installing Leopard I was able to still connect, but with several glitches (i.e. locking up, my menu bar freezing in the connection, time, and power area showing the pinwheel when I hovered over it) and this caused me to have to force my laptop to shut down by holding the power button on several occasions.
    Now when I open the program, as it is loading the phone information and taking control of the network settings, I am greeted by a message saying, "The application FMM3MYIC quit unexpectedly." offering me to ignore, report, or relaunch. Both ignoring and relaunching lead to a second message saying (translated from Italian) "AppleScript Error: The localconnectionstatus variable is not defined. (-2753)" Ultimately this leads me without a connection.
    Any hints as to why it was running fine before and not now? I've recently installed the two latest updates thinking that might help and deleted the files as well as re-installed the program.
    I know nothing really about scripts, but would it be possible to edit the script for the program. Any help would be great--I went to a local Mac store (not an official one--just a support and sales place) here in Milan and they were really of no help. His suggestion was to run DiskUtility, which did me no good. Anyway thanks in advance.

    Could you verify a couple of things please?
    Are the 64-bit desktop and 32-bit laptop both paired to the same Nokia 5800, and are they used in such a way that both computers could be connected via Bluetooth to the 5800 at the same time? You should verify that the previous Bluetooth connection is turned off before using another. This can be done for example by disabling the bluetooth dongle from the other computer. It could be said that Ovi Suite doesn't support connecting to a mobile phone from multiple computers.
    Are you able to pair your Nokia 5800 with the Toshiba laptop at all? Or did I understand the problem correctly, that after restarting the Mobile device, it can be connected to the laptop? If it is a pairing problem, you could try pairing the device outside Ovi Suite by using the Microsoft Bluetooth stack directly.
    If the problem is not one of the above mentioned, and it persists, it could help if you post the following information to your reply (from Ovi Suite):
    Help->About->System Information->Copy text to clipboard

  • No sound -- AppleScript error

    I don't have sound on my iMac G5 running OS 10.5.8
    This problem just developed recently, but I think it relates to a little program I installed a long time ago called psst! (it's supposed to make the startup chime quieter) I also recently installed a newer version of Finale (Finale 2011) that I was using to play midi sounds through my internal speaker.
    When I shut the computer down I see a error message with an icon from psst. The error reads:
    AppleScript Error
    Can't make missing value into type integer. (-1700)
    I tried turning off psst!, but I can't because the same error message comes up. I tried removing Psst! to the trash, but that didn't help. I installed a new version of Psst! and that didn't fix the problem either.

    Turns out that I found the answer to this question in an iMac G5 discussion. It appears that I was correct in assuming a program messed up my sound settings. When that happens, the easiest and quickest way to return them to normal is to open up and use Garage Band and have it make some sound. At least, that just worked for me! I guess Garage Band takes charge and puts things in their proper places.

  • Serious Unarchive and Applescript Errors

    I have run into a little problem.
    After cleaning up some of my applications, something went weird and I can not unarchive a file using the OS BOMarchivehelper and several applications give me applescript errors.
    When I try to unzip a file, I get this error:
    Unable to unarchive: "CoreDuoTemp.zip" into "Downloads". (Error 32 - Broken Pipe.)
    When I use another app to unzip the coreduo app, and attempt to run the app I get this error:
    AppleScript Error
    sh: line 1: top: command not found
    sh: line 1: grep: command not found
    sh: line 1: cut: command not found(127)
    another app brings up:
    sh: line 1: defaults: command not found(127)
    I have googled these errors and nothing useful has come up. If anyone has any ideas as to how get these two portions of the OS to function properly (without reinstalling), I would greatly appreciate it.

    There are at least 3 possibilities here as all those commands are in the /usr/bin/ folder with Mac OS X 10.5.1
    1. You've deleted the /usr/bin folder or maybe just reset it's permissions.
    2. You've deleted or munged the setup file (probably bash.rc or profile.rc) for the shell you're using so that it isn't setting the "path" variable correctly. Execute "echo $PATH" in terminal to show it. It should contain several colon separated posix paths and appear something like this -
    /bin:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sb in
    3. If you are in single user mode, you haven't typed in the full path to the commands i.e. "/usr/bin/defaults"
    Try "/usr/bin/whereis top" in your shell to see if it exists. If it doesn't return a path to the command or otherwise errors, you might want to re-install the Mac's OS as you may have a lot of stuff missing. If it does return a path then it's either item 2 or 3.
    Note: As "whereis" is also located in /usr/bin it will not work if the folder is gone or damaged.

  • AppleScript Error Codes

    If this isn't a FAQ, it should be (but there doesn't seem to be a FAQ for this topic, and searches fail).
    The question: Where can I find a list of AppleScript Error Codes.
    This simple bit of code
    tell application "Oracle Calendar"
    activate
    end tell
    Started generating a -10660 error, and it took me longer than it should have to discover that the script was pointing at the old version of the application that I had in the trash, and not the new version that replaced it. Easily remedied once I knew what the problem was.
    So, is there a canonical link out there with AppleScript error codes?
    Thank you.

    HD,
    Deeply impressed by your detective work on this error code. Wonder if you can help me with another.
    I am scripting Filemaker using 'do applescript steps'. Once the AS is done i pass back info by using AS to tell FM to set one of its own fields. So for more clarity -
    IN FM
    Call Filemaker script
    Call Applescript script
    tell filemaker to set a field to the value of an AS variable
    end Applescript script
    end Filemaker script
    and sometimes i get a -10011 Error on that Filemaker setting field step. The error message is "Data being accessed by another user,script or transaction". Can you throw any light ? (more details here)
    No one else is using the db or even logged on at the time of these errors.
    Thanks

  • APPLESCRIPT ERROR 10827-3RD PARTY BRATTOO-W/IPHOTO

    AM USING A 3RD PARTY APP BY BRATTOO---THUMBNAIL ERADICATOR AND DUPLICATE ANNIHLATOR-ALL WAS WORKING FINE UPTIL A FEW DAYS AGO-NOW WHEN I OPEN THE APP TO USE I get a applescript error-10827 and I can't use the app. Brattoo says its a very strange error message and basically don't know what to do. I put my snow leopard disc in and used the disc utility to repair sys. that seemed to work for a while, but this am. I am back to the same problem.I trashed prefs on the app and on i-photo.
    any ideas out there????
    Dickster------------

    I didn't actually read your message after I saw that you were using a capitals.
    Now after reading this time I would suggest that you send use the strange error message.
    While it might seem strange to your eye, it just might be meaningful to someone here.
    Allan

  • Automator Workflow returns Applescript Error.

    I recently created an automator workflow that will allow me to play an internet radio station without opening a browser. The workflow is…
    • Get Specified URL's (with the radio station's live streaming URL)
    • Website Popup (displays a window that plays the radio station)
    Simple enough. And it worked fine.
    So I thought, let's make this more useful. Let's add a second URL to the "Get Specified URL's" action, and options "Show this action when the workflow runs." Then I can select the radio station I want to listen to from the list.
    Now, when I run the workflow, I get the list of URL's to select from. When I click to select one, I get an "Applescript Error. AppleEvent Handler Failed -10000. That's the whole message. Nothing else.
    Now, this still works. When I click "OK" the workflow continues, brings up my popup window, and plays my radio station. But it's just an annoyance to have that AppleScript Error message pop up. Even more strange, (IMO) is that fact that if I leave both radio stations selected, there is no AppleScript Error, and my workflow defaults to the first radio station.
    BTW, the workflow is only these two automator actions. I did not add any Applescript of my own. And it's definitely the first action that's generating this message. It's the "click" that generates that message.
    Any ideas?

    Actually, I was referring to it's use in this case, since you are only going to select one item from the list - it isn't set up very well for selecting individual items. The resulting list should really be limited to one item, since allowing multiple selections might get interesting, but there isn't a handy way to do that. Using "Open URL" isn't a very good option either, since it leaves the workflow running.
    The error seems to be related to the checkboxes, so you might try an end run by using the *Choose from List* action, which doesn't have the problem:
    1) *Get Specified URLs* -- don't show the action when run
    2) *Choose from List* -- make the selection here
    3) *DIsplay Webpages*

  • I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5. I am receiving an error problem when doing the following -  I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive whe

    Hi, I am having a little trouble with exporting images to another drive and Catalogue and need some help if anyone can give me some advice
    I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5.
    I am receiving an error problem when doing the following -
    I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive where a Lightroom Catalogue has been created. In this Catalogue I have arranged for the images once exported to be moved to a different folder - I used the Auto Import process under the File dialogue box.
    When processing the Export I receive an error message for each of the images being exported indicating the following -
    Heading Import Results
    Some import operations were not performed
    Could not move a file to requested location. (1)
    then a description of the image with file name
    Box Save As                                  Box  OK
    If I click the OK button to each image I can then go to the other Catalogue and all images are then transferred to the file as required.
    To click the OK button each time is time consuming, possibly I have missed an action or maybe you can advise an alternative method to save the time in actioning this process.
    Thanks if you can can help out.

    Thank You, but this is a gong show. Why is something that is so important to us all so very, very difficult to do?

  • Error "Problem occured locking WS object" while activating Proxy

    Hi All,
    I have move an Inbout proxy to a different Client(QA system) and in QA system that proxy shows incative.
    When i tried to activate that proxy/service in Sproxy, getting error "Problem occured locking WS object".
    Proxy was active in development system and was working fine without any error.
    Please provide some help, what need to be done to fix this issue
    Thanks
    Harshit

    Hi Harshit,
    Try with the following steps in sequence:
    1. Re-genarate the proxy in Development - Create a New Transport Reuest.
    2. Transport the Proxy from PI Dev to PI OA
    3. Confirm the Proxy in PI QA and then, transport the re-generated Request from ECC Dev to ECC QA.
    Regards,
    Pranav.

  • Error "Problem building schema" while invoking external webservice

    Hi,
    I have following problem:
    I created 2 BPEL processes.
    One of these processes should be called from the other as a partnerlink.
    When I create the partnerlink, pointing to the deployed wsdl, I get following error "Problem building schema" when I try to access the input variable that was created by the invoke activity.
    I have tried a lot of things but keep on getting this error.
    When I create a new, empty BPEL process, and do exactly the same it does work!
    any help would be greatly appreciated.....

    Hi,
    I have given this URL 'http://ws.cdyne.com/WeatherWS/Weather.asmx?WSDL'.
    Now it is showing the following error
    Exception occured in library handler.Not implemented.
    Exception of class CX_SIDL_INTERNAL_ERROR
    Please have a look into it
    Regards,
    Dhana

  • Trying to batch print to postscript and getting AppleScript Error!

    Here is the script as copied from Script Editor:
    -- make a variable for the print settings to use:
    set thPrintSettings to "Publishers PDF standard"
    global thPrintSettings
    -- initially, we'll allow for picking destinations at script start
    set targetFolder to choose folder with prompt "Location for PDF files..."
    global targetFolder
    set varBasename to "CTB"
    tell application "Adobe InDesign CS3"
    -- Environment test: We want 1 book, no documents open:
    try
    get document 1
    display dialog "Please run this script without any documents open (except one Book)" buttons "OK" default button 1
    return
    on error
    -- we must be good to go, no documents open
    end try
    try
    set thBook to book 1
    on error
    display dialog "Please open an InDesign Book to use this script" buttons "OK" default button 1
    end try
    if modified of thBook then
    display dialog "This Book has been modified. Do you want to continue running the script?" buttons {"Cancel", "Yes"} default button 1
    end if
    tell thBook
    set countOfThBook to (count of book contents)
    set thContentsList to (full name of book contents) as list
    end tell
    -- return {countOfThBook, thContentsList}
    set user interaction level of script preferences to never interact -- avoid any dialogs (for printing or saving)
    set n to 0
    repeat with j from 1 to countOfThBook -- loop through book's documents
    set thDoc to item j of thContentsList
    open thDoc
    tell active document
    repeat with c from 1 to (count of every ink)
    tell ink c
    set convert to process to true
    end tell
    end repeat
    set myName to varBasename
    repeat with i from 1 to count of pages -- loop through book's pages
    set y to name of page i
    set n to n + 1
    tell print preferences
    set page range to y --page range sets which page(s) to print
    set active printer preset to thPrintSettings
    set print file to alias ("" & targetFolder & myName & "_" & n & ".ps")
    end tell
    print --without print dialog
    end repeat
    close saving no
    end tell
    end repeat
    end tell
    Every time I try to run it I get the following error:
    AppleScript Error
    Adobe InDesign CS3 got an error: Invalid parameter.
    Help!!!

    On 2/12/08 1:52 AM, "Jaime C. Starkey" <[email protected]> wrote:<br /><br />> I replaced the "set active printer preset" line to "set thPrintSettings to<br />> printer preset "CTB"<br /><br />No -- you should leave the "set active printer preset to thPrintSettings"<br />line as it was. The line you need to change is "set thPrintSettings to<br />"Publishers PDF standard"" -- that's where you need to insert "printer<br />preset".<br /><br />-- <br />Shane Stanley <[email protected]><br />AppleScript Pro Florida, April 2009 <a href=http://scriptingmatters.com/aspro>

  • I'm a character error problem in firefox. How can I solve.

    I'm a character error problem in firefox. How can I solve.

    Hello haruntt, please be a little more specific about the issue. In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • MPD: ERROR: problems opening audio device

    Since a day, maybe a little more, mpd is troubling me. When I use mpc, I get the error
    ERROR: problems opening audio device
    This is my mpd.conf
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/home/adriaan/Music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "/var/lib/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "/var/lib/mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "/var/log/mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "/var/run/mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "/var/lib/mpd/mpdstate"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "adriaan"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    group "users"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    #bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    #port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    device "hw:0,0" # optional
    # format "44100:16:2" # optional
    # mixer_type "hardware" # optional
    # mixer_device "default" # optional
    # mixer_control "PCM" # optional
    # mixer_index "0" # optional
    #audio_output {
    # type "alsa"
    # name "Sound Card"
    # options "dev=dmixer"
    # device "plug:dmix"
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"

    milso wrote:
    type "alsa"
    name "equal"
    device "default"
    format "44100:16:2" # optional
    mixer_device "default" # optional
    mixer_control "PCM" # optional
    mixer_index "0" # optional
    I have mine set to plug:plugequal as I use an equalizer with alsa, but when I set it to default it works fine, try that.
    That didn't work out.
    Mr.Elendig wrote:Tell mpd to be more verbose. And check that mplayer -ao alsa whatever works.
    Here's the output of mpd -v
    listen: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
    path: path_set_fs_charset: fs charset is: UTF-8
    database: reading DB
    disabling the last.fm playlist plugin because account is not configured
    daemon: opening pid file
    daemon: daemonized!
    daemon: writing pid file
    Doesn't contain anything unusual.
    EDIT: oh, and mplayer -ao alsa works fine.
    Last edited by arthd (2011-02-09 15:14:09)

Maybe you are looking for

  • Buying Mac OS X 10.5 Leopard

    Hello, I am not sure this is the right place to place the question. As soon as Mac OS X 10.5 Leopard comes out I am buying a Macbook with this new software. The problem is that I have my beloved imac g5 with Mac OS X Tiger, but I want to update it to

  • Changing the Listener Port Number

    Hi RACers, I need to change the TNS listener port number from the default of 1521 (don't ask!). I'm on Solaris10/Oracle10g 10.2.0.3 using a 2 node cluster. I've tried editing the relevant files, bouncing everything and re-starting CRS, but that doesn

  • Passing multiple graphs to sub vi

    Hello, I'm rather new to labview and could use some advice.  My current project utilizes a for loop to create a graph for the I-V measurements of each sample solar cell (each plot is on a seperate graph).  Multiplexing is done externally via labview

  • No more Itunes, if you are on a mac G3- OSX 10.4.11?

    When i open Itunes ( 8.2.1)  I have no access to Itunes store.... to add podcasts or other functions the only option is to upgrade my Itunes  to version 10 ... which is not compatible with my hardware or operating system did i miss something?

  • Using youtube video with iMovie

    I had a video on my computer a while ago and i posted it on youtube. since then, i have been deleting unwanted files on my computer, and i accidentally deleted this video. how do i get this video onto my computer? i eventually need to burn the video