Re: dMC stops after ripping one file into FLAC
Thanks for checking into this, Spoon. Let me know if you would like a stack trace of the problem. This will show you exactly what was being called in the FLAC.DLL and where the crash occurred. I have a bit map of the stack trace from Visual Studio that I captured right after the crash. The short version is that FLAC.DLL is calling into the C++ runtime library at address 100015b4. The FLAC.DLL (the one in the COMPRESSION directory) was loaded at 10000000. The crash itself happens down inside NTDLL after FLAC makes that call. It looks like a NULL pointer problem.
Thanks for checking into this, Spoon. Let me know if you would like a stack trace of the problem. This will show you exactly what was being called in the FLAC.DLL and where the crash occurred. I have a bit map of the stack trace from Visual Studio that I captured right after the crash. The short version is that FLAC.DLL is calling into the C++ runtime library at address 100015b4. The FLAC.DLL (the one in the COMPRESSION directory) was loaded at 10000000. The crash itself happens down inside NTDLL after FLAC makes that call. It looks like a NULL pointer problem.
Comment