diff options
Diffstat (limited to 'vendor/fmod/inc/fmod_errors.h')
-rw-r--r-- | vendor/fmod/inc/fmod_errors.h | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/vendor/fmod/inc/fmod_errors.h b/vendor/fmod/inc/fmod_errors.h new file mode 100644 index 0000000..ea17340 --- /dev/null +++ b/vendor/fmod/inc/fmod_errors.h | |||
@@ -0,0 +1,110 @@ | |||
1 | /* ============================================================================================== */ | ||
2 | /* FMOD Core / Studio API - Error string header file. */ | ||
3 | /* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2021. */ | ||
4 | /* */ | ||
5 | /* Use this header if you want to store or display a string version / english explanation */ | ||
6 | /* of the FMOD error codes. */ | ||
7 | /* */ | ||
8 | /* For more detail visit: */ | ||
9 | /* https://fmod.com/resources/documentation-api?version=2.0&page=core-api-common.html#fmod_result */ | ||
10 | /* =============================================================================================== */ | ||
11 | #ifndef _FMOD_ERRORS_H | ||
12 | #define _FMOD_ERRORS_H | ||
13 | |||
14 | #include "fmod.h" | ||
15 | |||
16 | #ifdef __GNUC__ | ||
17 | static const char *FMOD_ErrorString(FMOD_RESULT errcode) __attribute__((unused)); | ||
18 | #endif | ||
19 | |||
20 | static const char *FMOD_ErrorString(FMOD_RESULT errcode) | ||
21 | { | ||
22 | switch (errcode) | ||
23 | { | ||
24 | case FMOD_OK: return "No errors."; | ||
25 | case FMOD_ERR_BADCOMMAND: return "Tried to call a function on a data type that does not allow this type of functionality (ie calling Sound::lock on a streaming sound)."; | ||
26 | case FMOD_ERR_CHANNEL_ALLOC: return "Error trying to allocate a channel."; | ||
27 | case FMOD_ERR_CHANNEL_STOLEN: return "The specified channel has been reused to play another sound."; | ||
28 | case FMOD_ERR_DMA: return "DMA Failure. See debug output for more information."; | ||
29 | case FMOD_ERR_DSP_CONNECTION: return "DSP connection error. Connection possibly caused a cyclic dependency or connected dsps with incompatible buffer counts."; | ||
30 | case FMOD_ERR_DSP_DONTPROCESS: return "DSP return code from a DSP process query callback. Tells mixer not to call the process callback and therefore not consume CPU. Use this to optimize the DSP graph."; | ||
31 | case FMOD_ERR_DSP_FORMAT: return "DSP Format error. A DSP unit may have attempted to connect to this network with the wrong format, or a matrix may have been set with the wrong size if the target unit has a specified channel map."; | ||
32 | case FMOD_ERR_DSP_INUSE: return "DSP is already in the mixer's DSP network. It must be removed before being reinserted or released."; | ||
33 | case FMOD_ERR_DSP_NOTFOUND: return "DSP connection error. Couldn't find the DSP unit specified."; | ||
34 | case FMOD_ERR_DSP_RESERVED: return "DSP operation error. Cannot perform operation on this DSP as it is reserved by the system."; | ||
35 | case FMOD_ERR_DSP_SILENCE: return "DSP return code from a DSP process query callback. Tells mixer silence would be produced from read, so go idle and not consume CPU. Use this to optimize the DSP graph."; | ||
36 | case FMOD_ERR_DSP_TYPE: return "DSP operation cannot be performed on a DSP of this type."; | ||
37 | case FMOD_ERR_FILE_BAD: return "Error loading file."; | ||
38 | case FMOD_ERR_FILE_COULDNOTSEEK: return "Couldn't perform seek operation. This is a limitation of the medium (ie netstreams) or the file format."; | ||
39 | case FMOD_ERR_FILE_DISKEJECTED: return "Media was ejected while reading."; | ||
40 | case FMOD_ERR_FILE_EOF: return "End of file unexpectedly reached while trying to read essential data (truncated?)."; | ||
41 | case FMOD_ERR_FILE_ENDOFDATA: return "End of current chunk reached while trying to read data."; | ||
42 | case FMOD_ERR_FILE_NOTFOUND: return "File not found."; | ||
43 | case FMOD_ERR_FORMAT: return "Unsupported file or audio format."; | ||
44 | case FMOD_ERR_HEADER_MISMATCH: return "There is a version mismatch between the FMOD header and either the FMOD Studio library or the FMOD Low Level library."; | ||
45 | case FMOD_ERR_HTTP: return "A HTTP error occurred. This is a catch-all for HTTP errors not listed elsewhere."; | ||
46 | case FMOD_ERR_HTTP_ACCESS: return "The specified resource requires authentication or is forbidden."; | ||
47 | case FMOD_ERR_HTTP_PROXY_AUTH: return "Proxy authentication is required to access the specified resource."; | ||
48 | case FMOD_ERR_HTTP_SERVER_ERROR: return "A HTTP server error occurred."; | ||
49 | case FMOD_ERR_HTTP_TIMEOUT: return "The HTTP request timed out."; | ||
50 | case FMOD_ERR_INITIALIZATION: return "FMOD was not initialized correctly to support this function."; | ||
51 | case FMOD_ERR_INITIALIZED: return "Cannot call this command after System::init."; | ||
52 | case FMOD_ERR_INTERNAL: return "An error occurred that wasn't supposed to. Contact support."; | ||
53 | case FMOD_ERR_INVALID_FLOAT: return "Value passed in was a NaN, Inf or denormalized float."; | ||
54 | case FMOD_ERR_INVALID_HANDLE: return "An invalid object handle was used."; | ||
55 | case FMOD_ERR_INVALID_PARAM: return "An invalid parameter was passed to this function."; | ||
56 | case FMOD_ERR_INVALID_POSITION: return "An invalid seek position was passed to this function."; | ||
57 | case FMOD_ERR_INVALID_SPEAKER: return "An invalid speaker was passed to this function based on the current speaker mode."; | ||
58 | case FMOD_ERR_INVALID_SYNCPOINT: return "The syncpoint did not come from this sound handle."; | ||
59 | case FMOD_ERR_INVALID_THREAD: return "Tried to call a function on a thread that is not supported."; | ||
60 | case FMOD_ERR_INVALID_VECTOR: return "The vectors passed in are not unit length, or perpendicular."; | ||
61 | case FMOD_ERR_MAXAUDIBLE: return "Reached maximum audible playback count for this sound's soundgroup."; | ||
62 | case FMOD_ERR_MEMORY: return "Not enough memory or resources."; | ||
63 | case FMOD_ERR_MEMORY_CANTPOINT: return "Can't use FMOD_OPENMEMORY_POINT on non PCM source data, or non mp3/xma/adpcm data if FMOD_CREATECOMPRESSEDSAMPLE was used."; | ||
64 | case FMOD_ERR_NEEDS3D: return "Tried to call a command on a 2d sound when the command was meant for 3d sound."; | ||
65 | case FMOD_ERR_NEEDSHARDWARE: return "Tried to use a feature that requires hardware support."; | ||
66 | case FMOD_ERR_NET_CONNECT: return "Couldn't connect to the specified host."; | ||
67 | case FMOD_ERR_NET_SOCKET_ERROR: return "A socket error occurred. This is a catch-all for socket-related errors not listed elsewhere."; | ||
68 | case FMOD_ERR_NET_URL: return "The specified URL couldn't be resolved."; | ||
69 | case FMOD_ERR_NET_WOULD_BLOCK: return "Operation on a non-blocking socket could not complete immediately."; | ||
70 | case FMOD_ERR_NOTREADY: return "Operation could not be performed because specified sound/DSP connection is not ready."; | ||
71 | case FMOD_ERR_OUTPUT_ALLOCATED: return "Error initializing output device, but more specifically, the output device is already in use and cannot be reused."; | ||
72 | case FMOD_ERR_OUTPUT_CREATEBUFFER: return "Error creating hardware sound buffer."; | ||
73 | case FMOD_ERR_OUTPUT_DRIVERCALL: return "A call to a standard soundcard driver failed, which could possibly mean a bug in the driver or resources were missing or exhausted."; | ||
74 | case FMOD_ERR_OUTPUT_FORMAT: return "Soundcard does not support the specified format."; | ||
75 | case FMOD_ERR_OUTPUT_INIT: return "Error initializing output device."; | ||
76 | case FMOD_ERR_OUTPUT_NODRIVERS: return "The output device has no drivers installed. If pre-init, FMOD_OUTPUT_NOSOUND is selected as the output mode. If post-init, the function just fails."; | ||
77 | case FMOD_ERR_PLUGIN: return "An unspecified error has been returned from a plugin."; | ||
78 | case FMOD_ERR_PLUGIN_MISSING: return "A requested output, dsp unit type or codec was not available."; | ||
79 | case FMOD_ERR_PLUGIN_RESOURCE: return "A resource that the plugin requires cannot be found. (ie the DLS file for MIDI playback)"; | ||
80 | case FMOD_ERR_PLUGIN_VERSION: return "A plugin was built with an unsupported SDK version."; | ||
81 | case FMOD_ERR_RECORD: return "An error occurred trying to initialize the recording device."; | ||
82 | case FMOD_ERR_REVERB_CHANNELGROUP: return "Reverb properties cannot be set on this channel because a parent channelgroup owns the reverb connection."; | ||
83 | case FMOD_ERR_REVERB_INSTANCE: return "Specified instance in FMOD_REVERB_PROPERTIES couldn't be set. Most likely because it is an invalid instance number or the reverb doesn't exist."; | ||
84 | case FMOD_ERR_SUBSOUNDS: return "The error occurred because the sound referenced contains subsounds when it shouldn't have, or it doesn't contain subsounds when it should have. The operation may also not be able to be performed on a parent sound."; | ||
85 | case FMOD_ERR_SUBSOUND_ALLOCATED: return "This subsound is already being used by another sound, you cannot have more than one parent to a sound. Null out the other parent's entry first."; | ||
86 | case FMOD_ERR_SUBSOUND_CANTMOVE: return "Shared subsounds cannot be replaced or moved from their parent stream, such as when the parent stream is an FSB file."; | ||
87 | case FMOD_ERR_TAGNOTFOUND: return "The specified tag could not be found or there are no tags."; | ||
88 | case FMOD_ERR_TOOMANYCHANNELS: return "The sound created exceeds the allowable input channel count. This can be increased using the 'maxinputchannels' parameter in System::setSoftwareFormat."; | ||
89 | case FMOD_ERR_TRUNCATED: return "The retrieved string is too long to fit in the supplied buffer and has been truncated."; | ||
90 | case FMOD_ERR_UNIMPLEMENTED: return "Something in FMOD hasn't been implemented when it should be! contact support!"; | ||
91 | case FMOD_ERR_UNINITIALIZED: return "This command failed because System::init or System::setDriver was not called."; | ||
92 | case FMOD_ERR_UNSUPPORTED: return "A command issued was not supported by this object. Possibly a plugin without certain callbacks specified."; | ||
93 | case FMOD_ERR_VERSION: return "The version number of this file format is not supported."; | ||
94 | case FMOD_ERR_EVENT_ALREADY_LOADED: return "The specified bank has already been loaded."; | ||
95 | case FMOD_ERR_EVENT_LIVEUPDATE_BUSY: return "The live update connection failed due to the game already being connected."; | ||
96 | case FMOD_ERR_EVENT_LIVEUPDATE_MISMATCH: return "The live update connection failed due to the game data being out of sync with the tool."; | ||
97 | case FMOD_ERR_EVENT_LIVEUPDATE_TIMEOUT: return "The live update connection timed out."; | ||
98 | case FMOD_ERR_EVENT_NOTFOUND: return "The requested event, parameter, bus or vca could not be found."; | ||
99 | case FMOD_ERR_STUDIO_UNINITIALIZED: return "The Studio::System object is not yet initialized."; | ||
100 | case FMOD_ERR_STUDIO_NOT_LOADED: return "The specified resource is not loaded, so it can't be unloaded."; | ||
101 | case FMOD_ERR_INVALID_STRING: return "An invalid string was passed to this function."; | ||
102 | case FMOD_ERR_ALREADY_LOCKED: return "The specified resource is already locked."; | ||
103 | case FMOD_ERR_NOT_LOCKED: return "The specified resource is not locked, so it can't be unlocked."; | ||
104 | case FMOD_ERR_RECORD_DISCONNECTED: return "The specified recording driver has been disconnected."; | ||
105 | case FMOD_ERR_TOOMANYSAMPLES: return "The length provided exceeds the allowable limit."; | ||
106 | default : return "Unknown error."; | ||
107 | }; | ||
108 | } | ||
109 | |||
110 | #endif | ||