xtaci / kcptun

A Quantum-Safe Secure Tunnel based on QPP, KCP, FEC, and N:M multiplexing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

win7下面运行服务端报异常(Go 1.21开始不支持win7了T.T)

weili0677 opened this issue · comments

C:\zylsoft>server_windows_386.exe -t "127.0.0.1:4002" -l
":4002"
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0

runtime.asmstdcall()
/usr/local/go/src/runtime/sys_windows_386.s:35 +0x25 fp=0x18fe68 sp=0x1
fe64 pc=0x474d85
eax 0x8
ebx 0xbcf60c
ecx 0x0
edx 0x18fe90
edi 0x18fe6c
esi 0x18fec4
ebp 0x18fe6c
esp 0x18fe60
eip 0x0
eflags 0x10202
cs 0x23
fs 0x53
gs 0x2b

原来是go 1.21已经不支持win7了。

哦? 后面改成1.20

哦? 后面改成1.20

是的,我改成您之前的基于1.20 go的版本可以正常在win7下运行,然后去百度了一下,原来go1.21已经摒弃win7了。

图片

Windows7客户端运行不起来了

commented

你想干嘛?

当然是想在win7下面运行,换成基于go 1.20的版本就支持了。

你想干嘛?

当然是想在win7下面运行,换成基于go 1.20的版本就支持了。

老板,编译一个支持winidows7的版本吧

commented