Errors WarEmu
Posted: Thu Sep 26, 2019 5:05 pm
Just trying to setup a single-player war-emu server for fun to mess around in but it keeps throwing these two errors which is confounding me especially since I'm not an excellent programmer, If anyone could help it would be much appreciated, Lastly apologies if this is the wrong forum to post this I didn't know where else to submit it,
AccountCacher:
LobbyServer
AccountCacher:
Code: Select all
E MysqlObject : accounts: GmLevel = System.Byte doesnt fit to Common.AccountSystem.ArgumentException: Object of type 'System.Byte' cannot be converted to type 'System.SByte'.
at System.RuntimeType.TryChangeType(Object value, Binder binder, CultureInfo culture, Boolean needsSpecialCast)
at System.RuntimeType.CheckValue(Object value, Binder binder, CultureInfo culture, BindingFlags invokeAttr)
at System.Reflection.MethodBase.CheckArguments(Object[] parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)
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.RuntimePropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
at System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, Object[] index)
at FrameWork.MySQLObjectDatabase.GetVal(Object Object, MemberInfo Info, Object val) in D:\Download\WarEmu-update\WarEmu-update\FrameWork\Database\Handler\MysqlObjectDatabase.cs:line 247
Code: Select all
E TCPManager : Packet handler error :9 System.ArgumentNullException: Value cannot be null.
Parameter name: value
Server stack trace:
at FrameWork.ClusterProp.Builder.SetPropValue(String value) in D:\Download\WarEmu-update\WarEmu-update\FrameWork\NetWork\ProtocolBuffers\GetClusterListReplyProto.cs:line 748
at Common.AccountMgr.BuildClusterList() in D:\Download\WarEmu-update\WarEmu-update\Common\Rpc\AccountMgr.cs:line 310
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Common.AccountMgr.BuildClusterList()
at LobbyServer.NetWork.Handler.AuthentificationHandlers.CMSG_GetClusterListReq(BaseClient client, PacketIn packet) in D:\Download\WarEmu-update\WarEmu-update\LobbyServer\NetWork\Handler\AuthentificationHandlers.cs:line 106
at FrameWork.TCPManager.HandlePacket(BaseClient client, PacketIn Packet) in D:\Download\WarEmu-update\WarEmu-update\FrameWork\NetWork\TCPManager.cs:line 629