Giter Club home page Giter Club logo

Comments (8)

ketoo avatar ketoo commented on May 7, 2024

Yes, u can not run "NFPluginLoader.exe” directly.
You need to run it with some parameters when you don's use script, please use script "_Out\runr.bat" as a reference. BTW, please use the script "_Out\runr.sh" as a reference if you want to run the execute file in Linux.

from noahgameframe.

ketoo avatar ketoo commented on May 7, 2024

Windows runner:
cd Release

echo Starting NFMasterServer...
start "NFMasterServer" "NFPluginLoader.exe" "Server=MasterServer" "ID=3"

choice /t 2 /d y /n >nul
echo Starting NFWorldServer...
start "NFWorldServer" "NFPluginLoader.exe" "Server=WorldServer" "ID=7"

choice /t 5 /d y /n >nul

echo Starting NFLoginServer...
start "NFLoginServer" "NFPluginLoader.exe" "Server=LoginServer" "ID=4"

choice /t 2 /d y /n >nul

echo Starting NFGameServer...
start "NFGameServer" "NFPluginLoader.exe" "Server=GameServer" "ID=6"

choice /t 4 /d y /n >nul

echo Starting NFProxyServer...
start "NFProxyServer" "NFPluginLoader.exe" "Server=ProxyServer" "ID=5"

Linux runner:
export LC_ALL="C"

cd Release

chmod -R 777 NFPluginLoader

./NFPluginLoader -d Server=MasterServer ID=3

./NFPluginLoader -d Server=WorldServer ID=7

./NFPluginLoader -d Server=LoginServer ID=4

./NFPluginLoader -d Server=GameServer ID=6

./NFPluginLoader -d Server=ProxyServer ID=5

ps -A|grep NF

from noahgameframe.

kibozh avatar kibozh commented on May 7, 2024

(If you don't know chinese, please tell me.)
感谢你的及时回答!希望你能看懂中文,因为我英语水平目前仅限于听力和阅读,尚不能写和翻译,请原谅。 当我在命令行执行install4vs.bat的时候,提示我'NfFileProcess.exe' 不是内部或外部命令,也不是可运行的程序。我忽略这个提示,用vs2015打开这个解决方案的时候,发现有一些项目是没有打开的,NFComm文件夹下的都不行,然后我编译整个解决方案的时候也编译不了,提示找不到NFomm下的某些头文件的,请问这个要怎么解决,貌似按照你的提示一步步往下走走不通。不知道你是否有自己重头clone代码编译过,期待能得到你的回复。

from noahgameframe.

kibozh avatar kibozh commented on May 7, 2024

已解决并且成功运行,再次感谢你的及时回复,继续研究框架中。

from noahgameframe.

ketoo avatar ketoo commented on May 7, 2024

感谢提出问题,也可以提出下解决方法,如果有问题我好改一下教程。

from noahgameframe.

kibozh avatar kibozh commented on May 7, 2024

提示找不到NFComm文件夹下的头文件时,我的解决方案是:点击Configration Manager 然后把所有的project后面的build都勾上,就可以编译了运行了,我这里截个图
image
image

from noahgameframe.

ketoo avatar ketoo commented on May 7, 2024

好的,我fixed一下,估计不小心什么时候点掉了,感谢反馈。

from noahgameframe.

ketoo avatar ketoo commented on May 7, 2024

fixed

from noahgameframe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.