mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4552] 在台湾繁体WIN7系统上使用时出现错误 #3599
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3599
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sd3970566 on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4552
Bug Description
runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47a37a
rax 0x0
rbx 0x11e2e78
rcx 0x126afe8
rdx 0x20
rdi 0x7fffffde000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x170a2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x11e1ec0
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
frpc Version
frp_0.61.0_windows_amd64
frps Version
frp_0.61.0_windows_amd64
System Architecture
windows_amd64
Configurations
runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47a37a
rax 0x0
rbx 0x11e2e78
rcx 0x126afe8
rdx 0x20
rdi 0x7fffffde000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x170a2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x11e1ec0
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
Logs
runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47a37a
rax 0x0
rbx 0x11e2e78
rcx 0x126afe8
rdx 0x20
rdi 0x7fffffde000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x170a2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x11e1ec0
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
Steps to reproduce
...
runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47a37a
rax 0x0
rbx 0x11e2e78
rcx 0x126afe8
rdx 0x20
rdi 0x7fffffde000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x170a2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x11e1ec0
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
Affected area
@sd3970566 commented on GitHub (Nov 22, 2024):
退到frp_0.49.0_windows_amd64版本 报错
2024/11/22 18:27:35 [W] [service.go:131] log
.38.85:7003: i/o timeout
dial tcp 117.25.38.85:7003: i/o timeout
@wuai1024 commented on GitHub (Nov 22, 2024):
用老版本,新版本的go已经不支持win7了。
@sd3970566 commented on GitHub (Nov 23, 2024):
要退到具体多少版本呢? 另外我有的繁体电脑如果通过高级语言启动的方式启动FRPC。多加入退出几次就会出现 FRPS卡住···只能通过bat手动启动。有办法解决吗