Windows Error 0x00002620 - 0x00002B0F

本文详细列举了多种Windows系统中常见的错误代码及其含义,包括网络配置、文件操作、套接字错误等多种情况,为开发者和系统管理员提供了一份实用的错误排查指南。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

This is the fourteenth and final node in the project to consolidate all of the Windows Error nodes. You will notice that this node seems to skip a few numbers from time to time. Those are the error messages that have no description at all, (not on E2 or using any of the other Error tools that I can find).

The messages are listed in this format

Hexadecimal  error identifier -  Decimal  error identifier
Error explanation
Windows API Error Identifier



Windows Error 0x00002649 - 9801 

Secure update call needs to continue update request. 
DNS_STATUS_CONTINUE_NEEDED 

Windows Error  0x0000267B - 9851 
TCP/IP  network  protocol not installed. 
DNS_ERROR_NO_TCPIP 

Windows Error  0x0000267C - 9852 
No DNS servers configured for local system. 
DNS_ERROR_NO_DNS_SERVERS 

Windows Error  0x00002714 - 10004 
A blocking  operation  was interrupted by a call to WSACancelBlockingCall. 
WSAEINTR 

Windows Error  0x00002719 - 10009 
The file handle supplied is not valid. 
WSAEBADF 

Windows Error  0x0000271D - 10013 
An attempt was made to access a socket in a way forbidden by its access permissions. 
WSAEACCES 

Windows Error  0x0000271E - 10014 
The system detected an invalid pointer address in attempting to use a pointer argument in a call. 
WSAEFAULT 

Windows Error  0x00002726 - 10022 
An invalid argument was supplied. 
WSAEINVAL 

Windows Error  0x00002728 - 10024 
Too many open sockets. 
WSAEMFILE 

Windows Error  0x00002733 - 10035 
A non-blocking socket  operation  could not be completed immediately. 
WSAEWOULDBLOCK 

Windows Error  0x00002734 - 10036 
A blocking  operation  is currently executing. 
WSAEINPROGRESS 

Windows Error  0x00002735 - 10037 
An  operation  was attempted on a non-blocking socket that already had an  operation  in progress. 
WSAEALREADY 

Windows Error  0x00002736 - 10038 
An  operation  was attempted on something that is not a socket. 
WSAENOTSOCK 

Windows Error  0x00002737 - 10039 
A required address was omitted from an  operation  on a socket. 
WSAEDESTADDRREQ 

Windows Error  0x00002738 - 10040 
A message sent on a datagram socket was larger than the internal message buffer or some other  network  limit, or the buffer used to receive a datagram into was smaller than the datagram itself. 
WSAEMSGSIZE 

Windows Error  0x00002739 - 10041 
A protocol was specified in the socket function call that does not support the semantics of the socket type requested. 
WSAEPROTOTYPE 

Windows Error  0x0000273A - 10042 
An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. 
WSAENOPROTOOPT 

Windows Error  0x0000273B - 10043 
The requested protocol has not been configured into the system, or no implementation for it exists. 
WSAEPROTONOSUPPORT 

Windows Error  0x0000273C - 10044 
The support for the specified socket type does not exist in this address family. 
WSAESOCKTNOSUPPORT 

Windows Error  0x0000273D - 10045 
The attempted  operation  is not supported for the type of object referenced. 
WSAEOPNOTSUPP 

Windows Error  0x0000273E - 10046 
The protocol family has not been configured into the system or no implementation for it exists. 
WSAEPFNOSUPPORT 

Windows Error  0x0000273F - 10047 
An address incompatible with the requested protocol was used. 
WSAEAFNOSUPPORT 

Windows Error  0x00002740 - 10048 
Only one usage of each socket address (protocol/ network  address/port) is normally permitted. 
WSAEADDRINUSE 

Windows Error  0x00002741 - 10049 
The requested address is not valid in its context. 
WSAEADDRNOTAVAIL 

Windows Error  0x00002742 - 10050 
A socket  operation  encountered a dead  network
WSAENETDOWN 

Windows Error  0x00002743 - 10051 
A socket  operation  was attempted to an unreachable  network
WSAENETUNREACH 

Windows Error  0x00002744 - 10052 
The connection has been broken due to keep-alive activity detecting a failure while the  operation  was in progress. 
WSAENETRESET 

Windows Error  0x00002745 - 10053 
An established connection was aborted by the software in your host machine. 
WSAECONNABORTED 

Windows Error  0x00002746 - 10054 
An existing connection was forcibly closed by the remote host. 
WSAECONNRESET 

Windows Error  0x00002747 - 10055 
An  operation  on a socket could not be performed because the system lacked sufficient  buffer space  or because a queue was full. 
WSAENOBUFS 

Windows Error  0x00002748 - 10056 
A connect request was made on an already connected socket. 
WSAEISCONN 

Windows Error  0x00002749 - 10057 
A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. 
WSAENOTCONN 

Windows Error  0x0000274A - 10058 
A request to send or receive data was disallowed because the  socket  had already been shut down in that direction with a previous shutdown call. 
WSAESHUTDOWN 

Windows Error  0x0000274B - 10059 
Too many references to some  kernel  object. 
WSAETOOMANYREFS 

Windows Error  0x0000274C - 10060 
connection  attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 
WSAETIMEDOUT 

Windows Error  0x0000274D - 10061 
No connection could be made because the target  machine  actively refused it. 
WSAECONNREFUSED 

Windows Error  0x0000274E - 10062 
Cannot  translate  name. 
WSAELOOP 

Windows Error  0x0000274F - 10063 
Name component or name was too long. 
WSAENAMETOOLONG 

Windows Error  0x00002750 - 10064 
A socket  operation  failed because the destination host was down. 
WSAEHOSTDOWN 

Windows Error  0x00002751 - 10065 
A socket  operation  was attempted to an unreachable host. 
WSAEHOSTUNREACH 

Windows Error  0x00002752 - 10066 
Cannot remove a  directory  that is not empty. 
WSAENOTEMPTY 

Windows Error  0x00002753 - 10067 
A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. 
WSAEPROCLIM 

Windows Error  0x00002754 - 10068 
Ran out of quota. 
WSAEUSERS 

Windows Error  0x00002755 - 10069 
Ran out of disk quota. 
WSAEDQUOT 

Windows Error  0x00002756 - 10070 
File handle reference is no longer available. 
WSAESTALE 

Windows Error  0x00002757 - 10071 
Item is not available locally. 
WSAEREMOTE 

Windows Error  0x0000276B - 10091 
WSAStartup cannot function at this time because the underlying system it uses to provide  network  services is currently unavailable. 
WSASYSNOTREADY 

Windows Error  0x0000276C - 10092 
The Windows Sockets version requested is not supported. 
WSAVERNOTSUPPORTED 

Windows Error  0x0000276D - 10093 
Either the application has not called WSAStartup, or WSAStartup failed. 
WSANOTINITIALISED 

Windows Error  0x00002775 - 10101 
Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. 
WSAEDISCON 

Windows Error  0x00002776 - 10102 
No more results can be returned by WSALookupServiceNext. 
WSAENOMORE 

Windows Error  0x00002777 - 10103 
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. 
WSAECANCELLED 

Windows Error  0x00002778 - 10104 
The procedure call table is invalid. 
WSAEINVALIDPROCTABLE 

Windows Error  0x00002779 - 10105 
The requested  service  provider is invalid. 
WSAEINVALIDPROVIDER 

Windows Error  0x0000277A - 10106 
The requested  service  provider could not be loaded or initialized. 
WSAEPROVIDERFAILEDINIT 

Windows Error  0x0000277B - 10107 
A system call that should never fail has failed. 
WSASYSCALLFAILURE 

Windows Error  0x0000277C - 10108 
No such  service  is known. The  service  cannot be found in the specified name space. 
WSASERVICE_NOT_FOUND 

Windows Error  0x0000277D - 10109 
The specified  class  was not found. 
WSATYPE_NOT_FOUND 

Windows Error  0x0000277E - 10110 
No more results can be returned by WSALookupServiceNext. 
WSA_E_NO_MORE 

Windows Error  0x0000277F - 10111 
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. 
WSA_E_CANCELLED 

Windows Error  0x00002780 - 10112 
database  query failed because it was actively refused. 
WSAEREFUSED 

Windows Error  0x00002AF9 - 11001 
No such host is known. 
WSAHOST_NOT_FOUND 

Windows Error  0x00002AFA - 11002 
This is usually a temporary error during hostname resolution and means that the local  server  did not receive a response from an authoritative  server
WSATRY_AGAIN 

Windows Error  0x00002AFB - 11003 
A non-recoverable error occurred during a  database  lookup. 
WSANO_RECOVERY 

Windows Error  0x00002AFC - 11004 
The requested name is valid and was found in the  database , but it does not have the correct associated data being resolved for. 
WSANO_DATA 

Windows Error  0x00002AFD - 11005 
At least one reserve has arrived. 
WSA_QOS_RECEIVERS 

Windows Error  0x00002AFE - 11006 
At least one path has arrived. 
WSA_QOS_SENDERS 

Windows Error  0x00002AFF - 11007 
There are no senders. 
WSA_QOS_NO_SENDERS 

Windows Error  0x00002B00 - 11008 
There are no receivers. 
WSA_QOS_NO_RECEIVERS 

Windows Error  0x00002B01 - 11009 
Reserve has been confirmed. 
WSA_QOS_REQUEST_CONFIRMED 

Windows Error  0x00002B02 - 11010 
Error due to lack of resources. 
WSA_QOS_ADMISSION_FAILURE 

Windows Error  0x00002B03 - 11011 
Rejected for administrative reasons - bad credentials. 
WSA_QOS_POLICY_FAILURE 

Windows Error  0x00002B04 - 11012 
Unknown or conflicting style. 
WSA_QOS_BAD_STYLE 

Windows Error  0x00002B05 - 11013 
Problem with some part of the filterspec or providerspecific buffer in general. 
WSA_QOS_BAD_OBJECT 

Windows Error  0x00002B06 - 11014 
Problem with some part of the flowspec. 
WSA_QOS_TRAFFIC_CTRL_ERROR 

Windows Error  0x00002B07 - 11015 
General QOS error. 

WSA_QOS_GENERIC_ERROR 


转载自:https://everything2.com/title/Windows+Error+0x00002620+-+0x00002B0F



I (361) main_task: Calling app_main() I (371) pp: pp rom version: 9387209 I (371) net80211: net80211 rom version: 9387209 I (381) wifi:wifi driver task: 3fca30b0, prio:23, stack:6656, core=0 I (381) wifi:wifi firmware version: 79fa3f41ba I (381) wifi:wifi certification version: v7.0 I (381) wifi:config NVS flash: enabled I (391) wifi:config nano formatting: disabled I (391) wifi:Init data frame dynamic rx buffer num: 32 I (401) wifi:Init static rx mgmt buffer num: 5 I (401) wifi:Init management short buffer num: 32 I (401) wifi:Init dynamic tx buffer num: 32 I (411) wifi:Init static tx FG buffer num: 2 I (411) wifi:Init static rx buffer size: 1600 I (421) wifi:Init static rx buffer num: 10 I (421) wifi:Init dynamic rx buffer num: 32 I (421) wifi_init: rx ba win: 6 I (431) wifi_init: accept mbox: 6 I (431) wifi_init: tcpip mbox: 32 I (431) wifi_init: udp mbox: 6 I (441) wifi_init: tcp mbox: 6 I (441) wifi_init: tcp tx win: 5760 I (441) wifi_init: tcp rx win: 5760 I (451) wifi_init: tcp mss: 1440 I (451) wifi_init: WiFi IRAM OP enabled I (451) wifi_init: WiFi RX IRAM OP enabled I (461) phy_init: phy_version 1200,2b7123f9,Feb 18 2025,15:22:21 Guru Meditation Error: Core 0 panic'ed (Store access fault). Exception was unhandled. Core 0 register dump: MEPC : 0x4209e22c RA : 0x4209de30 SP : 0x3fca2de0 GP : 0x3fc92000 --- 0x4209e22c: txcal_gain_check at ??:? --- 0x4209de30: rom1_bt_get_tx_gain_new at ??:? TP : 0x3fca30a0 T0 : 0x000000f0 T1 : 0x3fc92bc0 T2 : 0x00000042 S0/FP : 0x0000000c S1 : 0x00000000 A0 : 0xffffff68 A1 : 0xffffffe0 A2 : 0x3fc92cca A3 : 0xffe00000 A4 : 0xffffffec A5 : 0xffffffc0 A6 : 0x3fc92ba6 A7 : 0x0000000e S2 : 0x0000ffa0 S3 : 0x3fc92b50 S4 : 0x3fc92ba6 S5 : 0x3fc92cda S6 : 0x3fc92cca S7 : 0x00000000 S8 : 0x3fc9a000 S9 : 0xffffffc8 S10 : 0x00000018 S11 : 0x3fc94000 T3 : 0x0000000e T4 : 0xffffff68 T5 : 0xffffffa0 T6 : 0x0000000c MSTATUS : 0x00001881 MTVEC : 0x40380001 MCAUSE : 0x00000007 MTVAL : 0x0000001b --- 0x40380001: _vector_table at E:/espidf/v5.4.1/esp-idf/components/riscv/vectors_intc.S:54 MHARTID : 0x00000000 Stack memory: 3fca2de0: 0x00000006 0x3fc92b30 0x3fc92ca9 0x3fc92ca9 0x3fc92b98 0xffffff68 0xffffffa0 0x0000000c 3fca2e00: 0x00000002 0x0000004f 0x00cdf000 0x0000ffec 0x3fcdf934 0x3fce0000 0x01000100 0x00000000 3fca2e20: 0x3fcdf934 0x3fce0000 0x3ff1b000 0x3fce0000 0x00000000 0x3c0dab38 0x3fc99f50 0x00000000 3fca2e40: 0x3fca9958 0x3fc93000 0x3fc93000 0x4209e136 0xffffffa0 0x00000003 0x00000000 0x00000000 --- 0x4209e136: rom1_bt_set_tx_gain at ??:? 3fca2e60: 0x3fca9958 0x3fc99f50 0x3fc92b30 0x4209e188 0x3fca9958 0x3fc99f50 0x3fc92b30 0x4209ac72 --- 0x4209e188: bt_tx_gain_init at ??:? --- 0x4209ac72: bb_init at ??:? 3fca2e80: 0x3fca9958 0x00000000 0x3fc92b30 0x4209adc6 0x00ea0100 0x00ff0100 0x00eb0100 0x01010101 --- 0x4209adc6: register_chipv7_phy at ??:? 3fca2ea0: 0x00ed0101 0x00ff00ff 0x00f00100 0x010100ff 0x00f10100 0x01000101 0x00fa0101 0x00fe0103 3fca2ec0: 0x00fb0101 0x00f50100 0x00fb0101 0x00fa00fc 0x00000079 0x0cc90a8f 0x00000000 0x04090077 3fca2ee0: 0x070c1100 0x09010b0b 0x0908020a 0x4200c502 0x52520002 0x484c4c50 0x4648484c 0x4446464a --- 0x4200c502: nvs_get_u32 at E:/espidf/v5.4.1/esp-idf/components/nvs_flash/src/nvs_api.cpp:487 3fca2f00: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca2f20: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca2f40: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca2f60: 0x00000000 0x00000000 0x00000000 0x00000000 0x3fce0000 0x3fce0000 0x3fce0000 0x00000000 3fca2f80: 0x3c0d2000 0x3fca9958 0x00000000 0x42076b1e 0x00000000 0x00000000 0x3fca0e60 0x3fc99f58 --- 0x42076b1e: esp_phy_load_cal_and_init at E:/espidf/v5.4.1/esp-idf/components/esp_phy/src/phy_init.c:889 3fca2fa0: 0x3fc9a000 0x00000000 0x97b0cd34 0x0000dc59 0x00000000 0x00000000 0x3fce0000 0x3fc9883c 3fca2fc0: 0x3fc9a000 0x3fc9a000 0x00000001 0x42076bf6 0x00000000 0x3fc99000 0x3fce0000 0x420b0cc2 --- 0x42076bf6: esp_phy_enable at E:/espidf/v5.4.1/esp-idf/components/esp_phy/src/phy_init.c:301 --- 0x420b0cc2: esp_phy_enable_wrapper at E:/espidf/v5.4.1/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c:564 3fca2fe0: 0x00000000 0x3fc99000 0x00000000 0x4205c4c6 0x3fc9883c 0x3fca30b0 0x3fca0e60 0x00000001 --- 0x4205c4c6: wifi_hw_start at ??:? 3fca3000: 0x3fc9883c 0x00000003 0x00000000 0x4205ce12 0x3fce0000 0x3fce0000 0x3fc98c70 0x3ff1b5a8 --- 0x4205ce12: wifi_start_process at ??:? 3fca3020: 0x3fc9883c 0xffffffff 0x3fca993c 0x4205b058 0x00000000 0x3fcdf918 0x3fce0000 0x4004094c --- 0x4205b058: ieee80211_ioctl_process at ??:? --- 0x4004094c: ppRxFragmentProc in ROM 3fca3040: 0x00000000 0x00000000 0x00000006 0x3fca993c 0x00000000 0x00000000 0x00000000 0x00000000 3fca3060: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca3080: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fca30a0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0x00000150 0x3fca2cc0 0x00000000 0x3fc9495c 0x3fc9495c 3fca30c0: 0x3fca30b0 0x3fc94954 0x00000002 0x3fca0fbc 0x3fca0fbc 0x3fca30b0 0x00000000 0x00000017 3fca30e0: 0x3fca16ac 0x69666977 0x00000000 0x00000000 0x00000000 0x3fca30a0 0x00000017 0x00000001 3fca3100: 0x00000000 0x00000000 0x00000000 0x3fc9aa50 0x3fc9aab8 0x3fc9ab20 0x00000000 0x00000000 3fca3120: 0x00000001 0x00000000 0x00000000 0x00000000 0x42004694 0x00000000 0x00000000 0x00000000 --- 0x42004694: esp_cleanup_r at E:/espidf/v5.4.1/esp-idf/components/newlib/newlib_init.c:43 3fca3140: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca3160: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca3180: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca31a0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca31c0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 ELF file SHA256: e1814a13e Rebooting... ESP-ROM:esp32c3-api1-20210207 Build:Feb 7 2021 rst:0xc (RTC_SW_CPU_RST),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x403807f4 --- 0x403807f4: esp_restart_noos at E:/espidf/v5.4.1/esp-idf/components/esp_system/port/soc/esp32c3/system_internal.c:112 SPIWP:0xee mode:DIO, clock div:1 load:0x3fcd5820,len:0x1574 load:0x403cc710,len:0xc30 load:0x403ce710,len:0x2f64 entry 0x403cc71a I (24) boot: ESP-IDF v5.4.1 2nd stage bootloader I (24) boot: compile time Jun 26 2025 16:31:34 I (24) boot: chip revision: v0.4 I (25) boot: efuse block revision: v1.3 I (27) boot.esp32c3: SPI Speed : 80MHz I (31) boot.esp32c3: SPI Mode : DIO I (35) boot.esp32c3: SPI Flash Size : 2MB I (39) boot: Enabling RNG early entropy source... I (43) boot: Partition Table: I (46) boot: ## Label Usage Type ST Offset Length I (52) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (59) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (65) boot: 2 factory factory app 00 00 00010000 00100000 I (72) boot: End of partition table I (75) esp_image: segment 0: paddr=00010020 vaddr=3c0c0020 size=21af0h (137968) map I (105) esp_image: segment 1: paddr=00031b18 vaddr=3fc91800 size=02dd8h ( 11736) load I (107) esp_image: segment 2: paddr=000348f8 vaddr=40380000 size=0b720h ( 46880) load I (117) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=b1a14h (727572) map I (233) esp_image: segment 4: paddr=000f1a3c vaddr=4038b720 size=06068h ( 24680) load I (239) esp_image: segment 5: paddr=000f7aac vaddr=50000200 size=0001ch ( 28) load I (245) boot: Loaded app from partition at offset 0x10000 I (245) boot: Disabling RNG early entropy source... I (259) cpu_start: Unicore app I (267) cpu_start: Pro cpu start user code I (267) cpu_start: cpu freq: 160000000 Hz I (268) app_init: Application information: I (268) app_init: Project name: internal_communication I (272) app_init: App version: 1 I (276) app_init: Compile time: Jun 26 2025 16:31:14 I (281) app_init: ELF file SHA256: e1814a13e... I (285) app_init: ESP-IDF: v5.4.1 I (289) efuse_init: Min chip rev: v0.3 I (293) efuse_init: Max chip rev: v1.99 I (297) efuse_init: Chip rev: v0.4 I (301) heap_init: Initializing. RAM available for dynamic allocation: I (307) heap_init: At 3FC9A410 len 00025BF0 (150 KiB): RAM I (312) heap_init: At 3FCC0000 len 0001C710 (113 KiB): Retention RAM I (318) heap_init: At 3FCDC710 len 00002950 (10 KiB): Retention RAM I (324) heap_init: At 5000021C len 00001DCC (7 KiB): RTCRAM I (330) spi_flash: detected chip: generic I (333) spi_flash: flash io: dio W (336) spi_flash: DetectEd size(8192k) larger than the size in the binary image header(2048k). I (361) main_task: Calling app_main() I (371) pp: pp rom version: 9387209 I (371) net80211: net80211 rom version: 9387209 I (381) wifi:wifi driver task: 3fca30b0, prio:23, stack:6656, core=0 I (381) wifi:wifi firmware version: 79fa3f41ba I (381) wifi:wifi certification version: v7.0 I (381) wifi:config NVS flash: enabled I (391) wifi:config nano formatting: disabled I (391) wifi:Init data frame dynamic rx buffer num: 32 I (401) wifi:Init static rx mgmt buffer num: 5 I (401) wifi:Init management short buffer num: 32 I (401) wifi:Init dynamic tx buffer num: 32 I (411) wifi:Init static tx FG buffer num: 2 I (411) wifi:Init static rx buffer size: 1600 I (421) wifi:Init static rx buffer num: 10 I (421) wifi:Init dynamic rx buffer num: 32 I (421) wifi_init: rx ba win: 6 I (431) wifi_init: accept mbox: 6 I (431) wifi_init: tcpip mbox: 32 I (431) wifi_init: udp mbox: 6 I (441) wifi_init: tcp mbox: 6 I (441) wifi_init: tcp tx win: 5760 I (441) wifi_init: tcp rx win: 5760 I (451) wifi_init: tcp mss: 1440 I (451) wifi_init: WiFi IRAM OP enabled I (451) wifi_init: WiFi RX IRAM OP enabled I (461) phy_init: phy_version 1200,2b7123f9,Feb 18 2025,15:22:21 Guru Meditation Error: Core 0 panic'ed (Store access fault). Exception was unhandled. Core 0 register dump: MEPC : 0x4209e22c RA : 0x4209de30 SP : 0x3fca2de0 GP : 0x3fc92000 --- 0x4209e22c: txcal_gain_check at ??:? --- 0x4209de30: rom1_bt_get_tx_gain_new at ??:? TP : 0x3fca30a0 T0 : 0x000000f0 T1 : 0x3fc92bc0 T2 : 0x00000042 S0/FP : 0x0000000c S1 : 0x00000000 A0 : 0xffffff68 A1 : 0xffffffe0 A2 : 0x3fc92cca A3 : 0xffe00000 A4 : 0xffffffec A5 : 0xffffffc0 A6 : 0x3fc92ba6 A7 : 0x0000000e S2 : 0x0000ffa0 S3 : 0x3fc92b50 S4 : 0x3fc92ba6 S5 : 0x3fc92cda S6 : 0x3fc92cca S7 : 0x00000000 S8 : 0x3fc9a000 S9 : 0xffffffc8 S10 : 0x00000018 S11 : 0x3fc94000 T3 : 0x0000000e T4 : 0xffffff68 T5 : 0xffffffa0 T6 : 0x0000000c MSTATUS : 0x00001881 MTVEC : 0x40380001 MCAUSE : 0x00000007 MTVAL : 0x0000001b --- 0x40380001: _vector_table at E:/espidf/v5.4.1/esp-idf/components/riscv/vectors_intc.S:54 MHARTID : 0x00000000 Stack memory: 3fca2de0: 0x00000006 0x3fc92b30 0x3fc92ca9 0x3fc92ca9 0x3fc92b98 0xffffff68 0xffffffa0 0x0000000c 3fca2e00: 0x00000002 0x0000004f 0x00cdf000 0x0000ffec 0x3fcdf934 0x3fce0000 0x01000100 0x00000000 3fca2e20: 0x3fcdf934 0x3fce0000 0x3ff1b000 0x3fce0000 0x00000000 0x3c0dab38 0x3fc99f50 0x00000000 3fca2e40: 0x3fca9958 0x3fc93000 0x3fc93000 0x4209e136 0xffffffa0 0x00000003 0x00000000 0x00000000 --- 0x4209e136: rom1_bt_set_tx_gain at ??:? 3fca2e60: 0x3fca9958 0x3fc99f50 0x3fc92b30 0x4209e188 0x3fca9958 0x3fc99f50 0x3fc92b30 0x4209ac72 --- 0x4209e188: bt_tx_gain_init at ??:? --- 0x4209ac72: bb_init at ??:? 3fca2e80: 0x3fca9958 0x00000000 0x3fc92b30 0x4209adc6 0x00ea0100 0x00ff0100 0x00eb0100 0x01010101 --- 0x4209adc6: register_chipv7_phy at ??:? 3fca2ea0: 0x00ed0101 0x00ff00ff 0x00f00100 0x010100ff 0x00f10100 0x01000101 0x00fa0101 0x00fe0103 3fca2ec0: 0x00fb0101 0x00f50100 0x00fb0101 0x00fa00fc 0x00000079 0x0cc90a8f 0x00000000 0x04090077 3fca2ee0: 0x070c1100 0x09010b0b 0x0908020a 0x4200c502 0x52520002 0x484c4c50 0x4648484c 0x4446464a --- 0x4200c502: nvs_get_u32 at E:/espidf/v5.4.1/esp-idf/components/nvs_flash/src/nvs_api.cpp:487 3fca2f00: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca2f20: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca2f40: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca2f60: 0x00000000 0x00000000 0x00000000 0x00000000 0x3fce0000 0x3fce0000 0x3fce0000 0x00000000 3fca2f80: 0x3c0d2000 0x3fca9958 0x00000000 0x42076b1e 0x00000000 0x00000000 0x3fca0e60 0x3fc99f58 --- 0x42076b1e: esp_phy_load_cal_and_init at E:/espidf/v5.4.1/esp-idf/components/esp_phy/src/phy_init.c:889 3fca2fa0: 0x3fc9a000 0x00000000 0x97b0cd34 0x0000dc59 0x00000000 0x00000000 0x3fce0000 0x3fc9883c 3fca2fc0: 0x3fc9a000 0x3fc9a000 0x00000001 0x42076bf6 0x00000000 0x3fc99000 0x3fce0000 0x420b0cc2 --- 0x42076bf6: esp_phy_enable at E:/espidf/v5.4.1/esp-idf/components/esp_phy/src/phy_init.c:301 --- 0x420b0cc2: esp_phy_enable_wrapper at E:/espidf/v5.4.1/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c:564 3fca2fe0: 0x00000000 0x3fc99000 0x00000000 0x4205c4c6 0x3fc9883c 0x3fca30b0 0x3fca0e60 0x00000001 --- 0x4205c4c6: wifi_hw_start at ??:? 3fca3000: 0x3fc9883c 0x00000003 0x00000000 0x4205ce12 0x3fce0000 0x3fce0000 0x3fc98c70 0x3ff1b5a8 --- 0x4205ce12: wifi_start_process at ??:? 3fca3020: 0x3fc9883c 0xffffffff 0x3fca993c 0x4205b058 0x00000000 0x3fcdf918 0x3fce0000 0x4004094c --- 0x4205b058: ieee80211_ioctl_process at ??:? --- 0x4004094c: ppRxFragmentProc in ROM 3fca3040: 0x00000000 0x00000000 0x00000006 0x3fca993c 0x00000000 0x00000000 0x00000000 0x00000000 3fca3060: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca3080: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fca30a0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0x00000150 0x3fca2cc0 0x00000000 0x3fc9495c 0x3fc9495c 3fca30c0: 0x3fca30b0 0x3fc94954 0x00000002 0x3fca0fbc 0x3fca0fbc 0x3fca30b0 0x00000000 0x00000017 3fca30e0: 0x3fca16ac 0x69666977 0x00000000 0x00000000 0x00000000 0x3fca30a0 0x00000017 0x00000001 3fca3100: 0x00000000 0x00000000 0x00000000 0x3fc9aa50 0x3fc9aab8 0x3fc9ab20 0x00000000 0x00000000 3fca3120: 0x00000001 0x00000000 0x00000000 0x00000000 0x42004694 0x00000000 0x00000000 0x00000000 --- 0x42004694: esp_cleanup_r at E:/espidf/v5.4.1/esp-idf/components/newlib/newlib_init.c:43 3fca3140: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca3160: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca3180: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca31a0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fca31c0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 ELF file SHA256: e1814a13e Rebooting... ESP-ROM:esp32c3-api1-20210207 Build:Feb 7 2021 rst:0xc (RTC_SW_CPU_RST),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x403807f4 --- 0x403807f4: esp_restart_noos at E:/espidf/v5.4.1/esp-idf/components/esp_system/port/soc/esp32c3/system_internal.c:112 SPIWP:0xee mode:DIO, clock div:1 load:0x3fcd5820,len:0x1574 load:0x403cc710,len:0xc30 load:0x403ce710,len:0x2f64 entry 0x403cc71a I (24) boot: ESP-IDF v5.4.1 2nd stage bootloader I (24) boot: compile time Jun 26 2025 16:31:34 I (24) boot: chip revision: v0.4 I (25) boot: efuse block revision: v1.3 I (27) boot.esp32c3: SPI Speed : 80MHz I (31) boot.esp32c3: SPI Mode : DIO I (35) boot.esp32c3: SPI Flash Size : 2MB I (39) boot: Enabling RNG early entropy source... I (43) boot: Partition Table: I (46) boot: ## Label Usage Type ST Offset Length I (52) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (59) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (65) boot: 2 factory factory app 00 00 00010000 00100000 I (72) boot: End of partition table I (75) esp_image: segment 0: paddr=00010020 vaddr=3c0c0020 size=21af0h (137968) map I (105) esp_image: segment 1: paddr=00031b18 vaddr=3fc91800 size=02dd8h ( 11736) load I (107) esp_image: segment 2: paddr=000348f8 vaddr=40380000 size=0b720h ( 46880) load I (117) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=b1a14h (727572) map I (233) esp_image: segment 4: paddr=000f1a3c vaddr=4038b720 size=06068h ( 24680) load I (239) esp_image: segment 5: paddr=000f7aac vaddr=50000200 size=0001ch ( 28) load I (245) boot: Loaded app from partition at offset 0x10000 I (245) boot: Disabling RNG early entropy source... I (259) cpu_start: Unicore app I (267) cpu_start: Pro cpu start user code I (267) cpu_start: cpu freq: 160000000 Hz I (268) app_init: Application information: I (268) app_init: Project name: internal_communication I (272) app_init: App version: 1 I (276) app_init: Compile time: Jun 26 2025 16:31:14 I (281) app_init: ELF file SHA256: e1814a13e... I (285) app_init: ESP-IDF: v5.4.1 I (289) efuse_init: Min chip rev: v0.3 I (293) efuse_init: Max chip rev: v1.99 I (297) efuse_init: Chip rev: v0.4 I (301) heap_init: Initializing. RAM available for dynamic allocation: I (307) heap_init: At 3FC9A410 len 00025BF0 (150 KiB): RAM I (312) heap_init: At 3FCC0000 len 0001C710 (113 KiB): Retention RAM I (318) heap_init: At 3FCDC710 len 00002950 (10 KiB): Retention RAM I (324) heap_init: At 5000021C len 00001DCC (7 KiB): RTCRAM I (330) spi_flash: detected chip: generic I (333) spi_flash: flash io: dio W (336) spi_flash: DetectEd size(8192k) larger than the size in the binary image header(2048k).
06-27
ESP-ROM:esp32c3-api1-20210207 Build:Feb 7 2021 rst:0xc (RTC_SW_CPU_RST),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x4038081c --- 0x4038081c: esp_restart_noos at D:/Espressif/frameworks/esp-idf-v5.3.3/components/esp_system/port/soc/esp32c3/system_internal.c:110 SPIWP:0xee mode:DIO, clock div:1 load:0x3fcd5820,len:0x1820 load:0x403cc710,len:0xbcc load:0x403ce710,len:0x2f5c entry 0x403cc71a I (35) boot: ESP-IDF v5.3.3-dirty 2nd stage bootloader I (35) boot: compile time Jun 24 2025 16:46:47 I (35) boot: chip revision: v0.3 I (39) boot: efuse block revision: v1.2 I (43) boot.esp32c3: SPI Speed : 80MHz I (48) boot.esp32c3: SPI Mode : DIO I (53) boot.esp32c3: SPI Flash Size : 2MB I (57) boot: Enabling RNG early entropy source... I (63) boot: Partition Table: I (66) boot: ## Label Usage Type ST Offset Length I (74) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (81) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (89) boot: 2 factory factory app 00 00 00010000 00177000 I (96) boot: End of partition table I (100) esp_image: segment 0: paddr=00010020 vaddr=3c020020 size=0a1a4h ( 41380) map I (115) esp_image: segment 1: paddr=0001a1cc vaddr=3fc8dc00 size=0142ch ( 5164) load I (118) esp_image: segment 2: paddr=0001b600 vaddr=40380000 size=04a18h ( 18968) load I (129) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=1c864h (116836) map I (153) esp_image: segment 4: paddr=0003c88c vaddr=40384a18 size=09048h ( 36936) load I (164) boot: Loaded app from partition at offset 0x10000 I (164) boot: Disabling RNG early entropy source... I (176) cpu_start: Unicore app I (184) cpu_start: Pro cpu start user code I (184) cpu_start: cpu freq: 160000000 Hz I (184) app_init: Application information: I (187) app_init: Project name: wifi_dongle I (192) app_init: App version: 1 I (197) app_init: Compile time: Jun 24 2025 16:48:19 I (203) app_init: ELF file SHA256: 9df487155... --- Warning: Checksum mismatch between flashed and built applications. Checksum of built application is 6848160e58634684fcb0024ed84ea2ed8e0ea4c48a66f6a6d140413fb53c6ac5 I (208) app_init: ESP-IDF: v5.3.3-dirty I (213) efuse_init: Min chip rev: v0.3 I (218) efuse_init: Max chip rev: v1.99 I (223) efuse_init: Chip rev: v0.3 I (228) heap_init: Initializing. RAM available for dynamic allocation: I (235) heap_init: At 3FC90140 len 0002FEC0 (191 KiB): RAM I (241) heap_init: At 3FCC0000 len 0001C710 (113 KiB): Retention RAM I (248) heap_init: At 3FCDC710 len 00002950 (10 KiB): Retention RAM I (255) heap_init: At 50000000 len 00001FE8 (7 KiB): RTCRAM I (262) spi_flash: detected chip: generic I (266) spi_flash: flash io: dio W (270) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header. I (283) sleep: Configure to isolate all GPIO pins in sleep state I (290) sleep: Enable automatic switching of GPIO sleep configuration I (297) main_task: Started on CPU0 I (307) main_task: Calling app_main() I (317) uart: queue free spaces: 20 Guru Meditation Error: Core 0 panic'ed (Stack protection fault). Detected in task "Task" at 0x40386e32 --- 0x40386e32: vListInsert at D:/Espressif/frameworks/esp-idf-v5.3.3/components/freertos/FreeRTOS-Kernel/list.c:183 Stack pointer: 0x3fc95f90 Stack bounds: 0x73756264 - 0x00000000 Core 0 register dump: MEPC : 0x403867a6 RA : 0x40386836 SP : 0x3fc95f90 GP : 0x3fc8e400 --- 0x403867a6: uxInitialiseStackTLS at D:/Espressif/frameworks/esp-idf-v5.3.3/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c:242 --- (inlined by) pxPortInitialiseStack at D:/Espressif/frameworks/esp-idf-v5.3.3/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c:424--- 0x40386836: vPortClearInterruptMaskFromISR at D:/Espressif/frameworks/esp-idf-v5.3.3/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c:507 TP : 0x3fc96080 T0 : 0x42004e70 T1 : 0x00000000 T2 : 0x00000000 --- 0x42004e70: esp_cleanup_r at D:/Espressif/frameworks/esp-idf-v5.3.3/components/newlib/newlib_init.c:43 S0/FP : 0x3fc8dd54 S1 : 0x0000000a A0 : 0x00000001 A1 : 0x00001400 A2 : 0x0000000a A3 : 0x60010000 A4 : 0x00000000 A5 : 0x600c2000 A6 : 0x3fc93568 A7 : 0x00000000 S2 : 0x00000008 S3 : 0x3fc8faa4 S4 : 0x00000000 S5 : 0x00000008 S6 : 0x000003f8 S7 : 0x00000000 S8 : 0x00000000 S9 : 0x00000000 S10 : 0x00000000 S11 : 0x00000000 T3 : 0x00000000 T4 : 0x00000000 T5 : 0x00000000 T6 : 0x00000000 MSTATUS : 0x00001881 MTVEC : 0x40380001 MCAUSE : 0x0000001b MTVAL : 0x00008082 --- 0x40380001: _vector_table at D:/Espressif/frameworks/esp-idf-v5.3.3/components/riscv/vectors_intc.S:54 MHARTID : 0x00000000 Stack memory: 3fc95f90: 0x00000008 0x00000008 0x00000001 0x420083d2 0x3fc90098 0x00000008 0x00000001 0x42008580 --- 0x420083d2: uart_enable_tx_intr at D:/Espressif/frameworks/esp-idf-v5.3.3/components/esp_driver_uart/src/uart.c:666 --- 0x42008580: uart_tx_all at D:/Espressif/frameworks/esp-idf-v5.3.3/components/esp_driver_uart/src/uart.c:1424 3fc95fb0: 0x00000000 0x00000000 0x00000008 0xcd2b1fbd 0x00000000 0x00000000 0x00000000 0x00000000 3fc95fd0: 0x00000064 0x00000001 0x00000008 0x42009044 0x4038658e 0x00000000 0x00000000 0x4200aefe --- 0x42009044: uart_write_bytes at D:/Espressif/frameworks/esp-idf-v5.3.3/components/esp_driver_uart/src/uart.c:1467 --- 0x4038658e: uxQueueSpacesAvailable at D:/Espressif/frameworks/esp-idf-v5.3.3/components/freertos/FreeRTOS-Kernel/queue.c:2327 (discriminator 1) --- 0x4200aefe: vTimerCallbackTimeout at D:/Espressif/User_Code/wifi_dongle/components/BSP/Modbus/Modbus.c:273 3fc95ff0: 0x3fc8faa4 0x00000006 0x3fc8faa0 0x4200afb8 0x00000000 0x00000000 0x3fc8faa0 0x4200b0dc --- 0x4200afb8: safe_uart_write at D:/Espressif/User_Code/wifi_dongle/components/BSP/Modbus/Modbus.c:29 (discriminator 1) --- 0x4200b0dc: sendTxBuffer at D:/Espressif/User_Code/wifi_dongle/components/BSP/Modbus/Modbus.c:103 3fc96010: 0x00000000 0x3fc8faa0 0x00000000 0x4200b202 0x00050304 0x00000001 0x00000000 0x00000000 --- 0x4200b202: SendQueryToSlave at D:/Espressif/User_Code/wifi_dongle/components/BSP/Modbus/Modbus.c:143 3fc96030: 0x00050304 0x00000001 0x00000000 0xcd2b1fbd 0x00000000 0x00000000 0x00000000 0x4038659a --- 0x4038659a: vQueueDelete at D:/Espressif/frameworks/esp-idf-v5.3.3/components/freertos/FreeRTOS-Kernel/queue.c:2374 3fc96050: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fc96070: 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0x00000150 0x3fc97140 3fc96090: 0x00000000 0x3fc95f10 0x3fc8f1fc 0x3fc971ec 0x3fc8f1f4 0x00000017 0x00000000 0x00000000 3fc960b0: 0x3fc971ec 0x00000000 0x00000002 0x3fc961e8 0x6f4d794d 0x73756264 0x6b736154 0x00000000 3fc960d0: 0x3fc971e0 0x00000002 0x00000000 0x00000000 0x00000001 0x00000000 0x3fc9092c 0x3fc90994 3fc960f0: 0x3fc909fc 0x00000000 0x00000000 0x00000001 0x00000000 0x00000000 0x00000000 0x42004e70 --- 0x42004e70: esp_cleanup_r at D:/Espressif/frameworks/esp-idf-v5.3.3/components/newlib/newlib_init.c:43 3fc96110: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fc96130: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fc96150: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fc96170: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fc96190: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fc961b0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fc961d0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00001000 0xa5a5a5a5 0xa5a5a5a5 3fc961f0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96210: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96230: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96250: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96270: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96290: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc962b0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc962d0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc962f0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96310: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96330: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96350: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 3fc96370: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 ELF file SHA256: 9df487155 --- Warning: Checksum mismatch between flashed and built applications. Checksum of built application is 6848160e58634684fcb0024ed84ea2ed8e0ea4c48a66f6a6d140413fb53c6ac5
06-25
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值