英文:
Config::LoadFile: Failed to open file 'configs/authserver.conf worldserver.conf'
问题
Authserver 和 Worldserver 无法启动。'Failed open file'
我的 'configs' 文件夹看起来像这样:
configs folder
'RelWithDebInfo' 看起来像这样:
RelWithDebInfo folder
所有的配置/分发文件都有相同的数据库信息。
我尝试按照 这个 进行操作。
我将该文件夹添加到例外情况,并以管理员身份运行了 .exe 文件。但仍然出现相同的错误。
我尝试过重新构建。
英文:
Authserver and Worldserver wont start. 'Failed open file'
My 'configs' folder looks like this:
configs folder
'RelWithDebInfo' looks like this:
RelWithDebInfo folder
All the config/dist files have the same database info.
I tried following this.
I added the folder to exceptions, and ran the .exe's as admin. Same error.
I've tried rebuilding.
答案1
得分: 0
根据您的配置文件夹截图,您没有.conf
文件,您有.dist
文件和(可能是).txt
文件。
启用文件扩展名的显示在您的(Windows?)设置中,以便能够更改它们。
英文:
As seen in your conf folder screenshot, you do not have .conf files, you have .dist files and (probably) .txt files.
Enable the display of the file extension in your (windows?-)settings to be able to change them.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论