Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makeportable.bat: still has ERROR: CoreAudioToolbox.dll: The specified module could not be found. #59

Open
vitaly-zdanevich opened this issue May 21, 2019 · 7 comments

Comments

@vitaly-zdanevich
Copy link

In the same directory I has qaac64.exe and resulting QTfiles64 with that files inside:

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----         3/9/2019   5:18 AM          80696 ASL.dll
-a----         3/9/2019   5:18 AM        9039672 CoreAudioToolbox.dll
-a----         3/9/2019   5:18 AM        2229560 CoreFoundation.dll
-a----         3/9/2019   5:18 AM       27159352 icudt62.dll
-a----         3/9/2019   5:18 AM         104760 libdispatch.dll
-a----         3/9/2019   5:18 AM        2457912 libicuin.dll
-a----         3/9/2019   5:18 AM        1579320 libicuuc.dll
-a----        6/11/2011   1:15 AM         608080 msvcp100.dll
-a----        6/11/2011   1:15 AM         829264 msvcr100.dll
-a----         3/9/2019   5:18 AM         237368 objc.dll
-a----       11/20/2018  10:30 PM        2006528 qaac64.exe
@nu774
Copy link
Owner

nu774 commented May 22, 2019

Can't you still run qaac?
If you could, please close the issue.

@vitaly-zdanevich
Copy link
Author

I installed iTunes :( and yes now I can use qaac

@J-P-
Copy link

J-P- commented Jun 4, 2019

Is there a direct solution for this issue, as opposed to the workaround of installing iTunes or AppleApplicationSupport.msi subpart?

I used makeportable.bat on iTunes.exe and qaac, all downloaded today.

Thanks.

@nu774
Copy link
Owner

nu774 commented Jun 4, 2019

It seems that recent AppleApplicationSupport DLLs are built with Visual Studio 2015 and are dependent on UniversalCRT, VCRUNTIME140.dll and MSVCP140.dll.
UniversalCRT is part of OS since Windows 10. If you are still using Windows 7 ~ 8.1, See here: https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows
As for VCRUNTIME140.dll and MSVCP140.dll, they are Visual Studio 2015 specific runtime, and you can download from https://www.microsoft.com/en-us/download/details.aspx?id=48145.

@nu774
Copy link
Owner

nu774 commented Jun 5, 2019

Now updated makeportable for iTunes 12.9.4+.
Please try with it.

@istomyang
Copy link

It seems that recent AppleApplicationSupport DLLs are built with Visual Studio 2015 and are dependent on UniversalCRT, VCRUNTIME140.dll and MSVCP140.dll.
UniversalCRT is part of OS since Windows 10. If you are still using Windows 7 ~ 8.1, See here: https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows
As for VCRUNTIME140.dll and MSVCP140.dll, they are Visual Studio 2015 specific runtime, and you can download from https://www.microsoft.com/en-us/download/details.aspx?id=48145.

It works! Thank you.

@odinian
Copy link

odinian commented Mar 6, 2022

sorry to hijack an old thread, but I installed iTunes from the MS store a long time ago and it works. I installed qaac and I get the "ERROR: CoreAudioToolbox.dll: The specified module could not be found." error (qaac64 too). I just download the latest iTunes installer iTunes64Setup.exe and the latest makeportable, and it created the QTfiles64 folder. I put the QTfiles64 in the same folder as the Qaac64.exe executable, and I still get the "ERROR: CoreAudioToolbox.dll: The specified module could not be found." error when I try qaac64 --check
Any ideas?
Oh, using Windows 10 Pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants