Jump to content

L2ACP for L2OFF


Recommended Posts

  • 8 months later...

hi guys, i'm having a problem, since it's my first time handling IIS server. I can not pass the login panel, because after login it gives me this error. This is after the Auth first error (HttpContext is obsolete). Have any idea how i can fix this? I searched.. 

Capture.PNG

Edited by rutake
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Hi @tyrkysovej, ACP is perfect but I have only the following error when I try to go on Statistics page

 

  • AspNetCore._Views_Home_Statistics_cshtml+<ExecuteAsync>d__25.MoveNext() in Statistics.cshtml

    +

    49.                                     @foreach (var player in Model.TopPvp)

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    System.Runtime.CompilerServices.TaskAwaiter.GetResult()

    L2ACP.Extensions.InfoMiddleware+<Invoke>d__2.MoveNext() in InfoMiddleware.cs

    +

                await _next(httpContext);

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware+<Invoke>d__7.MoveNext()

     

 

Edited by Alfy
Link to comment
Share on other sites

  • 1 year later...

could someone make him walk? I am using the vanganth pack, the connection to SQL makes it correct but it always gives me "Unsuccessful login"

 

Quote

Hosting environment: Production
Content root path: C:\WebServer\acp
Now listening on: http://127.0.0.1:12696
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login
      Request starting HTTP/1.1 POST http://200.125.91.116/login application/x-www-form-urlencoded 210
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 343.8692ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 663.0532ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 1266.2779ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login
      Request finished in 1818.4124ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://200.125.91.116/css/site.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Request finished in 46.1615ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login
      Request starting HTTP/1.1 POST http://200.125.91.116/login application/x-www-form-urlencoded 218
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 6.3093ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 5.6194ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 40.8826ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login
      Request finished in 43.3072ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://200.125.91.116/css/site.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Request finished in 3.5407ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      Request starting HTTP/1.1 GET http://localhost/  
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Route matched with {action = "Index", controller = "Home"}. Executing action L2ACP.Controllers.HomeController.Index (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executing action method L2ACP.Controllers.HomeController.Index (L2ACP) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executed action method L2ACP.Controllers.HomeController.Index (L2ACP), returned result Microsoft.AspNetCore.Mvc.RedirectToActionResult in 2.4929ms.
info: Microsoft.AspNetCore.Mvc.RedirectToActionResult[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executing RedirectResult, redirecting to /login.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executed action L2ACP.Controllers.HomeController.Index (L2ACP) in 9.0108ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      Request finished in 44.4681ms 302 
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      Request starting HTTP/1.1 GET http://localhost/login  
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 1.0124ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 36.7709ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 38.0385ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      Request finished in 41.6983ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Request starting HTTP/1.1 GET http://localhost/css/bootstrap.min.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Sending file. Request path: '/css/bootstrap.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\bootstrap.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Request finished in 1.221ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://localhost/css/site.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Request starting HTTP/1.1 GET http://localhost/css/l2acp.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Request starting HTTP/1.1 GET http://localhost/css/select2.min.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Sending file. Request path: '/css/l2acp.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\l2acp.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Request finished in 0.3468ms 200 text/css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Sending file. Request path: '/css/select2.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\select2.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Request finished in 0.4607ms 200 text/css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Request finished in 2.9498ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Request starting HTTP/1.1 GET http://localhost/css/animate.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Sending file. Request path: '/css/animate.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\animate.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Request finished in 0.6758ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Request starting HTTP/1.1 GET http://localhost/font-awesome/css/font-awesome.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Sending file. Request path: '/font-awesome/css/font-awesome.css'. Physical path: 'C:\WebServer\acp\wwwroot\font-awesome\css\font-awesome.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Request finished in 0.3613ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Request starting HTTP/1.1 GET http://localhost/css/plugins/toastr/toastr.min.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Request starting HTTP/1.1 GET http://localhost/js/select2.full.min.js  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Sending file. Request path: '/css/plugins/toastr/toastr.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\plugins\toastr\toastr.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Request finished in 0.5631ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Request starting HTTP/1.1 GET http://localhost/js/site.min.js?v=m8uucYGN5wZWAbL8CHYumzxpCViwYAZb4iUwNARr6ww  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Sending file. Request path: '/js/select2.full.min.js'. Physical path: 'C:\WebServer\acp\wwwroot\js\select2.full.min.js'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Request finished in 0.9228ms 200 application/javascript
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Sending file. Request path: '/js/site.min.js'. Physical path: 'C:\WebServer\acp\wwwroot\js\site.min.js'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Request finished in 0.5862ms 200 application/javascript
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      Request starting HTTP/1.1 POST http://localhost/login application/x-www-form-urlencoded 210
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 8.3282ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 1.663ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 10.4051ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      Request finished in 10.7784ms 200 text/html; charset=utf-8
 

 

Edited by 0samita
Link to comment
Share on other sites

  • 3 weeks later...

what should i do after compile? i have iss running, but dont know what to do with the files. and where to put them. sorry. new to l2off or all visual related things.

Link to comment
Share on other sites

  • 11 months later...
On 3/19/2019 at 11:11 PM, Alfy said:

Hi @tyrkysovej, ACP is perfect but I have only the following error when I try to go on Statistics page

 

  • AspNetCore._Views_Home_Statistics_cshtml+<ExecuteAsync>d__25.MoveNext() in Statistics.cshtml

    +

    49.                                     @foreach (var player in Model.TopPvp)

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    System.Runtime.CompilerServices.TaskAwaiter.GetResult()

    L2ACP.Extensions.InfoMiddleware+<Invoke>d__2.MoveNext() in InfoMiddleware.cs

    +

                await _next(httpContext);

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware+<Invoke>d__7.MoveNext()

     

 

for the statistics problem you need to add some table info in lin2world


 

ALTER TABLE [dbo].[user_data] ADD
    [daily_pvp] [int] NOT NULL,
    [daily_pvp_timestamp] [int] NOT NULL

ALTER TABLE [dbo].[user_data] ADD  DEFAULT ((0)) FOR [daily_pvp]
GO

ALTER TABLE [dbo].[user_data] ADD  DEFAULT ((0)) FOR [daily_pvp_timestamp]
GO


CREATE TABLE [dbo].[DailyPvP](
    [char_id] [int] NOT NULL,
    [hardware_id] [int] NOT NULL,
    [timestamp] [int] NOT NULL
) ON [PRIMARY]
GO

 

 

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Nexaslim Weight Loss Supplement Reviews (2024) – Experience the transformative power of Beta-hydroxybutyrate (BHB), a potent fat-burning ketone meticulously crafted to ignite natural weight loss. As the primary substrate that initiates ketosis, BHB swiftly propels your metabolism into action. Upon commencing your regimen, BHB promptly facilitates the transition into ketosis, fostering heightened energy levels and weight reduction advantages. NexaSlim groundbreaking formulation harnesses the unparalleled potential of this singular BHB, prompting a wave of excitement in the media. Benefits of Nexaslim Ketosis:   ·         Lose Weight ·         Burn Fat in Trouble Areas ·         Get into Ketosis Fast! ·         Burn Fat for Energy (without the jitters)! ·         Better Brain Health! ·         Faster Recovery from Exercise! ·         Maintain Lean Muscle! Ready to transform your body? Click here to buy your NexaSlim Weight Loss Pills! now!   The enduring presence of NexaSlim with BHB is a testament to its remarkable achievements, as individuals continue to experience unparalleled success, shedding up to 1 kg of fat daily! Nexa Slim is designed with a comprehensive approach to support your journey toward wellness. It aims to complement the body's natural process of energy utilization, focusing on supporting the metabolic state known as ketosis, where the body can use fat as an energy source. Nexaslim, Nexa Slim Reviews, Nexaslim Weight Loss Ingredients, Benefits, Works, Side Effects, Price & Buy from the Official Website   https://supplementrange.com/nexaslim-norway/   https://supplementrange.com/nexaslim-reviews/   https://supplementrange.com/lepticell-reviews/   https://supplementrange.com/nexalyn-male-enhancement/   https://supplementrange.com/cerebrozen-reviews/   https://supplementrange.com/sugar-defender/   https://supplementrange.com/
    • LGBTQ!! ⋐⋑ (209) 876-5519 Love Spells In Atlanta, GA Psychic Reading Black Magic Spells Marriage spells Divorce spells Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
    • Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
    • Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
    • Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you. BREAK UP A RELATIONSHIP The perfect service to break up a relationship you don’t think legitimate. Your lover has gone with someone else Don’t hesitate to break them up as this ritual and prayer is very powerful and will Psychic Readings | Astrology | Love Spells | Black Magic spells | Witchcraft Spells | Spell Caster | Voodoo spells | Marriage spells | Divorce spells | Attraction spells | Bring back lost lover spells REUNITE WITH AN EX LOVER IN 72 HOURS If your lover is gone, don’t be desperate anymore! You are a few clicks away from a prompt resolution of your problem: We will our spiritual powers to bring him/her back Let us show you our method with zero chances of rejection. Don’t waste your precious time; get your lover back NOW! MAKE HIM/HER LOVE ME Don’t wait for the deluge and make him or her love you now. This service will create a great alchemy between this person and you. In just a few weeks, you can make the person you dream of falling in love with you. We recommend you to combine this service with a Marriage ritual if you want this person to commit you.
  • Topics

×
×
  • Create New...