Error: "Audio configuration contains unknown items"

After a few sessions I did on a song I get this error message. The song continues to work. But from time to time this error appears.
What does it mean? And how can I eliminate it?

Maybe this happen bacause you put many additional info in your "Aple discussion" profile about the software that you use, but we can also say you the same as Logic message:
your detailed "Audio configuration" profile info contain a "unknow item"
Whitch is your audio interface?
G
PS: anyway, try to trash Logic preferences.

Similar Messages

  • Error message in Logic "audio configuration contains unknown items"

    I am using Logic Studio with an apogee Duet and Mac Book Pro.
    So far I love the apogee duet for it's simplicity and sound. I have
    however started to receive this error message working with Logic Studio,
    almost anytime I start a new track, add a plug-in or instrument, etc.
    "Audio Configuration contains unknown items"
    It did not do this from the very beginning but started after a few
    sessions. I have tried re-installing the driver disc for the Duet but it still happens.
    when it does pop-up i can click the ok box and after clicking several times
    it will go away and let me proceed.
    Could anyone please advise me.
    thank you very much.

    Maybe this happen bacause you put many additional info in your "Aple discussion" profile about the software that you use, but we can also say you the same as Logic message:
    your detailed "Audio configuration" profile info contain a "unknow item"
    Whitch is your audio interface?
    G
    PS: anyway, try to trash Logic preferences.

  • Audio Configuration Contains Unknown items

    Has this issue been resolved ?? I have been using Logic Pro 9 for 3 years and yesterday I encounter this issue. Been searching all over the internet and seems like there are lots of questions out there but I did not see any resolution ?? Thought I will post it here. I even ran Logic Pro in 32 bit mode. I usually run in 62bit, but nothing has changed. Please help !!!

    Hey,
    We have related problem...we have a project we started in Garageband '08 that developed "audio configuration is damaged" alert that leads to an ""audio configuration contains unknown items" alert after hitting ok. We have a Mackie Universal Control hooked up to our setup. We tried to load the project into Logic Studio, but the same messages pop up. In Garageband you can click past it repeatedly and get back to your project, BUT in Logic you can never get past the messages, and you have to force quit. Not sure if the Mackie control board caused this problem...don't have a solution yet and have not figured out how to extract the pieces of the Garageband project into a new project.
    HELP!
    Thanks,
    Chaz

  • Ffmpeg ERROR: audio conversion failed: Unknown encoder 'libmp3la

    While i use youtube-dl script with -x --audio-format mp3 option i get this error:
    ERROR: audio conversion failed: Unknown encoder 'libmp3lame'
    [bahaa@Bahaa ~]$ pacman -Qs lame
    local/lame 3.99.5-2
    A high quality MPEG Audio Layer III (MP3) encoder
    local/twolame 0.3.13-7
    An optimized MPEG Audio Layer 2 (MP2) encoder
    [bahaa@Bahaa ~]$

    teckk wrote:
    If you are trying to dump the audio from a youtube video with ffmpeg, and encode it to .mp3, troubleshoot what isn't working the way you wish.
    Start by seeing if youtube-dl is working.
    You can get the formats the video is available in with:
    youtube-dl -F http://www.youtube.com/watch?v=123456789
    You can usually get audio only using
    youtube-dl -f 140 http://www.youtube.com/watch?v=123456789
    That will be .aac or .m4a audio
    You can leave it like that or to reencode to .mp3
    Check if ffmpeg is working.
    ffmpeg -i file.m4a -c:a libmp3lame -b:a 128k Oufile.mp3
    Or if you have a video file that you want to dump the audio from into .mp3
    ffmpeg -i file.mp4 -vn -c:a libmp3lame -b:a 128k Outfile.mp3
    If you get an error about lame then check if lame is installed
    pacman -Ss lame
    Post if ffmpeg works ok for you.
    [bahaa@Bahaa ~]$ youtube-dl -F https://www.youtube.com/watch?v=MzjOPtInf1c
    [youtube] Setting language
    [bahaa@Bahaa ~]$ youtube-dl https://www.youtube.com/watch?v=MzjOPtInf1c
    [youtube] Setting language
    [youtube] Confirming age
    [youtube] MzjOPtInf1c: Downloading webpage
    [youtube] MzjOPtInf1c: Downloading video info webpage
    [youtube] MzjOPtInf1c: Extracting video information
    [download] Destination: Why Do We Blink-MzjOPtInf1c.mp4
    [download] 100% of 36.64MiB in 00:49
    [bahaa@Bahaa ~]$ ffmpeg -i Why\ Do\ We\ Blink-MzjOPtInf1c.mp4 -vn -c:a libmp3lame -b:a 128k Outfile.mp3
    ffmpeg version N-66269-g5eef704 Copyright (c) 2000-2014 the FFmpeg developers
    built on Sep 14 2014 16:02:01 with gcc 4.9.1 (GCC)
    configuration:
    libavutil 54. 7.100 / 54. 7.100
    libavcodec 56. 1.100 / 56. 1.100
    libavformat 56. 4.101 / 56. 4.101
    libavdevice 56. 0.100 / 56. 0.100
    libavfilter 5. 1.100 / 5. 1.100
    libswscale 3. 0.100 / 3. 0.100
    libswresample 1. 1.100 / 1. 1.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Why Do We Blink-MzjOPtInf1c.mp4':
    Metadata:
    major_brand : mp42
    minor_version : 0
    compatible_brands: isommp42
    creation_time : 2014-10-17 18:20:58
    Duration: 00:02:51.34, start: 0.000000, bitrate: 1793 kb/s
    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1599 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
    Metadata:
    handler_name : VideoHandler
    Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s (default)
    Metadata:
    creation_time : 2014-10-17 18:20:59
    handler_name : IsoMedia File Produced by Google, 5-11-2011
    Unknown encoder 'libmp3lame'
    [bahaa@Bahaa ~]$ pacman -Ss lame
    extra/lame 3.99.5-2 [installed]
    A high quality MPEG Audio Layer III (MP3) encoder
    community/flam3 3.0.1-4
    Tools to create/display fractal flames: algorithmically generated images and animations
    community/toolame 02l-10
    An optimized mpeg 1/2 layer 2 audio encoder
    community/twolame 0.3.13-7 [installed]
    An optimized MPEG Audio Layer 2 (MP2) encoder
    [bahaa@Bahaa ~]$

  • Error Audio configuration

    When i try to open itunes
    it says
    "Itunes Cannot run because it has detected a problem with your audio configuration
    any help would be appreciated

    That one is most commonly caused by a problem with your QuickTime. (iTunes uses QuickTime for audio playback.)
    The following document may be of some assistance:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem

  • Price error in billing contain 3 items

    dear Guys,
    i created sales order with one item with quantity 3 and i created delivery for it successfully
    but when try to create billing system appears item on 4 lines and appear pricing error in first line and system accept save billing but i can't release accounting for this billing

    Dear TW,
    yes, i am working on test server
    be note that i using Batch for material so this item has 3 batches but am not using WM for this plant
    kindly, find the screen shoots

  • Error message:Material document contains no items (order: 40000004 item: 00

    Good Day SAP expert,
    I have facing an error message on Material document contains no items (order: 40000004 item: 000010) & Message no. /DBM/COMMON286.
    This error happen when I want to create Good Issue with action QGIS (Create Goods Issue (DBM)).
    Steps that I create vehicle order:
    1.     Go to /dbm/order01 and select 3010 u2013 Vehicle Order based on Model
    2.     Then I create for a new customer with model sales code
    3.     I save the vehicle order in DBM.
    4.     I go to VELO to create vehicle on Peugeot model sales code and create PO, good receipt and incoming invoice.
    5.     Then I use action QDBM to enable vehicle to DBM.
    6.     I assign the vehicle (DBM) to my vehicle order (created based on model).
    7.     The assignment is successful; therefore I would like to do Good Movement (good issue). Error : Material document contains no items pop up.
    8.     I have try with create VELO, assign QDM and create 3000 u2013 vehicle order, Good Movement able to perform.
    I apply snote 1527931 - Problem with reading of document flow on nonunicode systems.
    Its doesn't work, system say still say that material document contains no items.
    is it advisable change error message to warning message?
    Please advice.
    Thanks
    regards,
    ng chong chuan

    I am not sure but this coudl be reason.
    You have created a vehicle but you have not created the purchase order and Goods Recipt for the Vehicle, means the VEHICLE IS NOT IN YOUR INVENTORY
    First check whether the vehicle is in inventory or not, if not then not possible to do Goods issue.

  • While importing clip getting error "The file contains too many audio channels" in premiere pro cs5

    Hey,
    I  am using video clips from sony digital hi8 camera and trying to import  video clips (.mov) 720*480  fps 29.97 .But unable to get into premiere  pro cs5.System configuration:
    MAC 10.6.4
    2.66ghz intel core i7
    4gb ram
    nvidia geforce gt 330 mn.
    Error :
    Actually ,i have checked the inspector panel and i found same infomation in
    in this panel for both clips .please check these clips screen shoots seprately .
    Actually i have a long video clip and i have scatterred this clip into 6 diffrent portions
    where i am not able to import the last video clip.It is giving me same error "file contain too many audio channels"".
    Regards
    Manoj

    I too am getting this error in Premiere CS5.  I was digitizing a Broadcast VHS and since I did not have a breakout box, I hooked it up to a Sony DV deck so I could connect via firewire and capture inside Premiere.  I was able to capture and import 1 of the 3 clips and it did have 4 audio channels attached to it.  However, upon closer inspection only 2 channels had a waveform.  I captured the other 2 clips the same way, but this time, Premiere give the error "The file contains too many audio channels." 
    Any ideas?

  • I just moved my itunes library from a win 7 computer to a win 8.1 computer. Getting an error message "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly. Can't play CDs or get audio file from web!

    Help! I just moved my itunes library from a Win 7 computer to a new Win 8.1 computer following the instructions on the itunes website. Everything is good except I'm getting an error message on the Win 8 computer if I try to play a CD or get an audio file off of the internet. I get an error message that says "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly. I don't know where to look for or fix the audio configuration on the win 8 computer. As far as I can tell the iTunes configuration looks the same as on the other computers in the house. At this point I don't dare plug my ipod touch into the Win 8 computer for fear it will get messed up.

    I have the same problem and I know that it is due to my PCI Audio driver not being compatible with WIndows 8.1.
    iTunes isn't the only program that can't direct sound to the built-in speakers anymore. The obvious solution would be to update the drivers, but unfortunately Dell does not provide an updated driver for my model, so I am stuck with that.
    However, saying that, only my laptop speakers are affected by this. I can use sound fine on applications where I can choose the output device and direct sound to the head phones, but for some reason iTunes does not let you choose the audio device manually.
    To listen to music I imported the iTunes Library in Windows Media Player and changed the audio output using the following instructions: http://windows.microsoft.com/en-us/windows7/c00d11ba
    However, I would also like to rent movie's from iTunes, 
    Would be great if iTunes would let you choose the output device, too, like most other applications using sound  from Skype to Windows Media Player,...

  • Error message after upgrade to iTunes 11: "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly."  At this point my PC running XP loses all audio.

    Several attempts to upgrade to iTunes 11 have failed.  After an upgrade to 11 the error message reads: "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly."  At this point--after the upgrade to iTunes 11--my PC running Windows XP loses audio playback for all functions--in iTunes, in the browser and the volume icon disappears from the System Tray.  Only by removing iTunes 11, and then using System Restore to turn back the OS settings can I return the PC to normal functioning.
    I did that.  I reinstalled iTunes 10.5.  Everything seemed fine, but when I try to plug in and copy a CD to my iPhone 4S an error message reads roughly: 'iPhone 4S requires iTunes 10.5 or higher to work.'
    What might be the problem with my audio configuration?
    Why doesn't my iPhone 4S work with iTunes 10.5?  It used to work with iTunes 10.5.
    Please advise.
    ep

    This forum is for questions about iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes for Windows forums.
    Regards.

  • 'Document does not contain any items' error while posting GR from BAPI

    Hello Friends,
    I am trying to post GR from BAPI 'BAPI_GOODSMVT_CREATE' but some time it post successful and some time it does not post..gives error 'Document does not contain any items'....i have search all option but did not get any solution why this error is coming....kindly help me if you have any information regarding that.
    The strange thing is i have alrady posted GR with some test data and later on again am trying to post GR with same test data but it is giving error as above.
    For your information...i am using enhancement spot in standard program for GR posting...could it give any problem.
    Regards,
    Rajkishor.

    Solved by my self...problem was i were using enhancement spot in standard program because of this it was creating problem have search new enhancement spot and put my code out there now it is working fine.
    Thanku very much all of you for your reply.

  • Data Load Error - Unknown Item

    Under the advisement of an Oracle engineer our users were instructed to export the data from one of their DBs using "Level 0 Data", and then import the data back into the database. This process was needed in order to allow us to restore compression on our DBs as it had been lost during a patching process.
    In any event,
    I've exported the data to a .txt file and now I am attempting to load the file back into the database. I am receiving the below error:
    Parallel dataload Enabled: [1] block prepare threads, [1] block write threads.
    Unknown Item[-1. #IND] in Data Load, [360639] Records Completed.
    Unexpected Essbase error 1003000
    I did some searching on the web and located a discussion topic dealing with this type of an error. Id indicated that the error was related to an attempt to write a value to the DB that does not have a corresponding "table" in the DB. I 'kind of see' that from the error message, but I don’t understand how it could be occurring if the data export and import are occurring on the exact same application DB.
    Any assistance would be greatly appreciated.
    Thanks!

    It is a planning database, if so log on my oracle support and have a read of -
    Error "1003000 Unknown Item [1.#QNAN] or [-1.#IND] in Data Load, [xxxx] Records Completed" [ID 961934.1]
    Even if it is not there is invalid data that has been exported.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem each and every earphone am inserting goes unusable

    When I connect my I pod shuffle to USB it shows an error message - " I Tunes has deducted a problem with your audio configuration. Audio/Video playback may not operate properly" due to this problem whenever i connect  earphone each and every earphone gets un usable. Already made a factory reset. please arrange for a rectification.. :'(

    Hi Ganeshpandianm,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes for Windows: iTunes cannot run because it detects an issue with QuickTime
    http://support.apple.com/kb/TS1371?viewlocale=en_US
    "iTunes cannot run because it has detected a problem with your audio configuration"
    Cheers,
    - Judy

  • Itunes will not open b/c of Audio configuration error

    Itunes will not open. Get error saying "Itunes cannot run because it has detected a problem with your audio configuration." Whats weird is that I haven't changed anything since I last used it (yesterday night). What should I do?
      Windows XP  

    I had the same problem and had just recently upgraded quicktime. When I followed the instructions on this thread I also made sure the version of Quicktime I installed matched my iTunes version. You might try that.
    It did work for me. I'm wondering if the update to Quicktime caused my problem.

  • Loading 7.1.1 error message -  "detected problem with audio configuration"

    I have deleted Quicktime and reloaded iTunes and keep getting the same error message about the problem with the audio configuration. I have removed iTunes completely and re-installed it and still get the same message. I have used the Windows cleaner program to remove all elements of Quicktime and still no resolution. Please help!

    I have the exact same problem. Im running vista business on my vaio. itunes has been working on this computer for at least two months now flawlessly and just today this message showed up. If you find a solution email me and i will do the same if i find one.

Maybe you are looking for