新手ubuntu20.04 执行 dotnet App.dll –Console 1 –CreateScenes 1 –LogLevel 2 –Process 1 –StartConfig StartConfig/Localhost 不成功
root@work:/mnt/e/et_framework/ET-master/Bin# dotnet App.dll --Console 1 --CreateScenes 1 --LogLevel 2 --Process 1 --StartConfig StartConfig/Localhost
--Console 1 --CreateScenes 1 --LogLevel 2 --Process 1 --StartConfig StartConfig/Localhost
2022-12-07 00:18:29.0528 System.TypeInitializationException: The type initializer for 'ET.KService' threw an exception.
---> System.DllNotFoundException: Unable to load shared library 'kcp' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libkcp: cannot open shared object file: No such file or directory
at ET.Kcp.ikcp_setoutput(KcpOutput output)
at ET.Kcp.KcpSetoutput(KcpOutput output) in E:\et_framework\ET-master\Unity\Assets\Scripts\ThirdParty\Kcp\Kcp.cs:line 193
at ET.KService..cctor() in E:\et_framework\ET-master\Unity\Assets\Scripts\Core\Module\Network\KService.cs:line 55
--- End of inner exception stack trace ---
at ET.KService..ctor(IPEndPoint ipEndPoint, ServiceType serviceType) in E:\et_framework\ET-master\Unity\Assets\Scripts\Core\Module\Network\KService.cs:line 33
at ET.Server.NetInnerComponentSystem.NetInnerComponentAwake1System.Awake(NetInnerComponent self, IPEndPoint address) in E:\et_framework\ET-master\Unity\Assets\Scripts\Codes\Hotfix\Server\Module\Message\NetInnerComponentSystem.cs:line 51
at ET.AwakeSystem`2.ET.IAwakeSystem<A>.Run(Entity o, A a) in E:\et_framework\ET-master\Unity\Assets\Scripts\Core\Module\EventSystem\IAwakeSystem.cs:line 96
