我有一个应用程序(服务器应用程序),它使用Headless模式在Unity for Linux(x86_64)上制作。我的系统是Centos 7 x64,没有安装了mono的GUI。我尝试了下一步:
mono ./server.x86_64 -batchmode -nographics
答案:
Cannot open assembly './server.x86_64': File does not contain a valid CIL image.
./server.x86_64 -batchmode -nographics
答案:
Set current directory to /usr/server_Linux_x86_64 Found path:
/usr/server_Linux_x86_64/server.x86_64 Mono path[0] =
'/usr/server_Linux_x86_64/server_Data/Managed' Mono path[1] =
'/usr/server_Linux_x86_64/server_Data/Mono' Mono config path =
'/usr/server_Linux_x86_64/server_Data/Mono/etc'
没有任何反应......
我做错了什么?