Crashes while converting on Windows 7, also dll's missing
Audible AAX to MP3 Converter
Brought to you by:
aaxman
After installing the .NET framework, main GUI app crashes after I click the bottom button (whatever that is, I don't speak German):

Then if I run AaxToMp3.exe, it shows that msvcp100.dll is missing:

PS. Was doing it on Windows 7 Pro, 32-bit.
MSVCP100.dll is needed for many Applications, which have been made using Microsoft Visual Studio, like this one here ;)
If it's missing, just get it. Follow this link:
http://www.dll-files.com/dllindex/dll-files.shtml?msvcr100
On the right hand side, click on "Download ZIP-File". Then select the first link (should be 32bit) and click download. Copy the dll from the archive to "C:\Windows\System32".
Then try again. If it still won't work, try to open the console (if possible as administrator) and run the command:
regsvr32 msvcr100.dll
(FYI: "Durchsuchen" means "find file" and "Umwandeln" means "convert")
Here is what I discovrered on my Windows 7 32 Bit machine.
I believe I ulimtately discovered that the supplied ffmpeg.exe would not run on my machine. This crashed the GUI in a similar manner. I had to download the latest version of ffmpeg.exe.
I inspected the source code and manually generated the files with success. Here is what I did:
AaxToMp3.exe -i "myAudible.aax" > intermediate.bin
The step above created an 2.7 Gig eight hour file. Then I used the intermediate.bin file as an input.
ffmpeg -i intermediate.bin ouput.mp3
I ended up with an output.mp3 file that appears good!
Hi,
I wonder if someone can help me out.
I downloaded the AAX2mp3 program, but it crashes my system.
I am running Windows xp.
When I run it, I get
AaxToMp3GUI
AaxToMp3GUI has encountered a problem and needs to close. We are
sorry for the inconvenience.
If you were in the middle of something, the information you were working on might be lost.
Close
I get this when running the .gui version, when I run the aax2mp3 file, it does not start.
I'm not a programmber, by any means, so I'd definitely appreciate some help.