Skip to content

Instantly share code, notes, and snippets.

@2called-chaos
Created July 17, 2017 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2called-chaos/e8d8f5629cad20c0cc43b989933088d3 to your computer and use it in GitHub Desktop.
Save 2called-chaos/e8d8f5629cad20c0cc43b989933088d3 to your computer and use it in GitHub Desktop.
2017-07-17 14:29:28.3860|INFO|CitizenMP.Server|Starting HTTP server on port 30120
System.AggregateException: One or more errors occurred. ---> Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -14 EFAULT bad address in system call argument
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <a3c4aef09b90421281b772cc05a43e75>:0
at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00052] in <a3c4aef09b90421281b772cc05a43e75>:0
at System.Threading.Tasks.Task.Wait () [0x00000] in <a3c4aef09b90421281b772cc05a43e75>:0
at Microsoft.AspNetCore.Server.Kestrel.Internal.KestrelEngine.CreateServer (Microsoft.AspNetCore.Server.Kestrel.ServerAddress address) [0x00144] in <d02ee77e64564b1bb5463c0c84443484>:0
---> (Inner Exception #0) Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException: Error -14 EFAULT bad address in system call argument<---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment