Every time I attempt to rip a track it aborts with a
status of 0x0004. I've tried all of the encodings
that are available (raw, WAV, and OGG), and all of the
read algorithms, and there is no apparant change.
I've run in MSVC debug mode, and have attached the
error log to this support request.
The registry options of my session are:
[HKEY_LOCAL_MACHINE\SOFTWARE\AKSoft\X-Tractor]
"numRip"=dword:0000001a
"jitterCheck"=dword:00000001
"overlap"=dword:00000003
"autoTOC"=dword:00000001
"autoCheck"=dword:00000001
"nicethreads"=dword:00000001
"readMode"=dword:00000002
"bitrate"=dword:000000c0
"maxbitrate"=dword:00000140
"mpegmode"=dword:00000000
"id3level"=dword:00000000
"crc"=dword:00000000
"useproxy"=dword:00000001
"writeplaylist"=dword:00000001
"defaultEncoder"=dword:00000005
"proxyport"=dword:00000050
"enablecddb"=dword:00000001
"hicolor"=dword:00000001
"proxyaddr"="hsen-proxy"
"proxyuser"=""
"savepass"=dword:00000000
"cddbaddr"="www.freedb.org"
"cddbcgi"="/~cddb/cddb.cgi"
"cddbsubmitcgi"="/~cddb/submit.cgi"
"lameopts"=dword:e8128000
"vorbbitrate"=dword:00000080
"normalize"=dword:00000000
"normalizepct"=dword:0000005e
"mp3Outputdir"="D:\\xtractor\\bin\\Debug"
"cddbuseremail"=""
"fnamemacro"="$N"
"driveInfo"=dword:00010000
Error log generated in MSVC debug mode.
Logged In: YES
user_id=624
The registry doesn't contain any useful information. Are you
using Win200, XP, NT, 98? Do you have an ASPI manager
installed. The error simply means that either ASPI returned a
bad status or that SCSI passthrough did not work
(NT/XP/2000 only).
Logged In: YES
user_id=492951
I'm using Win2K, and I *thought* I had an ASPI manager.
How can I verify?
Logged In: YES
user_id=624
I've put up a new dll with a bit more debug info in it, which
should tell us if it's using the SCSI passthrough or ASPI
mode. If you're compiling it yourself under MSVC, I've
included the source code as well. It can be downloaded at
http://xtractor.sourceforge.net/akrip-dll-20020918.zip .
Additionally, it has a new function SetAPI which you can use
to explicity set which API it uses (APIC_AUTO, APIC_ASPI,
APIC_SCSIPT).