mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4266] frpc安装不成功,是否是缺DLL? #3361
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#3361
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 @chyl168 on GitHub (Jun 5, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4266
Bug Description
WIN7X64下,frpc安装不成功,是否是缺DLL?
D:\111\frp_0.58.1_windows_amd64>frpc.exe -c frpc.toml
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47a37a
rax 0x0
rbx 0x11e4e78
rcx 0x126cfe8
rdx 0x20
rdi 0x7fffffde000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x12da2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x11e3ec0
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
D:\111\frp_0.58.1_windows_amd64>.\frpc.exe -c .\frpc.toml
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall(0x22fcf8)
runtime/sys_windows_amd64.s:75 +0x7a fp=0x22fc80 sp=0x22fc60 pc=0x47a37a
rax 0x0
rbx 0x11e4e78
rcx 0x126cfe8
rdx 0x20
rdi 0x7fffffde000
rsi 0x22fe78
rbp 0x22fdc0
rsp 0x22fc58
r8 0x0
r9 0x22fee8
r10 0x12da2e8
r11 0xc000004000
r12 0x22fec8
r13 0x0
r14 0x11e3ec0
r15 0x3
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
D:\111\frp_0.58.1_windows_amd64>./frpc -c ./frpc.toml
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
frps面板可以运行成功

frpc Version
0.58.1
frps Version
0.58.1
System Architecture
windows/amd64
Configurations
serverAddr = "1..."
serverPort = 5443
proxies
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 33389
Logs
No response
Steps to reproduce
见截图,在上方"错误描述"
运行管理员CMD到CMD
修改配置TOML如截图(截图在上方"配置")
CMD下运行安装命令
frpc.exe -c frpc.toml
OR
.\frpc.exe -c .\frpc.toml
如果不带.exe扩展名,如运行./frpc -c ./frpc.toml,则提示:
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
安装失败退出到CMD
D:\111\frp_0.58.1_windows_amd64>
...
Affected area
@fatedier commented on GitHub (Jun 6, 2024):
不支持 win7,可以升级到最新的系统后再尝试。
@chyl168 commented on GitHub (Jun 6, 2024):
下载0.49.0版本后FRPC运行成功(服务器还是0.58.1),谢谢
fatedier @.***> 于2024年6月6日周四 10:53写道: