Share

CD-DA X-Tractor

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Segment rip crash

You are viewing a single message from this topic. View all messages.

  1. 2009-02-12 00:35:49 UTC
    The software was crashing when I tried to rip a segment. After fiddling with the code a bit, I found that the cdHandles object wasn't being initialised for some reason. The fix I came up with:

    in aspilib.c
    function ReadCDAudioLBA
    Insert the following four lines before the line retVal = cdHandles[idx].pfnRead( hCD, t );

    if(cdHandles[idx].readType==0) {
    cdHandles[idx].pfnRead = readCDAudioLBA_ANY;
    cdHandles[idx].readType = CDR_ANY;
    }

    Just in case anyone else has encountered the same problem. :)

    Alden
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.