Hello,
I have some errors popping up in the console on the server. Those line are 'red', but it seems Vita-Nex is behaving correctly. They only appear at startup of the Shard.
Here they are :
I'm actually not sure what is going on there.
I only noticed that moving the server the another folder didn't fix the problem, but it seems the errors there were still pointing to the old folder (eg. I moved it to a D:\ and it was still pointing to the C:\). Compiling the code again was fixing it to the right path, but not solving the issue of those 'red lines'.
Anyone could help ?
Thx
-Rek-
Edit : and with a screenshot
I have some errors popping up in the console on the server. Those line are 'red', but it seems Vita-Nex is behaving correctly. They only appear at startup of the Shard.
Here they are :
Code:
[VitaNexCore]:
[VitaNexCore]: Load action started...
[VitaNexCore]: Loading Services...
[VitaNexCore]: Loading Modules...
[VitaNexCore]: Load action completed in 0.08 seconds
[VitaNexCore]:
[VitaNexCore]: Invoke action started...
[VitaNexCore]: Invoking Services...
[VitaNexCore]: Invoking Modules...
[VitaNexCore]: System.Reflection.TargetException: Non-static method requires a target.
at System.Reflection.RuntimeMethodInfo.CheckConsistency(Object target)
at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at VitaNex.VitaNexCore.TryCatch(Delegate action, Action`1 handler) in C:\UO\server\Scripts\Custom\Systems\VitaNex\Core\VitaNex.cs:line 623
[VitaNexCore]: System.Reflection.TargetException: Non-static method requires a target.
at System.Reflection.RuntimeMethodInfo.CheckConsistency(Object target)
at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at VitaNex.VitaNexCore.TryCatch(Delegate action, Action`1 handler) in C:\UO\server\Scripts\Custom\Systems\VitaNex\Core\VitaNex.cs:line 623
[VitaNexCore]: Invoke action completed in 0.06 seconds
I'm actually not sure what is going on there.
I only noticed that moving the server the another folder didn't fix the problem, but it seems the errors there were still pointing to the old folder (eg. I moved it to a D:\ and it was still pointing to the C:\). Compiling the code again was fixing it to the right path, but not solving the issue of those 'red lines'.
Anyone could help ?
Thx
-Rek-
Edit : and with a screenshot
Last edited: