에러 메시지 목록
에러 코드 목록
에러코드 | 설명 |
---|---|
ErrorType_Ok | 성공 |
ErrorType_Unexpected | Exception 발생 |
ErrorType_AlreadyConnected | 이미 연결되었음 |
ErrorType_TCPConnectFailure | TCP 연결 실패 |
ErrorType_InvalidSessionKey | 잘못된 key |
ErrorType_EncryptFail | 인코딩 실패 |
ErrorType_DecryptFail | 해커가 손상된 데이터를 전송했거나 디코딩 실패 |
ErrorType_ConnectServerTimeout | 서버 접속 시간 타임 아웃 |
ErrorType_ProtocolVersionMismatch | 서버 연결을 위한 프로토콜 버전이 다릅니다. |
ErrorType_InvalidLicense | 유효하지 않는 라이센스 |
ErrorType_NotifyServerDeniedConnection | 서버가 의도적으로 연결 거부 |
ErrorType_Reserved01 | 서버 접속 성공 |
ErrorType_DisconnectFromRemote | 통신 호스트가 연결 해제 |
ErrorType_DisconnectFromLocal | 호스트가 연결 해제 |
ErrorType_Reserved02 | 위험한 상황을 초래할 수 있는 요인이 있습니다. |
ErrorType_UnknownAddrPort | 알 수 없는 인터넷 주소 |
ErrorType_Reserved03 | 서버 준비가 부족함 |
ErrorType_ServerPortListenFailure | 서버 소켓 수신을 시작할 수 없습니다. TCP 또는 UDP 소켓이 이미 사용 중인 포트인지 확인하세요. |
ErrorType_AlreadyExists | 이미 존재하는 개체 |
ErrorType_PermissionDenied | 접근 불가 |
ErrorType_BadSessionGuid | 잘못된 세션 Guid |
ErrorType_InvalidCredential | 잘못된 자격 증명 |
ErrorType_InvalidHeroName | 잘못된 Hero 이름 |
ErrorType_Reserved06 | 잠금 해제된 로딩이 잠긴 후 문제 발생 |
ErrorType_Reserved07 | 출력 매개변수인 adjustedGamerIDNotFilled 가 비었습니다. |
ErrorType_Reserved08 | 플레이어 캐릭터가 존재하지 않습니다. |
ErrorType_UnitTestFailed | Unit 테스트 실패 |
ErrorType_P2PUdpFailed | P2P UDP 통신이 차단되어 있습니다. |
ErrorType_ReliableUdpFailed | Reliable Udp 실패 |
ErrorType_ServerUdpFailed | 클라이언트-서버 UDP 통신이 차단되었습니다. |
ErrorType_NoP2PGroupRelation | 더 이상 함께 속한 P2P 그룹이 없습니다. |
ErrorType_ExceptionFromUserFunction | 사용자 정의 함수(RMI 수신 루틴 또는 이벤트 핸들러)에서 Exception 발생 |
ErrorType_UserRequested | 사용자 요청으로 인한 오류 |
ErrorType_InvalidPacketFormat | 잘못된 패킷 유형입니다. 통신 호스트가 해킹되었거나 버그입니다. |
ErrorType_TooLargeMessageDetected | 메시지 크기가 큽니다. |
ErrorType_Reserved09 | 신뢰할 수 없는 메시지는 암호화할 수 없습니다. |
ErrorType_ValueNotExist | 존재하지 않는 값 |
ErrorType_TimeOut | 시간 초과 |
ErrorType_LoadedDataNotFound | 로드된 데이터를 찾을 수 없습니다. |
ErrorType_SendQueueIsHeavy | 전송 큐가 너무 큽니다. |
ErrorType_TooSlowHeartbeatWarning | HeartBeat가 평균보다 느립니다. |
ErrorType_CompressFail | 메시지 압축 실패 |
ErrorType_LocalSocketCreationFailed | 클라이언트 소켓을 수신할 수 없거나 UDP를 준비할 수 없습니다. 프로세스당 소켓 수에 제한이 있는지, TCP 또는 UDP 소켓 사용 중인지 확인 필요 |
Error_NoneAvailableInPortPool | Port Pool의 로컬 포트에 대한 바인딩 실패. Port Pool 값이 충분한지 확인하세요. |
ErrorType_InvalidPortPool | 포트 범위가 잘못되었습니다. 포트를 0(랜덤 포트 바인딩)으로 설정하거나 중복되어 있는지 확인하세요. |
ErrorType_InvalidHostID | 잘못된 HostID |
ErrorType_MessageOverload | 메시지를 쌓는 속도가 처리하는 속도보다 빠릅니다. 메시지를 너무 많이 보내고 있는지, 아니면 메시지 처리 루틴이 너무 느리게 실행되고 있는지 확인하세요. |
ErrorType_DatabaseAccessFailed | DB 접근 실패. comment 변수에서 자세한 내용을 살펴볼 수 있습니다. |
ErrorType_OutOfMemory | 메모리 부족 |
ErrorType_AutoConnectionRecoveryFailed | 서버와의 연결이 끊어져 연결 복구 기능이 가동되었지만 실패하였습니다. |
Comment 메시지 목록
메시지 | 에러코드 | 설명 |
---|---|---|
%d bytes in send queue | ErrorType_SendQueueIsHeavy | 송신 큐에 너무 많은 메시지가 찼을 때 차있는 용량을 알려줌. OnWarning 발생 |
(AddrPort) is not an IPv4 address | ErrorType_UnknownAddrPort | IPv4 주소로 변환 시 주소 획득 실패 |
Bad format in NotifyServerConnectSuccess | ErrorType_InvalidPacketFormat | 클라이언트에서 서버로 연결 요청을 보낸 후 서버 접속 실패 |
Before OnJoinServerComplete with fail, we got DNS lookup failure. Error=d | ErrorType_Unexpected | 클라이언트에서 서버 접속 도중 DNS 룩업 실패 |
blocked method but no active event | ErrorType_Unexpected | DBCache2 서버에서 DBCache2 클라이언트에 응답할 때 OnWarning 발생 |
BlockedAddData failed! Call is bug in UserWorkerThread | ErrorType_Unexpected | DBCache2 클라이언트에서 호출 실패 |
BlockedAddData failed! NodeData that confronts OwnerUUID cannot be found. | ErrorType_BadSessionGuid | DBCache2 클라이언트에서 AddData 실패 |
BlockedAddData failed! NodeData that confronts RootUUID cannot be found. | ErrorType_BadSessionGuid | DBCache2 클라이언트에서 AddData 실패 |
BlockedRecursiveUpdateData failed! Call is bug in UserWorkerThread! | ErrorType_Unexpected | DBCache2 클라이언트에서 RemoveData 실패 |
BlockedRecursiveUpdateData failed! NodeData that confronts RootUUID cannot be found. | ErrorType_BadSessionGuid | DBCache2 클라이언트에서 RecursiveUpdateData 실패 |
BlockedRemoveData failed! Call is bug in UserWorkerThread! | ErrorType_Unexpected | DBCache2 클라이언트에서 RemoveData 실패 |
BlockedRemoveData failed! NodeData that confronts RootUUID cannot be found. | ErrorType_BadSessionGuid | DBCache2 클라이언트에서 RemoveData 실패 |
BlockedRemoveData failed! NodeData that confronts UUID cannot be found. | ErrorType_BadSessionGuid | DBCache2 클라이언트에서 RemoveData 실패 |
BlockUpdateData failed! Call is bug in UserWorkerThread! | ErrorType_Unexpected | DBCache2 클라이언트에서 UpdateData 실패 |
BlockUpdateData failed! NodeData that confronts RootUUID cannot be found. | ErrorType_BadSessionGuid | DBCache2 클라이언트에서 UpdateData 실패 |
BlockUpdateData failed! NodeData that confronts UUID cannot be found. | ErrorType_BadSessionGuid | DBCache2 클라이언트에서 UpdateData 실패 |
Cannot bind TCP socket to a local address! | ErrorType_TCPConnectFailure | 클라이언트에서 서버에 연결하기 위한 소켓 생성에 실패했을 때 연결 실패, OnError 발생 |
Cannot send messages unless connection to server exists! | ErrorType_PermissionDenied | 서버와 연결이 해제된 상태에서 메시지 송신 시 메시지 송신 실패, OnError 발생 |
Certification Failed to DB Cache | ErrorType_InvalidSessionKey | DBCache2 서버에서 클라이언트에 응답할 때 클라이언트 연결 실패 |
checksum failure. | ErrorType_DecryptFail | ByteArray나 message 복호화 실패 |
Connected to server successfully, but we cannot get DNS lookup. ErrorCode:d | ErrorType_Unexpected | 클라이언트에서 서버에 접속 시 OnError 발생 |
CStartServerParameter.m_enableP2PEncryptedMessaging=false. P2P Messaging can not encrypted | ErrorType_EncryptFail | 메시지 송신 시 OnError 발생 |
Current loaded data owner as DB cache client denied the handover. | ErrorType_PermissionDenied | DB캐시 클라이언트가 서버에 요청한 후 데이터 로드 실패 |
Data (root=s) is already isolated. | ErrorType_PermissionDenied | DB캐시 서버에서 Data load 시 실패 목록에 추가 |
decryptCount1 read failed | ErrorType_DecryptFail | 암호화된 메시지 수신 시 복호화 실패 |
decryption failure 1 | ErrorType_DecryptFail | 암호화된 메시지 수신 후 메시지 순서가 올바르지 않을 때 메시지 버리기 |
Decryption result is larger! Memory corruption may occur | ErrorType_DecryptFail | 복호화한 블록이 암호화한 블록보다 클 때 복호화 실패 |
DenyUnloadData is called for not-loaded data. | ErrorType_LoadedDataNotFound | DBCache2 클라이언트에서 서버에 데이터 unload 요청 시 OnWarning 발생 |
DNS lookup failure. error code=(에러코드) | ErrorType_TCPConnectFailure | 클라이언트에서 서버 IP 조회 실패 |
Error | ErrorType_DecryptFail | RSA 알고리즘을 사용한 복호화 실패 |
Error : NotifyAddDataSuccess: InsertChild failed. | ErrorType_Unexpected | DBCache2 서버에서 OnWarning 발생 |
Error : NotifyAddDataSuccess: OwnerNode not found. | ErrorType_Unexpected | DBCache2 서버에서 OnWarning 발생 |
Error : UnilateralMoveData MovePropNode Fail | ErrorType_ValueNotExist | DBCache2 클라이언트에서 OnWarning 발생 |
Error : UnilateralMoveData RemoveNode Fail | ErrorType_Unexpected | DBCache2 클라이언트에서 OnWarning 발생 |
Error : UnilateralRemoveData failed to remove node. | ErrorType_Unexpected | DBCache2 클라이언트에서 OnWarning 발생 |
Failed to create credential. | ErrorType_EncryptFail | 클라이언트가 서버와 첫 통신 시 통신 실패 |
Failed to create SessionKey. | ErrorType_EncryptFail | 클라이언트가 서버와 첫 통신 시 통신 실패 |
FATAL: new UDP socket - Cannot create UDP socket! Cannot get TCP NIC address (AddrPort). | ErrorType_LocalSocketCreationFailed | 클라이언트에서 UDP 소켓 생성할 때 서버를 향한 UDP 소켓 생성 실패 |
I/O length=d, error code=d | ErrorType_DisconnectFromRemote | 소켓 정리 도중 연결 종료 |
Incorrect Packet | ErrorType_DecryptFail | RSA 알고리즘을 사용해 복호화 시도 및 패킷 변조를 확인하여 복호화 실패 |
input is NULL. | ErrorType_DecryptFail | 암호화된 메시지가 입력되지 않아 복호화 실패 |
input is NULL. | ErrorType_EncryptFail | 암호화할 내용이 없을 때 암호화 실패 |
input length is invalid. | ErrorType_DecryptFail | 암호화된 메시지 길이가 너무 짧아 복호화 실패 |
insufficient output buffer. | ErrorType_EncryptFail | 암호화 된 메시지를 적을 공간 크기가 원본 메시지 크기보다 작아 암호화 실패 |
invalid input length. | ErrorType_EncryptFail | 원본 메시지 블록 크기가 0보다 작아 암호화 실패 |
Invalid Root Table Name. | ErrorType_UserRequested | DBCache2 서버에서 실패 목록에 추가 |
is isolated. | ErrorType_UserRequested | DBCache2 서버에서 데이터 로드 포기 |
key for fast encryption does not exist. | ErrorType_DecryptFail | 복호화용 키가 없어서 복호화 실패 |
key for fast encryption does not exist. | ErrorType_EncryptFail | 암호화용 키가 없어 암호화 실패 |
Loading data failure. s | ErrorType_Unexpected | DBCache2 서버에서 DB로부터 데이터 로드에 실패, 실패 목록에 추가 |
Make sure that enableP2PEncryptedMessaging is true. | ErrorType_DecryptFail | 복호화용 키가 없어 복호화 실패 |
NC.PNL위치에서 MessageType:d | ErrorType_InvalidPacketFormat | 클라이언트에서 메시지를 수신 한 후 OnError 발생 |
NLM1 | ErrorType_InvalidLicense | 서버와 클라이언트 연결 시 라이센스 관련 이슈로 접속 불가 |
Non-exclusive data access is denied. | ErrorType_PermissionDenied | 비독점 접근을 허용하지 않은 DBCache2 서버에서 데이터 비독점 접근 시 데이터 로드 실패 |
NPDC | ErrorType_NotifyServerDeniedConnection | 클라이언트에서 서버로 접속할 시 연결 실패, OnWarning 발생 |
NPVM1 | ErrorType_ProtocolVersionMismatch | 클라이언트에서 서버 연결시 서버와 사용하는 버전이 다르면 연결 실패 |
output is NULL. | ErrorType_DecryptFail | 복호화 된 메시지를 적을 공간이 NULL로 복호화 실패 |
output is NULL. | ErrorType_EncryptFail | 암호화된 결과물을 저장할 공간이 없어 암호화 실패 |
output length is invalid. | ErrorType_DecryptFail | 복호화 된 메시지를 적을 공간 크기가 암호화 메시지 크기보다 작아 복호화 실패 |
Packet compression failed! Error code=d | ErrorType_CompressFail | 메시지 송신 시 메시지 압축 실패, OnError 발생 |
Please Check Encrypt Error CStartServerParameter | ErrorType_EncryptFail | 클라이언트에서 데이터 전송 시 암호화 실패 |
Received datagram from UDP became inconsistent | ErrorType_InvalidPacketFormat, ErrorType_TooLargeMessageDetected | UDP 메시지 수신 시 OnWarning 발생 |
Received stream from TCP server became inconsistent | ErrorType_InvalidPacketFormat, ErrorType_TooLargeMessageDetected | TCP 메시지 수신 시 연결 종료 |
Remote detected no receive. | ErrorType_ConnectServerTimeout | 클라이언트에서 서버에 연결 요청 시 연결 실패 |
RMI (name=s) | ErrorType_NotImplementedRmi | RMI 호출 실패 |
RootUUID is not valid | ErrorType_UserRequested | DBCache2 서버에서 데이터 로드 실패 |
RootUUID not found. | ErrorType_LoadedDataNotFound | DBCache2 서버에서 데이터 로드에 실패했을 시 OnException 발생 |
RootUUID not found. s | ErrorType_LoadedDataNotFound | DBCache2 서버에서 데이터 로드에 실패했을 시 OnException 발생 |
sendQueue dBytes | ErrorType_SendQueueIsHeavy | 송신큐에 너무 많은 메시지가 찼을 시 OnWarning 발생 |
Server UDP holepunch OK, but we cannot do DNS look up. Error code = d | ErrorType_Unexpected | 클라이언트에서 서버와 홀펀칭할 때 OnError 발생 |
Socket accept fail. socket error=(SocketErrorCode) | ErrorType_LocalSocketCreationFailed | 소켓 생성 실패, 에러 코드는 WSAGetLastError()에 따름 |
Stream Extract Error at Reliable UDP | ErrorType_InvalidPacketFormat, ErrorType_TooLargeMessageDetected | 클라이언트에서 reliable udp 송수신 시 OnError 발생 |
TCP graceful disconnect, NetClient.Disconnect() or NetServer.CloseConnection() has been called. | ErrorType_DisconnectFromLocal | 연결 종료 처리 중(Disconnect, CloseConnection을 부른 이후) 메시지 수신 실패 |
TCP graceful disconnect. | ErrorType_DisconnectFromRemote | 소켓 정리 도중 연결 종료 |
The data does not exist. | ErrorType_LoadedDataNotFound | DBCache2 클라이언트에서 데이터 로드 실패 |
time out | ErrorType_TimeOut | DBCache2 클라이언트에서 AddData 실패 |
Too long elapsed time in NetClient hearbeat thread (%3.31f sec) | ErrorType_TooSlowHeartbeatWarning | 클라이언트가 서버에 접속 시 연결 실패, OnError 발생 |
Trial count:d, Arbitrary port number used: d | Error_NoneAvailableInPortPool | UDP 홀 펀칭 시 설정한 포트를 사용 불가능할 경우 임의의 UDP 포트 바인딩, OnWarning 발생 |
UDP socket for peer connection | ErrorType_LocalSocketCreationFailed | 클라이언트에서 UDP 소켓 생성할 때 p2p를 위한 UDP 소켓 생성 실패, OnWarning 발생 |
UDP socket for server connection | ErrorType_LocalSocketCreationFailed | 클라이언트에서 UDP 소켓 생성할 때 서버를 향한 UDP 소켓 생성 실패, OnWarning 발생 |
Unexpected: TCP-connected socket has no local address | ErrorType_UnknownAddrPort | 클라이언트에서 서버와 접속 후 자신의 로컬 주소를 이상하게 받아왔을 때 OnError 발생 |
We stopped socket I/O already. | ErrorType_DisconnectFromLocal | 소켓 정리 도중 연결 종료 |
이미 존재하는 데이터를 로드할 땐 ExclusiveLoadNewData를 사용 할 수 없습니다. | ErrorType_AlreadyExists | DBCacheServer에서 데이터를 불러올 때 로드 실패 |
Last updated