-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win7下面运行服务端报异常(Go 1.21开始不支持win7了T.T) #939
Comments
原来是go 1.21已经不支持win7了。 |
哦? 后面改成1.20 |
是的,我改成您之前的基于1.20 go的版本可以正常在win7下运行,然后去百度了一下,原来go1.21已经摒弃win7了。 |
weili0677
changed the title
win7下面运行服务端报异常,可能是我用的精简版win7的原因?
win7下面运行服务端报异常(Go 1.21开始不支持win7了T.T)
Jan 29, 2024
你想干嘛?
|
当然是想在win7下面运行,换成基于go 1.20的版本就支持了。 |
老板,编译一个支持winidows7的版本吧 |
你想干嘛?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: