Template:BASS Errors

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
    • 0: BASS_OK all is OK
    • 1: BASS_ERROR_MEM memory error
    • 2: BASS_ERROR_FILEOPEN can't open the file
    • 3: BASS_ERROR_DRIVER can't find a free/valid driver
    • 4: BASS_ERROR_BUFLOST the sample buffer was lost
    • 5: BASS_ERROR_HANDLE invalid handle
    • 6: BASS_ERROR_FORMAT unsupported sample format
    • 7: BASS_ERROR_POSITION invalid position
    • 8: BASS_ERROR_INIT BASS_Init has not been successfully called
    • 9: BASS_ERROR_START BASS_Start has not been successfully called
    • 14: BASS_ERROR_ALREADY already initialized/paused/whatever
    • 18: BASS_ERROR_NOCHAN can't get a free channel
    • 19: BASS_ERROR_ILLTYPE an illegal type was specified
    • 20: BASS_ERROR_ILLPARAM an illegal parameter was specified
    • 21: BASS_ERROR_NO3D no 3D support
    • 22: BASS_ERROR_NOEAX no EAX support
    • 23: BASS_ERROR_DEVICE illegal device number
    • 24: BASS_ERROR_NOPLAY not playing
    • 25: BASS_ERROR_FREQ illegal sample rate
    • 27: BASS_ERROR_NOTFILE the stream is not a file stream
    • 29: BASS_ERROR_NOHW no hardware voices available
    • 31: BASS_ERROR_EMPTY the MOD music has no sequence data
    • 32: BASS_ERROR_NONET no internet connection could be opened
    • 33: BASS_ERROR_CREATE couldn't create the file
    • 34: BASS_ERROR_NOFX effects are not available
    • 37: BASS_ERROR_NOTAVAIL requested data is not available
    • 38: BASS_ERROR_DECODE the channel is a "decoding channel"
    • 39: BASS_ERROR_DX a sufficient DirectX version is not installed
    • 40: BASS_ERROR_TIMEOUT connection timedout
    • 41: BASS_ERROR_FILEFORM unsupported file format
    • 42: BASS_ERROR_SPEAKER unavailable speaker
    • 43: BASS_ERROR_VERSION invalid BASS version (used by add-ons)
    • 44: BASS_ERROR_CODEC codec is not available/supported
    • 45: BASS_ERROR_ENDED the channel/file has ended
    • -1: BASS_ERROR_UNKNOWN some other mystery problem