Class Remotery
Supported features:
- Lightweight instrumentation of multiple threads running on the CPU and GPU.
- Web viewer that runs in Chrome, Firefox and Safari; on Desktops, Mobiles or Tablets.
- GPU UI rendering, bypassing the DOM completely, for real-time 60hz viewer updates at 10,000x the performance.
- Automatic thread sampler that tells you what processor cores your threads are running on without requiring Administrator privileges.
- Drop saved traces onto the Remotery window to load historical runs for inspection.
- Console output for logging text.
- Console input for sending commands to your game.
- A Property API for recording named/typed values over time, alongside samples.
- Profiles itself and shows how it's performing in the viewer.
Supported Profiling Platforms:
- Windows 7/8/10/11/UWP (Hololens)
- Linux
- OSX
- Android
- Free BSD
Supported GPU Profiling APIs:
- OpenGL
- CUDA
- Metal
LWJGL: The current version of the Remotery bindings is compatible with commit c3e8a2f. Run the following commands to clone the Remotery repository at that commit:
git clone --depth=1 https://github.com/Celtoys/Remotery.git
cd Remotery
git fetch --depth=1 origin c3e8a2f38603c054be479bcefeaa54ad455dd4b9
git branch --no-track lwjgl c3e8a2f38603c054be479bcefeaa54ad455dd4b9
git checkout lwjgl
git branch -D @{-1}
Now open vis/index.html in your favorite browser to view the profiler.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intAll possible error codes (rmtError).static final intBooleanstatic final intFlags that control property behaviour.static final intFlags that control property behaviour.static final intAll possible property types that can be recorded and sent to the viewer.static final intAll possible property types that can be recorded and sent to the viewer.static final intAll possible property types that can be recorded and sent to the viewer.static final intAll possible property types that can be recorded and sent to the viewer.static final intAll possible property types that can be recorded and sent to the viewer.static final intAll possible property types that can be recorded and sent to the viewer.static final intAll possible property types that can be recorded and sent to the viewer.static final intAll possible property types that can be recorded and sent to the viewer.static final intrmtSampleTypestatic final intrmtSampleTypestatic final intrmtSampleTypestatic final intrmtSampleTypestatic final intrmtSampleTypestatic final intrmtSampleTypestatic final intrmtSampleTypestatic final intrmtSampleTypestatic final intBooleanstatic final intrmtSampleFlagsstatic final intrmtSampleFlagsstatic final intrmtSampleFlagsstatic final intrmtSampleFlagsstatic final intrmtSampleFlags -
Method Summary
Modifier and TypeMethodDescriptionstatic int_rmt_HashString32(CharSequence s, int len, int seed) static int_rmt_HashString32(ByteBuffer s, int len, int seed) static void_rmt_PropertyAddValue(RMTProperty property, RMTPropertyValue add_value) static void_rmt_PropertySetValue(RMTProperty property) static intn_rmt_HashString32(long s, int len, int seed) static voidn_rmt_PropertyAddValue(long property, long add_value) static voidn_rmt_PropertySetValue(long property) static voidnrmt_BeginCPUSample(long name, int flags, long hash_cache) Unsafe version of:BeginCPUSamplestatic intnrmt_CreateGlobalInstance(long remotery) Unsafe version of:CreateGlobalInstancestatic voidnrmt_DestroyGlobalInstance(long remotery) Unsafe version of:DestroyGlobalInstancestatic longUnsafe version of:GetLastErrorMessagestatic voidnrmt_IterateChildren(long iter, long sample) static intnrmt_IterateNext(long iter) static voidnrmt_LogText(long text) static longnrmt_PropertyGetDescription(long property) static longnrmt_PropertyGetName(long property) static intnrmt_PropertyGetType(long property) static voidnrmt_PropertyGetValue(long property, long __result) static voidnrmt_PropertyIterateChildren(long iter, long sample) static intnrmt_PropertyIterateNext(long iter) static intnrmt_SampleGetCallCount(long sample) static voidnrmt_SampleGetColour(long sample, long r, long g, long b) static longnrmt_SampleGetName(long sample) Unsafe version of:SampleGetNamestatic intnrmt_SampleGetNameHash(long sample) static longnrmt_SampleGetSelfTime(long sample) static longnrmt_SampleGetStart(long sample) static longnrmt_SampleGetTime(long sample) static intnrmt_SampleGetType(long sample) static longnrmt_SampleTreeGetRootSample(long sample_tree) static longnrmt_SampleTreeGetThreadName(long sample_tree) static voidnrmt_SetCurrentThreadName(long thread_name) static voidnrmt_SetGlobalInstance(long remotery) Unsafe version of:SetGlobalInstancestatic longUnsafe version of:Settingsstatic voidrmt_BeginCPUSample(CharSequence name, int flags, @Nullable IntBuffer hash_cache) static voidrmt_BeginCPUSample(ByteBuffer name, int flags, @Nullable IntBuffer hash_cache) static intrmt_CreateGlobalInstance(org.lwjgl.PointerBuffer remotery) Initialises Remotery and sets its internal global instance pointer.static voidrmt_DestroyGlobalInstance(long remotery) Shutsdown Remotery, requiring its pointer to be passed to ensure you are destroying the correct instance.static voidstatic longGets a pointer to the current global Remotery instance.static @Nullable StringGets the last error message issued on the calling threadstatic voidrmt_IterateChildren(RMTSampleIterator iter, long sample) static booleanstatic voidrmt_LogText(CharSequence text) static voidrmt_LogText(ByteBuffer text) static intUsed for both CPU and GPU profiling.static voidrmt_PropertyAdd_F32(RMTProperty property, float add_value, org.lwjgl.system.MemoryStack frame) static voidrmt_PropertyAdd_F32(RMTProperty property, RMTPropertyValue add_value) static voidrmt_PropertyAdd_F64(RMTProperty property, double add_value, org.lwjgl.system.MemoryStack frame) static voidrmt_PropertyAdd_F64(RMTProperty property, RMTPropertyValue add_value) static voidrmt_PropertyAdd_S32(RMTProperty property, int add_value, org.lwjgl.system.MemoryStack frame) static voidrmt_PropertyAdd_S32(RMTProperty property, RMTPropertyValue add_value) static voidrmt_PropertyAdd_S64(RMTProperty property, long add_value, org.lwjgl.system.MemoryStack frame) static voidrmt_PropertyAdd_S64(RMTProperty property, RMTPropertyValue add_value) static voidrmt_PropertyAdd_U32(RMTProperty property, int add_value, org.lwjgl.system.MemoryStack frame) static voidrmt_PropertyAdd_U32(RMTProperty property, RMTPropertyValue add_value) static voidrmt_PropertyAdd_U64(RMTProperty property, long add_value, org.lwjgl.system.MemoryStack frame) static voidrmt_PropertyAdd_U64(RMTProperty property, RMTPropertyValue add_value) static RMTPropertyrmt_PropertyDefine(int type, int flags, RMTPropertyValue default_value, String name, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Uses the specifiedMemoryStackframe to encode thenameanddescstrings and allocate memory for a newRMTProperty, then initializes the property with the specified values.static RMTPropertyrmt_PropertyDefine(int type, int flags, RMTPropertyValue default_value, ByteBuffer name, ByteBuffer desc, @Nullable RMTProperty parent, RMTProperty __result) Initializes the__resultRMTPropertywith the specified values.static RMTPropertyrmt_PropertyDefine_Bool(String name, boolean default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new boolean property on the specifiedMemoryStackframe and initializes it.static RMTPropertyrmt_PropertyDefine_F32(String name, float default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new F32 property on the specifiedMemoryStackframe and initializes it.static RMTPropertyrmt_PropertyDefine_F64(String name, double default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new F64 property on the specifiedMemoryStackframe and initializes it.static RMTPropertyrmt_PropertyDefine_Group(String name, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new group property on the specifiedMemoryStackframe and initializes it.static RMTPropertyrmt_PropertyDefine_S32(String name, int default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new S32 property on the specifiedMemoryStackframe and initializes it.static RMTPropertyrmt_PropertyDefine_S64(String name, long default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new S64 property on the specifiedMemoryStackframe and initializes it.static RMTPropertyrmt_PropertyDefine_U32(String name, int default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new U32 property on the specifiedMemoryStackframe and initializes it.static RMTPropertyrmt_PropertyDefine_U64(String name, long default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new U64 property on the specifiedMemoryStackframe and initializes it.static voidResets allPropertyFlags_FrameResetproperties to their default value.static @Nullable Stringrmt_PropertyGetDescription(RMTProperty property) static @Nullable Stringrmt_PropertyGetName(RMTProperty property) static intrmt_PropertyGetType(RMTProperty property) static RMTPropertyValuermt_PropertyGetValue(RMTProperty property, RMTPropertyValue __result) static voidrmt_PropertyIterateChildren(RMTPropertyIterator iter, @Nullable RMTProperty sample) static booleanstatic voidrmt_PropertySet_Bool(RMTProperty property, boolean value) static voidrmt_PropertySet_F32(RMTProperty property, float value) static voidrmt_PropertySet_F64(RMTProperty property, double value) static voidrmt_PropertySet_S32(RMTProperty property, int value) static voidrmt_PropertySet_S64(RMTProperty property, long value) static voidrmt_PropertySet_U32(RMTProperty property, int value) static voidrmt_PropertySet_U64(RMTProperty property, long value) static intSends all properties and their values to the viewer and log to file.static intrmt_SampleGetCallCount(long sample) static voidrmt_SampleGetColour(long sample, ByteBuffer r, ByteBuffer g, ByteBuffer b) static @Nullable Stringrmt_SampleGetName(long sample) Should only called from within the sample tree callback, when the internal string lookup table is valid (i.e.static intrmt_SampleGetNameHash(long sample) static longrmt_SampleGetSelfTime(long sample) static longrmt_SampleGetStart(long sample) static longrmt_SampleGetTime(long sample) static intrmt_SampleGetType(long sample) static longrmt_SampleTreeGetRootSample(long sample_tree) static @Nullable Stringrmt_SampleTreeGetThreadName(long sample_tree) static voidrmt_SetCurrentThreadName(CharSequence thread_name) static voidrmt_SetCurrentThreadName(ByteBuffer thread_name) static voidrmt_SetGlobalInstance(long remotery) For use in the presence of DLLs/SOs if each of them are linking Remotery statically.static @Nullable RMTSettingsRetrieve and configure the globalrmtSettingsobject.
-
Field Details
-
RMT_TRUE
public static final int RMT_TRUEBoolean- See Also:
-
RMT_FALSE
public static final int RMT_FALSEBoolean- See Also:
-
RMT_SampleType_CPU
public static final int RMT_SampleType_CPUrmtSampleTypeEnum values:
- See Also:
-
RMT_SampleType_CUDA
public static final int RMT_SampleType_CUDArmtSampleTypeEnum values:
- See Also:
-
RMT_SampleType_D3D11
public static final int RMT_SampleType_D3D11rmtSampleTypeEnum values:
- See Also:
-
RMT_SampleType_D3D12
public static final int RMT_SampleType_D3D12rmtSampleTypeEnum values:
- See Also:
-
RMT_SampleType_OpenGL
public static final int RMT_SampleType_OpenGLrmtSampleTypeEnum values:
- See Also:
-
RMT_SampleType_Metal
public static final int RMT_SampleType_MetalrmtSampleTypeEnum values:
- See Also:
-
RMT_SampleType_Vulkan
public static final int RMT_SampleType_VulkanrmtSampleTypeEnum values:
- See Also:
-
RMT_SampleType_Count
public static final int RMT_SampleType_CountrmtSampleTypeEnum values:
- See Also:
-
RMT_ERROR_NONE
public static final int RMT_ERROR_NONEAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_RECURSIVE_SAMPLE
public static final int RMT_ERROR_RECURSIVE_SAMPLEAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_UNKNOWN
public static final int RMT_ERROR_UNKNOWNAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_INVALID_INPUT
public static final int RMT_ERROR_INVALID_INPUTAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_RESOURCE_CREATE_FAIL
public static final int RMT_ERROR_RESOURCE_CREATE_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_RESOURCE_ACCESS_FAIL
public static final int RMT_ERROR_RESOURCE_ACCESS_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_TIMEOUT
public static final int RMT_ERROR_TIMEOUTAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_MALLOC_FAIL
public static final int RMT_ERROR_MALLOC_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_TLS_ALLOC_FAIL
public static final int RMT_ERROR_TLS_ALLOC_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_VIRTUAL_MEMORY_BUFFER_FAIL
public static final int RMT_ERROR_VIRTUAL_MEMORY_BUFFER_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CREATE_THREAD_FAIL
public static final int RMT_ERROR_CREATE_THREAD_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_OPEN_THREAD_HANDLE_FAIL
public static final int RMT_ERROR_OPEN_THREAD_HANDLE_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SOCKET_INVALID_POLL
public static final int RMT_ERROR_SOCKET_INVALID_POLLAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SOCKET_SELECT_FAIL
public static final int RMT_ERROR_SOCKET_SELECT_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SOCKET_POLL_ERRORS
public static final int RMT_ERROR_SOCKET_POLL_ERRORSAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SOCKET_SEND_FAIL
public static final int RMT_ERROR_SOCKET_SEND_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SOCKET_RECV_NO_DATA
public static final int RMT_ERROR_SOCKET_RECV_NO_DATAAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SOCKET_RECV_TIMEOUT
public static final int RMT_ERROR_SOCKET_RECV_TIMEOUTAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SOCKET_RECV_FAILED
public static final int RMT_ERROR_SOCKET_RECV_FAILEDAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_NOT_GET
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_NOT_GETAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_VERSION
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_VERSIONAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_VERSIONAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_HOST
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_HOSTAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_HOST
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_HOSTAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_KEY
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_KEYAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_KEY
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_KEYAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL
public static final int RMT_ERROR_WEBSOCKET_HANDSHAKE_STRING_FAILAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_DISCONNECTED
public static final int RMT_ERROR_WEBSOCKET_DISCONNECTEDAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER
public static final int RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADERAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE
public static final int RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZEAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK
public static final int RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER_MASKAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_WEBSOCKET_RECEIVE_TIMEOUT
public static final int RMT_ERROR_WEBSOCKET_RECEIVE_TIMEOUTAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_REMOTERY_NOT_CREATED
public static final int RMT_ERROR_REMOTERY_NOT_CREATEDAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_SEND_ON_INCOMPLETE_PROFILE
public static final int RMT_ERROR_SEND_ON_INCOMPLETE_PROFILEAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CUDA_DEINITIALIZED
public static final int RMT_ERROR_CUDA_DEINITIALIZEDAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CUDA_NOT_INITIALIZED
public static final int RMT_ERROR_CUDA_NOT_INITIALIZEDAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CUDA_INVALID_CONTEXT
public static final int RMT_ERROR_CUDA_INVALID_CONTEXTAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CUDA_INVALID_VALUE
public static final int RMT_ERROR_CUDA_INVALID_VALUEAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CUDA_INVALID_HANDLE
public static final int RMT_ERROR_CUDA_INVALID_HANDLEAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CUDA_OUT_OF_MEMORY
public static final int RMT_ERROR_CUDA_OUT_OF_MEMORYAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_ERROR_NOT_READY
public static final int RMT_ERROR_ERROR_NOT_READYAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_D3D11_FAILED_TO_CREATE_QUERY
public static final int RMT_ERROR_D3D11_FAILED_TO_CREATE_QUERYAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_OPENGL_ERROR
public static final int RMT_ERROR_OPENGL_ERRORAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_ERROR_CUDA_UNKNOWN
public static final int RMT_ERROR_CUDA_UNKNOWNAll possible error codes (rmtError).Enum values:
ERROR_NONEERROR_RECURSIVE_SAMPLE- Not an error but an internal message to calling codeERROR_UNKNOWN- An error with a message yet to be defined, only for internal error handlingERROR_INVALID_INPUT- An invalid input to a function call was providedERROR_RESOURCE_CREATE_FAIL- Creation of an internal resource failedERROR_RESOURCE_ACCESS_FAIL- Access of an internal resource failedERROR_TIMEOUT- Internal system timeoutERROR_MALLOC_FAIL- Malloc call within remotery failedERROR_TLS_ALLOC_FAIL- Attempt to allocate thread local storage failedERROR_VIRTUAL_MEMORY_BUFFER_FAIL- Failed to create a virtual memory mirror bufferERROR_CREATE_THREAD_FAIL- Failed to create a thread for the serverERROR_OPEN_THREAD_HANDLE_FAIL- Failed to open a thread handle, given a thread idERROR_SOCKET_INVALID_POLL- Poll attempt on an invalid socketERROR_SOCKET_SELECT_FAIL- Server failed to call select on socketERROR_SOCKET_POLL_ERRORS- Poll notified that the socket has errorsERROR_SOCKET_SEND_FAIL- Unrecoverable error occured while client/server tried to send dataERROR_SOCKET_RECV_NO_DATA- No data available when attempting a receiveERROR_SOCKET_RECV_TIMEOUT- Timed out trying to receive dataERROR_SOCKET_RECV_FAILED- Unrecoverable error occured while client/server tried to receive dataERROR_WEBSOCKET_HANDSHAKE_NOT_GET- WebSocket server handshake failed, not HTTP GETERROR_WEBSOCKET_HANDSHAKE_NO_VERSION- WebSocket server handshake failed, can't locate WebSocket versionERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION- WebSocket server handshake failed, unsupported WebSocket versionERROR_WEBSOCKET_HANDSHAKE_NO_HOST- WebSocket server handshake failed, can't locate hostERROR_WEBSOCKET_HANDSHAKE_BAD_HOST- WebSocket server handshake failed, host is not allowed to connectERROR_WEBSOCKET_HANDSHAKE_NO_KEY- WebSocket server handshake failed, can't locate WebSocket keyERROR_WEBSOCKET_HANDSHAKE_BAD_KEY- WebSocket server handshake failed, WebSocket key is ill-formedERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL- WebSocket server handshake failed, internal error, bad string codeERROR_WEBSOCKET_DISCONNECTED- WebSocket server received a disconnect request and closed the socketERROR_WEBSOCKET_BAD_FRAME_HEADER- Couldn't parse WebSocket frame headerERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE- Partially received wide frame header sizeERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK- Partially received frame header data maskERROR_WEBSOCKET_RECEIVE_TIMEOUT- Timeout receiving frame headerERROR_REMOTERY_NOT_CREATED- Remotery object has not been createdERROR_SEND_ON_INCOMPLETE_PROFILE- An attempt was made to send an in,complete profile tree to the clientERROR_CUDA_DEINITIALIZED- This indicates that the CUDA driver is in the process of shutting downERROR_CUDA_NOT_INITIALIZED- This indicates that the CUDA driver has not been initialized with cuInit() or that initialization has failedERROR_CUDA_INVALID_CONTEXT- This most frequently indicates that there is no context bound to the current threadERROR_CUDA_INVALID_VALUE- This indicates that one or more of the parameters passed to the API call is not within an acceptable range of valuesERROR_CUDA_INVALID_HANDLE- This indicates that a resource handle passed to the API call was not validERROR_CUDA_OUT_OF_MEMORY- The API call failed because it was unable to allocate enough memory to perform the requested operationERROR_ERROR_NOT_READY- This indicates that a resource handle passed to the API call was not validERROR_D3D11_FAILED_TO_CREATE_QUERY- Failed to create query for sampleERROR_OPENGL_ERROR- Generic OpenGL error, no need to expose detail since app will need an OpenGL error callback registeredERROR_CUDA_UNKNOWN
- See Also:
-
RMT_PropertyFlags_NoFlags
public static final int RMT_PropertyFlags_NoFlagsFlags that control property behaviour. (rmtPropertyFlags)Enum values:
PropertyFlags_NoFlagsPropertyFlags_FrameReset- Reset property back to its default value on each new frame.
- See Also:
-
RMT_PropertyFlags_FrameReset
public static final int RMT_PropertyFlags_FrameResetFlags that control property behaviour. (rmtPropertyFlags)Enum values:
PropertyFlags_NoFlagsPropertyFlags_FrameReset- Reset property back to its default value on each new frame.
- See Also:
-
RMT_PropertyType_rmtGroup
public static final int RMT_PropertyType_rmtGroupAll possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMT_PropertyType_rmtBool
public static final int RMT_PropertyType_rmtBoolAll possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMT_PropertyType_rmtS32
public static final int RMT_PropertyType_rmtS32All possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMT_PropertyType_rmtU32
public static final int RMT_PropertyType_rmtU32All possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMT_PropertyType_rmtF32
public static final int RMT_PropertyType_rmtF32All possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMT_PropertyType_rmtS64
public static final int RMT_PropertyType_rmtS64All possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMT_PropertyType_rmtU64
public static final int RMT_PropertyType_rmtU64All possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMT_PropertyType_rmtF64
public static final int RMT_PropertyType_rmtF64All possible property types that can be recorded and sent to the viewer. (rmtPropertyType)Enum values:
- See Also:
-
RMTSF_None
public static final int RMTSF_NonermtSampleFlagsEnum values:
RMTSF_None- Default behaviourRMTSF_Aggregate- Search parent for same-named samples and merge timing instead of adding a new sampleRMTSF_Recursive- Merge sample with parent if it's the same sampleRMTSF_Root- Set this flag on any of your root samples so that Remotery will assert if it ends up not being the root sample.This will quickly allow you to detect
Begin/Endmismatches causing a sample tree imbalance.RMTSF_SendOnClose- , Mainly for platforms other than Windows that don't support the thread sampler and can't detect stalling samples.Where you have a non-root sample that stays open indefinitely and never sends its contents to log/viewer. Send this sample to log/viewer when it closes. You can not have more than one sample open with this flag on the same thread at a time. This flag will be removed in a future version when all platforms support stalling samples.
- See Also:
-
RMTSF_Aggregate
public static final int RMTSF_AggregatermtSampleFlagsEnum values:
RMTSF_None- Default behaviourRMTSF_Aggregate- Search parent for same-named samples and merge timing instead of adding a new sampleRMTSF_Recursive- Merge sample with parent if it's the same sampleRMTSF_Root- Set this flag on any of your root samples so that Remotery will assert if it ends up not being the root sample.This will quickly allow you to detect
Begin/Endmismatches causing a sample tree imbalance.RMTSF_SendOnClose- , Mainly for platforms other than Windows that don't support the thread sampler and can't detect stalling samples.Where you have a non-root sample that stays open indefinitely and never sends its contents to log/viewer. Send this sample to log/viewer when it closes. You can not have more than one sample open with this flag on the same thread at a time. This flag will be removed in a future version when all platforms support stalling samples.
- See Also:
-
RMTSF_Recursive
public static final int RMTSF_RecursivermtSampleFlagsEnum values:
RMTSF_None- Default behaviourRMTSF_Aggregate- Search parent for same-named samples and merge timing instead of adding a new sampleRMTSF_Recursive- Merge sample with parent if it's the same sampleRMTSF_Root- Set this flag on any of your root samples so that Remotery will assert if it ends up not being the root sample.This will quickly allow you to detect
Begin/Endmismatches causing a sample tree imbalance.RMTSF_SendOnClose- , Mainly for platforms other than Windows that don't support the thread sampler and can't detect stalling samples.Where you have a non-root sample that stays open indefinitely and never sends its contents to log/viewer. Send this sample to log/viewer when it closes. You can not have more than one sample open with this flag on the same thread at a time. This flag will be removed in a future version when all platforms support stalling samples.
- See Also:
-
RMTSF_Root
public static final int RMTSF_RootrmtSampleFlagsEnum values:
RMTSF_None- Default behaviourRMTSF_Aggregate- Search parent for same-named samples and merge timing instead of adding a new sampleRMTSF_Recursive- Merge sample with parent if it's the same sampleRMTSF_Root- Set this flag on any of your root samples so that Remotery will assert if it ends up not being the root sample.This will quickly allow you to detect
Begin/Endmismatches causing a sample tree imbalance.RMTSF_SendOnClose- , Mainly for platforms other than Windows that don't support the thread sampler and can't detect stalling samples.Where you have a non-root sample that stays open indefinitely and never sends its contents to log/viewer. Send this sample to log/viewer when it closes. You can not have more than one sample open with this flag on the same thread at a time. This flag will be removed in a future version when all platforms support stalling samples.
- See Also:
-
RMTSF_SendOnClose
public static final int RMTSF_SendOnClosermtSampleFlagsEnum values:
RMTSF_None- Default behaviourRMTSF_Aggregate- Search parent for same-named samples and merge timing instead of adding a new sampleRMTSF_Recursive- Merge sample with parent if it's the same sampleRMTSF_Root- Set this flag on any of your root samples so that Remotery will assert if it ends up not being the root sample.This will quickly allow you to detect
Begin/Endmismatches causing a sample tree imbalance.RMTSF_SendOnClose- , Mainly for platforms other than Windows that don't support the thread sampler and can't detect stalling samples.Where you have a non-root sample that stays open indefinitely and never sends its contents to log/viewer. Send this sample to log/viewer when it closes. You can not have more than one sample open with this flag on the same thread at a time. This flag will be removed in a future version when all platforms support stalling samples.
- See Also:
-
-
Method Details
-
nrmt_GetLastErrorMessage
public static long nrmt_GetLastErrorMessage()Unsafe version of:GetLastErrorMessage -
rmt_GetLastErrorMessage
Gets the last error message issued on the calling thread -
nrmt_Settings
public static long nrmt_Settings()Unsafe version of:Settings -
rmt_Settings
Retrieve and configure the globalrmtSettingsobject.This can be done before or after Remotery is initialised, however some fields are only referenced on initialisation.
-
nrmt_CreateGlobalInstance
public static int nrmt_CreateGlobalInstance(long remotery) Unsafe version of:CreateGlobalInstance -
rmt_CreateGlobalInstance
public static int rmt_CreateGlobalInstance(org.lwjgl.PointerBuffer remotery) Initialises Remotery and sets its internal global instance pointer.- Parameters:
remotery- returns the pointer for further use
-
nrmt_DestroyGlobalInstance
public static void nrmt_DestroyGlobalInstance(long remotery) Unsafe version of:DestroyGlobalInstance -
rmt_DestroyGlobalInstance
public static void rmt_DestroyGlobalInstance(long remotery) Shutsdown Remotery, requiring its pointer to be passed to ensure you are destroying the correct instance. -
nrmt_SetGlobalInstance
public static void nrmt_SetGlobalInstance(long remotery) Unsafe version of:SetGlobalInstance -
rmt_SetGlobalInstance
public static void rmt_SetGlobalInstance(long remotery) For use in the presence of DLLs/SOs if each of them are linking Remotery statically.If Remotery is hosted in its own DLL and linked dynamically then there is no need to use this. Otherwise, pass the result of
CreateGlobalInstancefrom your main DLL to this in your other DLLs. -
rmt_GetGlobalInstance
public static long rmt_GetGlobalInstance()Gets a pointer to the current global Remotery instance. -
nrmt_SetCurrentThreadName
public static void nrmt_SetCurrentThreadName(long thread_name) -
rmt_SetCurrentThreadName
-
rmt_SetCurrentThreadName
-
nrmt_LogText
public static void nrmt_LogText(long text) -
rmt_LogText
-
rmt_LogText
-
nrmt_BeginCPUSample
public static void nrmt_BeginCPUSample(long name, int flags, long hash_cache) Unsafe version of:BeginCPUSample -
rmt_BeginCPUSample
- Parameters:
flags- one of:RMTSF_NoneRMTSF_AggregateRMTSF_RecursiveRMTSF_RootRMTSF_SendOnClosehash_cache- Stores a pointer to a sample name's hash value.Internally this is used to identify unique callstacks and it would be ideal that it's not recalculated each time the sample is used. This can be statically cached at the point of call or stored elsewhere when dynamic names are required.
If
NULLthen this call becomes more expensive, as it has to recalculate the hash of the name.
-
rmt_BeginCPUSample
- Parameters:
flags- one of:RMTSF_NoneRMTSF_AggregateRMTSF_RecursiveRMTSF_RootRMTSF_SendOnClosehash_cache- Stores a pointer to a sample name's hash value.Internally this is used to identify unique callstacks and it would be ideal that it's not recalculated each time the sample is used. This can be statically cached at the point of call or stored elsewhere when dynamic names are required.
If
NULLthen this call becomes more expensive, as it has to recalculate the hash of the name.
-
rmt_EndCPUSample
public static void rmt_EndCPUSample() -
rmt_MarkFrame
public static int rmt_MarkFrame()Used for both CPU and GPU profiling.Essential to call this every frame, ever since D3D12/Vulkan support was added
D3D12/Vulkan Requirements: Don't sample any command lists that begin before this call and end after it
-
rmt_PropertySnapshotAll
public static int rmt_PropertySnapshotAll()Sends all properties and their values to the viewer and log to file. -
rmt_PropertyFrameResetAll
public static void rmt_PropertyFrameResetAll()Resets allPropertyFlags_FrameResetproperties to their default value. -
nrmt_IterateChildren
public static void nrmt_IterateChildren(long iter, long sample) -
rmt_IterateChildren
-
nrmt_IterateNext
public static int nrmt_IterateNext(long iter) -
rmt_IterateNext
-
nrmt_SampleTreeGetThreadName
public static long nrmt_SampleTreeGetThreadName(long sample_tree) -
rmt_SampleTreeGetThreadName
-
nrmt_SampleTreeGetRootSample
public static long nrmt_SampleTreeGetRootSample(long sample_tree) -
rmt_SampleTreeGetRootSample
public static long rmt_SampleTreeGetRootSample(long sample_tree) -
nrmt_SampleGetName
public static long nrmt_SampleGetName(long sample) Unsafe version of:SampleGetName -
rmt_SampleGetName
Should only called from within the sample tree callback, when the internal string lookup table is valid (i.e. on the main Remotery thread). -
nrmt_SampleGetNameHash
public static int nrmt_SampleGetNameHash(long sample) -
rmt_SampleGetNameHash
public static int rmt_SampleGetNameHash(long sample) -
nrmt_SampleGetCallCount
public static int nrmt_SampleGetCallCount(long sample) -
rmt_SampleGetCallCount
public static int rmt_SampleGetCallCount(long sample) -
nrmt_SampleGetStart
public static long nrmt_SampleGetStart(long sample) -
rmt_SampleGetStart
public static long rmt_SampleGetStart(long sample) -
nrmt_SampleGetTime
public static long nrmt_SampleGetTime(long sample) -
rmt_SampleGetTime
public static long rmt_SampleGetTime(long sample) -
nrmt_SampleGetSelfTime
public static long nrmt_SampleGetSelfTime(long sample) -
rmt_SampleGetSelfTime
public static long rmt_SampleGetSelfTime(long sample) -
nrmt_SampleGetColour
public static void nrmt_SampleGetColour(long sample, long r, long g, long b) -
rmt_SampleGetColour
-
nrmt_SampleGetType
public static int nrmt_SampleGetType(long sample) -
rmt_SampleGetType
public static int rmt_SampleGetType(long sample) -
nrmt_PropertyIterateChildren
public static void nrmt_PropertyIterateChildren(long iter, long sample) -
rmt_PropertyIterateChildren
public static void rmt_PropertyIterateChildren(RMTPropertyIterator iter, @Nullable RMTProperty sample) -
nrmt_PropertyIterateNext
public static int nrmt_PropertyIterateNext(long iter) -
rmt_PropertyIterateNext
-
nrmt_PropertyGetType
public static int nrmt_PropertyGetType(long property) -
rmt_PropertyGetType
-
nrmt_PropertyGetName
public static long nrmt_PropertyGetName(long property) -
rmt_PropertyGetName
-
nrmt_PropertyGetDescription
public static long nrmt_PropertyGetDescription(long property) -
rmt_PropertyGetDescription
-
nrmt_PropertyGetValue
public static void nrmt_PropertyGetValue(long property, long __result) -
rmt_PropertyGetValue
public static RMTPropertyValue rmt_PropertyGetValue(RMTProperty property, RMTPropertyValue __result) -
n_rmt_PropertySetValue
public static void n_rmt_PropertySetValue(long property) -
_rmt_PropertySetValue
-
n_rmt_PropertyAddValue
public static void n_rmt_PropertyAddValue(long property, long add_value) -
_rmt_PropertyAddValue
-
n_rmt_HashString32
public static int n_rmt_HashString32(long s, int len, int seed) -
_rmt_HashString32
-
_rmt_HashString32
-
rmt_PropertyDefine
public static RMTProperty rmt_PropertyDefine(int type, int flags, RMTPropertyValue default_value, ByteBuffer name, ByteBuffer desc, @Nullable RMTProperty parent, RMTProperty __result) Initializes the__resultRMTPropertywith the specified values.This method does not allocate any memory.
- Returns:
- the initialized property
-
rmt_PropertyDefine
public static RMTProperty rmt_PropertyDefine(int type, int flags, RMTPropertyValue default_value, String name, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Uses the specifiedMemoryStackframe to encode thenameanddescstrings and allocate memory for a newRMTProperty, then initializes the property with the specified values.- Returns:
- the new property
-
rmt_PropertyDefine_Group
public static RMTProperty rmt_PropertyDefine_Group(String name, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new group property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new group property
- See Also:
-
rmt_PropertyDefine_Bool
public static RMTProperty rmt_PropertyDefine_Bool(String name, boolean default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new boolean property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new boolean property
- See Also:
-
rmt_PropertyDefine_S32
public static RMTProperty rmt_PropertyDefine_S32(String name, int default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new S32 property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new S32 property
- See Also:
-
rmt_PropertyDefine_U32
public static RMTProperty rmt_PropertyDefine_U32(String name, int default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new U32 property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new U32 property
- See Also:
-
rmt_PropertyDefine_F32
public static RMTProperty rmt_PropertyDefine_F32(String name, float default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new F32 property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new F32 property
- See Also:
-
rmt_PropertyDefine_S64
public static RMTProperty rmt_PropertyDefine_S64(String name, long default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new S64 property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new S64 property
- See Also:
-
rmt_PropertyDefine_U64
public static RMTProperty rmt_PropertyDefine_U64(String name, long default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new U64 property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new U64 property
- See Also:
-
rmt_PropertyDefine_F64
public static RMTProperty rmt_PropertyDefine_F64(String name, double default_value, int flags, String desc, @Nullable RMTProperty parent, org.lwjgl.system.MemoryStack frame) Allocates a new F64 property on the specifiedMemoryStackframe and initializes it.- Returns:
- the new F64 property
- See Also:
-
rmt_PropertySet_Bool
-
rmt_PropertySet_S32
-
rmt_PropertySet_U32
-
rmt_PropertySet_F32
-
rmt_PropertySet_S64
-
rmt_PropertySet_U64
-
rmt_PropertySet_F64
-
rmt_PropertyAdd_S32
public static void rmt_PropertyAdd_S32(RMTProperty property, int add_value, org.lwjgl.system.MemoryStack frame) -
rmt_PropertyAdd_S32
-
rmt_PropertyAdd_U32
public static void rmt_PropertyAdd_U32(RMTProperty property, int add_value, org.lwjgl.system.MemoryStack frame) -
rmt_PropertyAdd_U32
-
rmt_PropertyAdd_F32
public static void rmt_PropertyAdd_F32(RMTProperty property, float add_value, org.lwjgl.system.MemoryStack frame) -
rmt_PropertyAdd_F32
-
rmt_PropertyAdd_S64
public static void rmt_PropertyAdd_S64(RMTProperty property, long add_value, org.lwjgl.system.MemoryStack frame) -
rmt_PropertyAdd_S64
-
rmt_PropertyAdd_U64
public static void rmt_PropertyAdd_U64(RMTProperty property, long add_value, org.lwjgl.system.MemoryStack frame) -
rmt_PropertyAdd_U64
-
rmt_PropertyAdd_F64
public static void rmt_PropertyAdd_F64(RMTProperty property, double add_value, org.lwjgl.system.MemoryStack frame) -
rmt_PropertyAdd_F64
-