mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4226] 此应用无法在你的电脑上运行 #3328
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#3328
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 @muyibu on GitHub (May 20, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4226
Bug Description
以前一直在用的是0.3x的版本, 今天发现版本已经迭代这么多了, 想着部署一个新版的, Linux上的frps已经正常跑起来了.
在本地下载了一个Windows版的, 但是无法运行, 在网上也没找到相关的内容, 随后不同的版本挨着测试, 发现自0.43版本往后, 均是一样的错误, 也就是说我现在的电脑可运行的最高版本只能到0.43
操作系统: Win10专业工作站版 / 22H2 / 19045
frpc Version
0.58
frps Version
0.58
System Architecture
windows/amd64
Configurations
默认配置. frpc无法运行
Logs
程序“frpc.exe”无法运行: 指定的可执行文件不是此操作系统平台的有效应用程序。所在位置 行:1 字符: 1
所在位置 行:1 字符: 1
Steps to reproduce
No response
Affected area
@428571c commented on GitHub (May 21, 2024):
试试32位版本。 https://github.com/fatedier/frp/releases/download/v0.51.3/frp_0.51.3_windows_386.zip 我的Win10 Lot LTSC 2021测试能用。这好像是releases最后一个编译好的32位版本。
另外也可以测试用管理员权限运行cmd.exe来启动frpc,或者用这个NSudo 以trustedinstaller运行,(注意不要用这个“新版nsudo”https://github.com/M2Team/NanaRun 你不可能打开它,它本身就只是一个"此应用无法在你的电脑上运行")
@muyibu commented on GitHub (May 27, 2024):
也是同样的错误, 无法启动. 使用管理员权限执行或者使用NSudo来执行都是一样的问题. 还是提示"此应用无法在你的电脑上运行"
@428571c commented on GitHub (May 29, 2024):
用CMD.exe(管理员命令提示符)执行一下看看,不要用PowerShell。那个截图是Powershell。我这里直接就是能用的(测试系统为 Win10 22H2 不忘初心极限精简版 64位 https://www.pc528.net/22h2jixian.html ),Win10 LTSC2021 64位也可以。另外,请确定你的Win10不在S模式,不是Windows 10 SE。发一下你的系统信息。这个问题很玄学,我无法复现,也不知道具体原因。
PS:如果有充足的时间的话,也可以尝试自己编译一个。我没试过。这个需要golang或者gccgo去编译。
@github-actions[bot] commented on GitHub (Jun 20, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.