Setting up a non DB Development Environment
Posted: Tue Aug 04, 2015 1:30 pm
I saw a post on setting up a development environment for working on the database, but I've been playing the last few days and I am interested in setting up a system to contribute to core features.
So far I have:
I know this isn't really the place to talk about WarEmu stuff, but based on activity and wanting to improve some of this stuff I posted here.
So far I have:
- Downloaded WarEmu source code and compiled
- Downloaded RoR DB snippets and applied
- Configured configs in compiled server to point to DB
- Created realm and account
- Moved launcher to WAR folder
- Started servers
- Used launcher to populate realm list successfully, entered login information pressed connect
- Game client goes to Locating Battles, and a messagebox pops up saying Authentication Failed -- application will now terminate
- LobbyServer.exe shows wall of text red error
Code: Select all
[14:15:19] I TCPManager : New Connection : 127.0.0.1:62142
[14:15:20] 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 F:\WarEmu\ware
mu\trunk\FrameWork\NetWork\ProtocolBuffers\GetClusterListReplyProto.cs:line 748
at Common.AccountMgr.BuildClusterList() in F:\WarEmu\waremu\trunk\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(IMes
sage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage req
Msg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgDa
ta, Int32 type)
at Common.AccountMgr.BuildClusterList()
at LobbyServer.NetWork.Handler.AuthentificationHandlers.CMSG_GetClusterListRe
q(BaseClient client, PacketIn packet) in F:\WarEmu\waremu\trunk\LobbyServer\NetW
ork\Handler\AuthentificationHandlers.cs:line 106
at FrameWork.TCPManager.HandlePacket(BaseClient client, PacketIn Packet) in F
:\WarEmu\waremu\trunk\FrameWork\NetWork\TCPManager.cs:line 629
[14:16:15] I BaseClient : disconnected An existing connection was forcibly clos
ed by the remote host