Template:CELL MS ERROR BASE - 0x8000000: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "{{ed right|CELL MS ERROR BASE - 0x8000000}} === Multistream errors === {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px...")
 
 
Line 25: Line 25:
| CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid.
| CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid.
|-
|-
| CELL_MS_ERROR_OUTOFRANGE || 0x88000010 || Out of range.
| CELL_MS_ERROR_OUTOFRANGE || 0x8800000a || Out of range.
|-
|-
| CELL_MS_ERROR_BADMODE || 0x88000011 || There is a bad mode.
| CELL_MS_ERROR_BADMODE || 0x8800000b || There is a bad mode.
|-
|-
| CELL_MS_ERROR_NOFREESTREAMS || 0x88000012 || There are no free streams.
| CELL_MS_ERROR_NOFREESTREAMS || 0x8800000c || There are no free streams.
|-
|-
| CELL_MS_ERROR_SURROUNDNOTINIT || 0x88000013 || Surround sound is not initialised.
| CELL_MS_ERROR_SURROUNDNOTINIT || 0x8800000d || Surround sound is not initialised.
|-
|-
| CELL_MS_ERROR_INVALID_CHANNEL || 0x88000014 || A channel is invalid.
| CELL_MS_ERROR_INVALID_CHANNEL || 0x8800000e || A channel is invalid.
|-
|-
| CELL_MS_ERROR_INVALID_TYPE || 0x88000015 || A type is invalid.
| CELL_MS_ERROR_INVALID_TYPE || 0x8800000f || A type is invalid.
|-
|-
| CELL_MS_ERROR_AUDIO_CONFIGURE || 0x88000016 || cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function
| CELL_MS_ERROR_AUDIO_CONFIGURE || 0x88000010 || cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function
|-
|-
| CELL_MS_ERROR_AUDIO_GETSTATE || 0x88000017 || cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function
| CELL_MS_ERROR_AUDIO_GETSTATE || 0x88000011 || cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function
|-
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>

Latest revision as of 22:01, 8 July 2015

Multistream errors[edit source]

Name Errorcode Remarks
CELL_MS_ERROR 0x88000000 Base error value
CELL_MS_ERROR_SYSPAUSED 0x88000001 The system is paused.
CELL_MS_ERROR_INVAL 0x88000002 A parameter is invalid.
CELL_MS_ERROR_WRONGSTATE 0x88000003 A state is wrong.
CELL_MS_ERROR_RESOURCEUNAVAIL 0x88000004 A system resource is unavailable.
CELL_MS_ERROR_CIRCULARDEPEND 0x88000005 There is a circular dependency.
CELL_MS_ERROR_BUSMISMATCH 0x88000006 There is a bus mismatch.
CELL_MS_ERROR_INVALIDELF 0x88000007 An ELF file is invalid.
CELL_MS_ERROR_FILEACCESS 0x88000008 Access to a file failed.
CELL_MS_ERROR_INVALIDENV 0x88000009 An envelope is invalid.
CELL_MS_ERROR_OUTOFRANGE 0x8800000a Out of range.
CELL_MS_ERROR_BADMODE 0x8800000b There is a bad mode.
CELL_MS_ERROR_NOFREESTREAMS 0x8800000c There are no free streams.
CELL_MS_ERROR_SURROUNDNOTINIT 0x8800000d Surround sound is not initialised.
CELL_MS_ERROR_INVALID_CHANNEL 0x8800000e A channel is invalid.
CELL_MS_ERROR_INVALID_TYPE 0x8800000f A type is invalid.
CELL_MS_ERROR_AUDIO_CONFIGURE 0x88000010 cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function
CELL_MS_ERROR_AUDIO_GETSTATE 0x88000011 cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function