Replies: 1 comment 3 replies
-
Undocking is not supported yet, current efforts (at least on my side) are centered around in-station services first as they're more logic driven, and not math heavy (and It's easier to get information about them). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I keep getting errors when trying to undock. not sure how normal that is.
09/08/2021 7:33 pm F MachoNet: Detected non-client exception on call to ship::MachoBindObject, registered as error 2. Extra information:
09/08/2021 7:33 pm F MachoNet: Cannot find an appropiate function definition for Undock on service (boundID 13) ship
09/08/2021 7:33 pm F MachoNet: at Common.Services.ServiceManager.FindMethods(IService service, String serviceName, String method) in C:\Users\windowsuser\Documents\EveSharp\EVESharp-master\Server\Common\Services\ServiceManager.cs:line 34
at Node.Network.BoundServiceManager.ServiceCall(Int32 boundID, String call, PyTuple payload, CallInformation callInformation) in C:\Users\windowsuser\Documents\EveSharp\EVESharp-master\Server\Node\Network\BoundServiceManager.cs:line 115
at Node.Network.ClientBoundService.MachoBindObject(ServiceBindParams bindParams, PyDataType callInfo, CallInformation call) in C:\Users\windowsuser\Documents\EveSharp\EVESharp-master\Server\Node\Network\ClientBoundService.cs:line 84
at Node.Network.BoundService.MachoBindObject(PyDataType bindParams, PyDataType callInfo, CallInformation call) in C:\Users\windowsuser\Documents\EveSharp\EVESharp-master\Server\Node\Network\BoundService.cs:line 78
--- End of stack trace from previous location ---
at Common.Services.ServiceManager.ServiceCall(String service, String call, PyTuple arguments, Object extraInformation) in C:\Users\windowsuser\Documents\EveSharp\EVESharp-master\Server\Common\Services\ServiceManager.cs:line 116
at Node.Network.MachoNet.HandleCallReq(PyPacket packet, Client client) in C:\Users\windowsuser\Documents\EveSharp\EVESharp-master\Server\Node\Network\MachoNet.cs:line 295
09/08/2021 7:33 pm T MachoNet: Calling station::GetGuests
Beta Was this translation helpful? Give feedback.
All reactions