I can't even login to my server (request timed out (3006)). Here's mat mooege gives me:
Does anyone know how to fix it?
Code:
_ __ ___ ___ ___ ___ __ _ ___
| '_ ` _ \ / _ \ / _ \ / _ \ / _` | / _ \
| | | | | || (_) || (_) || __/| (_| || __/
|_| |_| |_| \___/ \___/ \___| \__, | \___|
|___/
Copyright (C) 2011 mooege project
mooege comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain cond
itions; see the LICENSE file for details.
[ Info] [Program]: mooege v0.1.4316.1073 warming-up..
[ Info] [Program]: Item database loaded with a total of 1006 item definitions
[ Info] [MPQStorage]: Initializing MPQ storage..
[Fatal] [MPQPatchChain]: Cannot find base MPQ file: CoreData.mpq
[ Info] [MooNetServer]: MooNet-Server is listening on 0.0.0.0:1345...
[ Info] [GameServer]: Game-Server is listening on 0.0.0.0:1999...
[Trace] [MooNetServer]: MooNet-Client connected: 127.0.0.1:61618
[Debug] [Server]: ReceiveCallback - [Exception] System.InvalidOperationException
: Sequence contains no matching element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predic
ate)
at Mooege.Net.MooNet.MooNetRouter.Identify(IConnection connection, CodedInput
Stream stream)
at Mooege.Net.MooNet.MooNetRouter.Route(ConnectionDataEventArgs e)
at Mooege.Net.MooNet.MooNetServer.<.ctor>b__0(Object sender, ConnectionDataEv
entArgs e)
at Mooege.Net.Server.OnDataReceived(ConnectionDataEventArgs e)
at Mooege.Net.Server.ReceiveCallback(IAsyncResult result)