....'error code -39 has been returned by the audio driver'....

...Any ideas what this could be guys?
Keeps coming up in my session and I have no idea why!

http://docs.info.apple.com/article.html?artnum=55743
Type -39 error (Logical End-of-file reached during read operation)
The Macintosh was expecting a marker to show it where the end of the file is on the disk. That marker is either missing or is in the wrong place. A crash is the most common cause, however a disk error or corrupt file can also cause this.
Solutions: Recovering the file frequently fixes the problem. If it does not, make a clone of a backup, open the clone and try to import from the file that is giving the -39 error message.
In other applications, using an Import or Insert command from inside a new document frequently works around the problem. You also might move/copy the file to another volume.
If you get error -39s in combination with Apple loops, try this:-
"Apparently there is a problem with any Apple Loop samples less than 100MB in size that are set to "loop mode" - you have to go thru w/ the Apple Loop Utility and set them all to one shot mode. Takes a bit of time, but solves the problem."

Similar Messages

  • RDLC Reports with Custom Font - Error HRESULT E_FAIL has been returned from a call to a COM component.

    Hi,
    I got an ASP.NET MVC (Razor View Engine and C#) application running on a Windows Azure Web Role.
    I use RDLC local reports to create pdf files with printable price tags with respective barcodes.
    I got it working on Azure after installing the barcode font (TrueType) using a start-up task. Recently, it stopped working without me changing anything related to this functionality.
    I'm getting the following error and so far I didn't find any solution. I know the problem is the barcode font because the pdf is generated well with a standard font like Arial. Also, it works perfectly with barcodes when running the app
    locally on my computer. 
    Error HRESULT E_FAIL has been returned from a call to a COM component.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.]
    System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) +0
    Microsoft.ReportingServices.Rendering.RichText.TextRun.ShapeAndPlace(Win32DCSafeHandle hdc, FontCache fontCache) +1450
    Microsoft.ReportingServices.Rendering.RichText.TextRun.GetWidth(Win32DCSafeHandle hdc, FontCache fontCache, Boolean isAtLineEnd) +30
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.GetLine(Paragraph paragraph, TextLine line, Win32DCSafeHandle hdc, FontCache fontCache, FlowContext flowContext, Single left, Single right, Single height, Stack`1 lineRunsIndex, Stack`1 lineRunsCharIndex, Int32 lineIndents) +266
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.FlowParagraph(Paragraph paragraph, Directions direction, Win32DCSafeHandle hdc, Single dpiX, FontCache fontCache, FlowContext flowContext, Boolean keepLines, SizeF flowContextSize, Int32& contentOffset) +768
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.Flow(TextBox textBox, Win32DCSafeHandle hdc, Single dpiX, FontCache fontCache, FlowContext flowContext, Boolean keepLines, Single& height) +617
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.Flow(TextBox textBox, Graphics g, FontCache fontCache, FlowContext flowContext, Boolean keepLines, Single& height) +182
    Microsoft.ReportingServices.Rendering.RichText.TextBox.MeasureFullHeight(TextBox textBox, Graphics g, FontCache fontCache, FlowContext flowContext, Single& contentHeight) +759
    Microsoft.ReportingServices.Rendering.HPBProcessing.TextBox.CalculateVerticalSize(PageContext pageContext) +467
    Microsoft.ReportingServices.Rendering.HPBProcessing.TextBox.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +35
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +977
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.AddRowMember(TablixMember rowMember, Int32 colIndex, Int32 rowSpan, Int32 colSpan, LevelInfo childInfo, PageContext pageContext, Double updateWidth) +1104
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateRowMemberChildren(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, Int32 sourceIndex, Boolean resetContext, Boolean parentHasFooters, LevelInfo parentLevelInfo, PageContext pageContext) +4255
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateRowMemberChildren(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, Int32 sourceIndex, Boolean resetContext, Boolean parentHasFooters, LevelInfo parentLevelInfo, PageContext pageContext) +3657
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateTablixRows(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, List`1& pageStructMemberCell, Boolean ignoreTotals, Boolean& finishLevel, Boolean parentHasFooters, CreateItemsContext createItems, Double startInTablix, Double endInTablix, PageContext pageContext) +4341
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateTablixItems(Tablix tablix, PageContext pageContext, CreateItemsContext createItems, Double startInTablix, Double endInTablix) +239
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateVertically(PageContext pageContext, CreateItemsContext createItems, Double startInTablix, Double endInTablix, Double topInParentSystem) +374
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +662
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +977
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItemContainer.DetermineContentVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Boolean resolveState, Boolean resolveItem) +496
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItemContainer.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +281
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +977
    Microsoft.ReportingServices.Rendering.HPBProcessing.ReportSection.NextPage(RPLWriter rplWriter, Int32 pageNumber, Int32 totalPages, Double top, Double availableHeight, ReportSection nextSection, Boolean isFirstSectionOnPage) +1382
    Microsoft.ReportingServices.Rendering.HPBProcessing.Report.NextPage(RPLWriter rplWriter, Int32 totalPages) +384
    Microsoft.ReportingServices.Rendering.HPBProcessing.HPBProcessing.GetNextPage(RPLReport& rplReport) +437
    Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer.Render(Report report, NameValueCollection deviceInfo, Hashtable renderProperties, CreateAndRegisterStream createAndRegisterStream) +1021
    Microsoft.ReportingServices.Rendering.ImageRenderer.RendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream) +93
    My source code:
    LocalReport report = new LocalReport();
    // Rdlc file path
    report.ReportPath = Server.MapPath("~/Reports/PriceTags.rdlc");
    // Data source
    report.DataSources.Add(new ReportDataSource("productsDataSet", dataset1));
    // Some parameters
    ReportParameterCollection reportParameters = new ReportParameterCollection();
    reportParameters.Add(new ReportParameter("currency", "EUR"));
    reportParameters.Add(new ReportParameter("precision", 2));
    report.SetParameters(reportParameters);
    // FileContentResult GenPdf(LocalReport report, string filename)
    return GenPdf(report, "Price Tags");
    Any help on this issue would be welcome and sorry for any grammar mistakes.
    Thanks in advance.
    Vitor Pinto

    Hi Vitor,
    Thanks for your posting!
    It seems that the error may have more than one possibilities. I recommend you could try to use the Azure remote debugger to debug your cloud service project on Azure instance. Please see this tutorials:
    http://blogs.msdn.com/b/cie/archive/2014/01/24/windows-azure-remote-debugging.aspx
    You could debug your code using the cloud service URL.
    And you could enable the Diagnostics feature for collecting Logging Data by Using Azure Diagnostics (http://msdn.microsoft.com/library/gg433048.aspx).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error code 1 was returned by the audio driver :(  randomly!

    hey all! ive been getting this messege "error code 1 was returned by the audio driver" almost every time i try and merge tracks, bounce track in place, bounce region in place, or mixdown stereo regions per tracks. NOT when i do a real song bounce though. i feel like im noticing my computer is taking a long time to copy audio files into logic projects...i dont know if they are related though. but this error code 1 thing has been hapening CONSTANTLY. the thing is...nothing has changed. i havnt installed or changed anything on my system. its happening on ALL of my old projects, and MOST of my new ones. ive tried disabling all third party AUs and it still happens. do i have bad ram? a bad drive? do i need to reinstall everything? thanks so much in advance!

    Ok, I don't know if this solves your problem... but as for what was triggering the 'Error code 1' message on my computer... Here's the update.
    After much troubleshooting, the cause of this error in my setup was the Highpoint RocketRaid 2314 eSata PCIe card.
    The Highpoint RocketRaid driver is included in OS X 10.8 with no additional drivers / installers to run. However, it isn't compatible with the old driver when upgrading the kernel (ie. 10.6 - 10.8)
    I was bouncing to an external drive connected through eSata to the RocketRaid PCIe card... error message. Time Machine backup connected through eSata... error message. The drives were being dismounted rudely, or losing connection momentarily and reconnecting, resulting in the error messages.
    Here are the instructions from Highpoint tech support to manually uninstall the embedded driver, and then reinstall the old Snow Leopard driver for use in Mountain Lion (10.8)... which works as it's suppposed to.
    1.  Go the folder System > Library > Extensions >, look for the file HighPointRR.kext and delete that file.
    2.  Second, download the driver from the link below, then run the Un-install script to remove any previous installed driver.
    http://www.hptmac.com/productfiles/bios_driver/hptrr-mac106-driver-v11...
    Then re-install the driver, but do not reboot or restart the system.
    3.  Third, download the webGUI from the link below. And run the un-install script to remove any previous installed web GUI.
    http://www.hptmac.com/productfiles/WebGUI-Mac-v168-091120.dmg
    Then re-install the web GUI and reboot after installation is complete.
    Once the system has booted up, open a browser and type URL to log into web GUI.
    http://localhost:7402
    User Name: RAID
    Password: hpt
    I hope that this helps someone!

  • Error Code 1 was returned by the Audio driver

    Whenever I try to export a podcast to MP3 - using good quality, I get multiple errors. A little box pops up saying "Error Code 1 was returned by the Audio driver".
    In the saved file there is a short one second pause wherever that particular error has shown up.
    Has anyone experienced this error and knows of a solution? I am utterly clueless, not very experienced with Garageband at all...
    Thank you in advance!

    I'm getting this too, for the first time. I've got a project that I've used to publish a monthly podcast with and I've been opening, editing, and saving this project for a couple of years now.
    Now, with GB '09, I'm getting this error. Not pleased.

  • Every time i launch garageband i get this message "Error code 28773 was returned by the Audio driver."

    HI. I just got a new macbook pro 15".
    every time i launch garageband i get this message
    "Error code 28773 was returned by the Audio driver."
    when i hit record, the shaded area in GB starts to advance, but it doesn't record any sound, and when i hit the space bar, the recorded area disappears.
    anyone know how to fix this?
    I have installed BOOM, but i think that's the only extra sound software i have.]
    PLEASE HELP!
    thanks,
    mojoman22

    Please read this whole message carefully, especially the warnings, before doing anything.
    1. The changes to your configuration suggested here should be considered provisional; they may not solve your problem, or they may remove functionality that you find useful. If a third-party system modification that you want to keep is causing the problem, seek help from its developer.
    2. WARNING: Back up all data now if you haven’t already done so. Before proceeding, you must be sure you can restore your system to its present state, even if it becomes unbootable. If you’re not sure you can do that, STOP — DON’T CHANGE ANYTHING. If you’re dissatisfied with the results of the procedure suggested below, restore from your backup. I will not be responsible for the consequences, and I will not be able to help, if you ignore this warning.
    3. You should either remove or update the following system modification(s), if an update is available from the developer:
    Parallels
    and definitely remove at least the following:
    Boom
    † MacKeeper
    † VirusBarrier
    4. Whatever you remove must be removed completely, and (unless otherwise specified in this message) the only way to do that is to use the uninstallation tool, if any, provided by the third-party developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job. I can't be more specific, because I don't install such things myself. Please do your own research.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the web for the product name.) If you don’t find anything on the website or in your search, email the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    Again, please don't ask me to do this research for you. You can do it better than I can, because I haven't installed the product and I may not even know what it is.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    WARNING: Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.
    5. I recommend that you never reinstall the modifications marked with a dagger (†) above, if any. If your problem is resolved after uninstalling all the above modifications and rebooting, but you still want to use some of those not marked with a dagger, you can experiment with putting them back, one at a time, testing carefully after each step. Keep in mind that system modifications may be incompatible with each other or with future OS X updates, so it may not be clear which one is at fault.
    6. If you still have problems after making the suggested changes and rebooting, post again. Remember: if you don’t like the results of this procedure, you can undo it by restoring from the last backup you made before you started.
    Remove the "MacKeeper" crapware as follows.
    Note: These instructions apply to the version of the product that I downloaded and tested in early 2012. I can't be sure that they apply to other versions, nor do I intend to repeat the test.
    IMPORTANT: "MacKeeper" has what the developer calls an “encryption” feature. In my tests, I didn't try to verify what this feature really does. If you used it to “encrypt” any of your files, “decrypt” them before you uninstall, or (preferably) restore the files from backups made before they were “encrypted.” As the developer is not trustworthy, you should assume that the "decrypted" files are corrupt unless proven otherwise.
    In the Finder, select Go ▹ Applications from the menu bar, or press the key combination shift-command-A. The "MacKeeper" application is in the folder that opens. Quit it if it's running, then drag it to the Trash. A dialog will pop up asking why you want to uninstall it. You don't have to provide that information. Enter anything you like in the text box, then click the Uninstall button. All the functional components of the software will be deleted. That's the only useful feature of "MacKeeper:" it deletes itself. Reboot.
    Do not try to uninstall by dragging the MacKeeper icon in the Dock or the LaunchPad to the Trash.
    Here are some general suggestions. If you want your computer to be usable, don't install crapware, such as “themes,” "haxies," “add-ons,” “toolbars,” “enhancers," “optimizers,” “accelerators,” “extenders,” “cleaners,” “defragmenters,” “firewalls,” "barriers," “guardians,” “defenders,” “protectors,” most “plugins,” commercial "virus scanners,” "disk tools," or "utilities." With very few exceptions, this kind of material is useless, or worse than useless.
    The more actively promoted the product, the more likely it is to be garbage. The most extreme example is the “MacKeeper” scam.
    The only software you should install is that which directly enables you to do the things you use a computer for — such as creating, communicating, and playing — and does not modify the way other software works. Never install any third-party software unless you know how to uninstall it.

  • Error Code 25974 was returned by the Audio Driver - Logic/MBOX

    Hi,
    I know this question has been asked before but could not find a resolution to this problem.
    I'm using a MacBook Pro (15-inch, Mid 2012) with a 2.3 GHz Intel Core i7 processor, using OS X Mountain Lion (10.8.2) and running Logic Pro 9.
    I've been using the AVID MBOX interface for some time now and it hasn't failed me yet, but today I received the error message 'Error Code 25974 was returned by the Audio Driver' when selecting it as the input/output device.
    I'm not sure why this is now happening as the interface drivers are up to date and as I said, it was working earlier in the week when I last used it.
    Any help would be greatly appreciated.

    Bump,
    This is only happening with one particular project ... I imagine it could have become corrupted somehow, yet I can still work on the project and edit it. I just can't bounce it! Any ideas as to what I can do?

  • Error code 28773 was returned by the Audio driver.

    After the Mountain Lion update on my mac, whenever I launch the GarageBand'09, I experience this Error Message : Error code 28773 was returned by the Audio driver.
    It only has Continue as an option, so, I click on this "Continue" option, click on "Loop" option, click on any sound, for example Bass then click anything under the Bass option, this same error message pops up.
    Please, someone help me out.
    This is my email : [email protected] if you want to reach me via email.

    Do you have any device drivers installed, for example Digi Design Audio Interface?
    Make sure you have the latest versions of all audio drivers; you need sandboxed, 64-bit versions to run with Mountain Lion. Look at the web site of the manufacturer of your interface if there are newer drivers.
    Regards
    Léonie

  • Error HRESULT E_FAIL has been returned

    In my RDS 2012 i was running a "Recreated All Virtual Desktops" on a Pooled collection when in the middle this happened
    Get-RDVirtualDesktopCollectionJobStatus desktoppool
    CollectionName       : desktoppool
    Status               : UPDATE_VIRTUAL_DESKTOP_INPROGRESS
    TotalVirtualDesktop  : 44
    PercentCompleted     : 68%
    FailedVirtualDesktop : 1
    VirtualDesktopStatus :
        VirtualDesktopName   HostName                                 Status          Error
    ABC-VM8              ABCVH17.abc.forest.org               Completed.
    ABC-VM9              ABCVH17.abc.forest.org               Completed.
    ABC-VM2              ABCVH17.abc.forest.org               Failed          Error HRESULT E_FAIL has been
    returned...
    ABC-VM18             ABCVH17.abc.forest.org               Pending
    ABCVM20             ABCVH17.abc.forest.org               Pending
    ABC-VM22             ABCVH17.abc.forest.org               Pending
    It appears hung. What do i do continue and how do i figure out what caused this?

    Wasnt sure where to look in the event viewer. Any tips on where the errors would be?
    It took a while but what i ended up doing was deleting the "bad" boxes. I am not sure how the got to their broken state.
    I also could not delete them via the gui. I had to do it via powershell. It was odd i couldnt delete it with just the powershell command i had to pipe the resource like this
    Get-ClusterResource | Where-Object {$_.name -eq "Virtual Machine ABC-VM22"} | Remove-ClusterResource

  • An error has occurred: Error HRESULT E_FAIL has been returned from a call to a COM component

    This error message comes up with a user in InfoView attempts to modify/update a parameter when scheduling a report.  This is not isolated to one particular report and occurs on a sporadic basis.  Sometimes the user is able to successfully update the parameter with no error.  Other times this error message occurs.
    Has anyone seen this before and have any thoughts?
    Thank you.
    An error has occurred: Error HRESULT E_FAIL has been returned from a call to a COM component

    Hi
    Could you check this SAP Note 1653410
                                                     1772120
                                                   1568524
    BR
    SS

  • BIDS 2008: Error HRESULT E_FAIL has been returned from a call to a COM component.

    Hi,
    I am using SQL Server 2008. Whenever I opened SQL Server 2000 DTS packages designer from BIDS2008 I am getting the below error.
    Error HRESULT E_FAIL has been returned from a call to a COM component.
    Could anyone please help me to solve the issue.
    Environment details:
    SQL Server 2008,
    VS2008(BIDS2008),
    Installed backward compatability(SQLServer2005_BC_x64.msi),
    Installed SQLServer2005_DTS.msi
    Copied dll and rll files as Microsoft recommended(https://msdn.microsoft.com/en-us/library/ms143755.aspx).
    Moved environmental variables(C:\Program Files(x86)\Microsoft SQL Server\80\Tools\Binn\;) to starting point. 
    Thanks, Raja

    Hi Raja,
    According to your description, this issue is more related to SQL Server. The SQL Server Integration Services forum is a better place for this issue, I will move it there for you.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Every time I click on something in GarageBand and error message pops up that says "Error code 25974 was returned by the Audio driver." How do I fix this problem?

    Every time I click on something in GarageBand and error message pops up that says "Error code 25974 was returned by the Audio driver." How do I fix this problem?

    Every time I click on something in GarageBand and error message pops up that says "Error code 25974 was returned by the Audio driver." How do I fix this problem?

  • Error - 5000 was returned by the audio driver

    Out of nowhere I'm being constantly plagued by this annoying message in Logic 8.0.2 I haven't change anything in the past 2 weeks and was working fine all day yesterday.
    Error - 5000 was returned by the audio driver. pops up and I have to clear it or I can't access the session. This has brought work to a standstill...
    I've tried clearing out all the caches, disabling all background apps, repairing permissions, turned on the I/O buffer safety... nothing has helped. The only thing I haven't tried at this point is switching out to another interface...
    System info
    OS X 10.5.4
    MacBook Pro 2.16 intel core 2 duo
    3GB Ram
    Apogee Rosetta 800 interface
    thanks,
    bd

    Thanks for the responses guys.
    The session is huge, and I called Apogee, at first we thought it might be a 3rd party plug-in. It's not...
    I eventually noticed it happens in only certain sections of the song, and hadn't noticed there is a crash cymbal I pulled in which is playing from the server. I had logic copy the file to the local drive and now we're all good... Thankfully so too!
    Funny thing is, This session has been playing fine with the file from the server for months. Also, all the permissions for the folders and files where the sample is are all set to read/write... <shrug> And why would this return an Audio Driver error? More apple permissions weirdness...
    But at least it's fixed, Thanks for the help guys.

  • "Add a Printer" can't locate my printer software even though it has been downloaded to the hard drive. How can I guide it to the software?

    "Add a Printer" can't locate my printer software even though it has been downloaded to the hard drive. How can I guide it to the software?

    What did you download and from where?  Most downloads go to your Home/User/Downloads folder unless you've specified a different location in your browser. 
    If you downloaded the drivers from the App Store the drivers will be installed automatically and all you need to do is go to the System/Printers & Scanners preference pane as described below.
    You will have to install the drivers after downloading the installer package.  Lastly go to the System/Printers & Scanners preference pane and add the printer there.  It will automatically locate the drivers and set it up.

  • "39 was returned by the Audio driver."

    So I was editing a podcast in Garageband on my macbook pro and it developed a problem with the power input and i had to transfer the file to my wives macbook air and looks ok until i try and play it, and i get a message saying "39 was returned by the Audio driver.".
    All the loops play but i have no sound with the vocals and it keeps popping up the message every second.
    My macbook pro as the latest up date Yosemite and i recorded the vocals on Audio Hijack.
    My wives macbook air is still on Mavericks and does not have Audio Hijack. if that helps.

    just to make it clear, i had not finished the edit and i just took the GB file from my mac to an external HD and then to my wife's mac and open the file straight to GB.
    So GarageBand may not have saved the audio files and closed them properly?
    Does the recorded audio file play, if you select the GarageBand project in the Finder and use the command "Show Package Contents"? And look at the audio files in the sub folder "Media > Audio Files" ?

  • Ssis error: hresult e_fail has been returned from a call to a com component

    I am using VS 2013 (BIDS) to develop SSIS packages. It is running on a windows 2012 server.
    I have a dev server on which when i try to load an SSIS project using the solution file i get a bunch of errors, and then visual studio just closes. The error is:
    hresult e_fail has been returned from a call to a com component
    If i copy the project to another machine it works fine.
    If i open VS first, and then open the project using the proj file, it seems to work.
    Any ideas what might be causing this error? I can work for now, but am worried my project may be corrupted in some way so dont want to do too much work on it.

    It might be a corruption so a re-install is desired. But
    Use SSDT (VS2010 shell) that came with the SQL Server installation media to edit SSIS 2012 packages.
    Arthur
    MyBlog
    Twitter

Maybe you are looking for