Help getting PVPService running.

Results 1 to 4 of 4
  1. #1
    Novice Matsura is offline
    MemberRank
    Sep 2016 Join Date
    3Posts

    Help getting PVPService running.

    Everything else seems to work, but when I try to start PVPService it gets stuck on booting and gives this error.

    Code:
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - HeroesContentsLoader in 64bit09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrix : ZH-TW-X-GM
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrixEnd : ZH-TW-X-GM
    09-02 14:49:45 > [1][(null) ((null))][ConnectionStringLoader] - Testing Contents DB Connection...
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetTable : PvpInfo
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetTableEnd : PvpInfo
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF MaxSize
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PairOfPlayer
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PvpUserCountKey
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMin
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMax
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF IsGuild
    09-02 14:49:45 > Exception Occurred : Exception has been thrown by the target of an invocation.
    09-02 14:49:45 >    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    09-02 14:49:45 >    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
    09-02 14:49:45 >    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    09-02 14:49:45 >    at Executer.Program.RunService(String[] args)
    09-02 14:49:45 >    at Executer.Program.Main(String[] args)
    09-02 14:49:45 > 
    09-02 14:49:45 > InnerException : The type initializer for 'PvpService.PvpContents' threw an exception.
    09-02 14:49:45 >    at PvpService.PvpContents.Initialize()
    09-02 14:49:45 >    at PvpService.PvpService.Initialize(JobProcessor thread)
    09-02 14:49:45 >    at ServiceCore.ServiceInvoker.StartService(String ip, String portstr, Service service, Boolean bUsePerfLog)
    09-02 14:49:45 >    at PvpService.PvpService.StartService(String ip, String portstr)
    09-02 14:49:45 > 
    09-02 14:49:45 > == Begin RCClient Command Support ==
    09-02 14:49:45 $AddCustomCommand 'Set Verbose Level|set-verboselevel [Level:string]'
    09-02 14:49:45 > == End RCClient Command Support ==
    Does anyone have any suggestions? I'm also experiencing that when I go to different maps there are no enemies spawning, could this be caused by PVPService not starting?


  2. #2
    Member aiolosmk is offline
    MemberRank
    Jun 2012 Join Date
    65Posts

    Re: Help getting PVPService running.

    Quote Originally Posted by Matsura View Post
    Everything else seems to work, but when I try to start PVPService it gets stuck on booting and gives this error.

    Code:
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - HeroesContentsLoader in 64bit09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrix : ZH-TW-X-GM
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrixEnd : ZH-TW-X-GM
    09-02 14:49:45 > [1][(null) ((null))][ConnectionStringLoader] - Testing Contents DB Connection...
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetTable : PvpInfo
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetTableEnd : PvpInfo
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF MaxSize
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PairOfPlayer
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PvpUserCountKey
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMin
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMax
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF IsGuild
    09-02 14:49:45 > Exception Occurred : Exception has been thrown by the target of an invocation.
    09-02 14:49:45 >    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    09-02 14:49:45 >    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
    09-02 14:49:45 >    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    09-02 14:49:45 >    at Executer.Program.RunService(String[] args)
    09-02 14:49:45 >    at Executer.Program.Main(String[] args)
    09-02 14:49:45 > 
    09-02 14:49:45 > InnerException : The type initializer for 'PvpService.PvpContents' threw an exception.
    09-02 14:49:45 >    at PvpService.PvpContents.Initialize()
    09-02 14:49:45 >    at PvpService.PvpService.Initialize(JobProcessor thread)
    09-02 14:49:45 >    at ServiceCore.ServiceInvoker.StartService(String ip, String portstr, Service service, Boolean bUsePerfLog)
    09-02 14:49:45 >    at PvpService.PvpService.StartService(String ip, String portstr)
    09-02 14:49:45 > 
    09-02 14:49:45 > == Begin RCClient Command Support ==
    09-02 14:49:45 $AddCustomCommand 'Set Verbose Level|set-verboselevel [Level:string]'
    09-02 14:49:45 > == End RCClient Command Support ==
    Does anyone have any suggestions? I'm also experiencing that when I go to different maps there are no enemies spawning, could this be caused by PVPService not starting?
    About monsters spawning, just restart database services in heroesoptool

  3. #3
    Account Upgraded | Title Enabled! AzumaR2 is offline
    MemberRank
    Feb 2014 Join Date
    214Posts

    Re: Help getting PVPService running.


  4. #4
    Account Upgraded | Title Enabled! AzumaR2 is offline
    MemberRank
    Feb 2014 Join Date
    214Posts

    Re: Help getting PVPService running.

    Quote Originally Posted by Matsura View Post
    Everything else seems to work, but when I try to start PVPService it gets stuck on booting and gives this error.

    Code:
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - HeroesContentsLoader in 64bit09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrix : ZH-TW-X-GM
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrixEnd : ZH-TW-X-GM
    09-02 14:49:45 > [1][(null) ((null))][ConnectionStringLoader] - Testing Contents DB Connection...
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetTable : PvpInfo
    09-02 14:49:45 > [1][(null) ((null))][HeroesContentsLoader] - GetTableEnd : PvpInfo
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF MaxSize
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PairOfPlayer
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PvpUserCountKey
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMin
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMax
    09-02 14:49:45 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF IsGuild
    09-02 14:49:45 > Exception Occurred : Exception has been thrown by the target of an invocation.
    09-02 14:49:45 >    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    09-02 14:49:45 >    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
    09-02 14:49:45 >    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    09-02 14:49:45 >    at Executer.Program.RunService(String[] args)
    09-02 14:49:45 >    at Executer.Program.Main(String[] args)
    09-02 14:49:45 > 
    09-02 14:49:45 > InnerException : The type initializer for 'PvpService.PvpContents' threw an exception.
    09-02 14:49:45 >    at PvpService.PvpContents.Initialize()
    09-02 14:49:45 >    at PvpService.PvpService.Initialize(JobProcessor thread)
    09-02 14:49:45 >    at ServiceCore.ServiceInvoker.StartService(String ip, String portstr, Service service, Boolean bUsePerfLog)
    09-02 14:49:45 >    at PvpService.PvpService.StartService(String ip, String portstr)
    09-02 14:49:45 > 
    09-02 14:49:45 > == Begin RCClient Command Support ==
    09-02 14:49:45 $AddCustomCommand 'Set Verbose Level|set-verboselevel [Level:string]'
    09-02 14:49:45 > == End RCClient Command Support ==
    Does anyone have any suggestions? I'm also experiencing that when I go to different maps there are no enemies spawning, could this be caused by PVPService not starting?
    Have you fix it.



Advertisement