Need a little help with getting this set up, as no matter what i do i keep getting this same error when loading, and cant figure it out.
Code:
[07.02.2012 10:25:12.856] [Trace] [MPQPatchChain]: All files successfully applied.
[07.02.2012 10:25:15.715] [ Info] [MPQPatchChain]: Found a total of 48067 assets from CoreTOC.dat catalog and postponed loading because lazy loading is activated.
[07.02.2012 10:25:15.747] [Fatal] [Program]: Mooege terminating because of unhandled exception. - [Exception] System.TypeInitializationException: The type initializer for 'Mooege.Common.MPQ.MPQStorage' threw an exception. ---> System.IO.InvalidDataException: Found invalid data while decoding.
at CrystalMpq.MpqFileStream.ReadBlock(Int32 block)
at CrystalMpq.MpqFileStream.UpdateBuffer()
at CrystalMpq.MpqFileStream.Read(Byte* buffer, Int32 count)
at CrystalMpq.MpqFileStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at Mooege.Common.MPQ.Data.LoadCatalog(String fileName, Boolean useBaseMPQ, List`1 groupsToLoad)
at Mooege.Common.MPQ.Data.LoadCatalogs()
at Mooege.Common.MPQ.Data.Init()
at Mooege.Common.MPQ.MPQStorage..cctor()
--- End of inner exception stack trace ---
at Mooege.Common.MPQ.MPQStorage.get_Initialized()
at Mooege.Program.Main(String[] args)
Tried complete new builds and and re-adding the mpq's several times and still get the same error.