mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2126] windows server 2012 : parse ini conf file error #1692
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#1692
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 @wy1037 on GitHub (Dec 2, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2126
version 0.34.3
frpc.exe -c frpc.ini
parse ini conf file error: invalid INI syntax on line 1: # [common] is integral
同样的文件,win7 可以执行,
windows server 2008 r2
windows server 2012 r2
都是报错的,
为了避免其他影响:
frpc.ini 文件 只写了2行内容:
# [common] is integral [common] server_addr=172.16.1.117 server_port=7000@Becods commented on GitHub (Dec 3, 2020):
注释问题
@wy1037 commented on GitHub (Dec 4, 2020):
不是注释问题。
后来发现,frpc.ini 文件格式用记事本改为ANSI 就可以了。
文件内容没有任何问题。
@wy1037 commented on GitHub (Dec 4, 2020):
frpc.ini 文件格式用记事本改为ANSI 就可以了