Originally Posted by
shacxxx
Hi there !
Im also getting this error .
[14.01.2012 12:19:13.764] [ Info] [Program]: mooege v1.8101.4395.9434 warming-up..
[14.01.2012 12:19:13.780] [ Info] [MPQStorage]: Initializing MPQ storage..
[14.01.2012 12:19:13.795] [Trace] [MPQPatchChain]: Added base-mpq file: CoreData.mpq.
[14.01.2012 12:19:13.795] [Trace] [MPQPatchChain]: Added base-mpq file: ClientData.mpq.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7170.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7200.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7318.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7338.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7447.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7728.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7841.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7931.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-8059.MPQ.
[14.01.2012 12:19:13.811] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-8101.MPQ.
[14.01.2012 12:19:13.827] [Trace] [MPQPatchChain]: Applying file: d3-update-base-8101.MPQ.
[14.01.2012 12:19:13.842] [Trace] [MPQPatchChain]: Applying file: d3-update-base-8059.MPQ.
[14.01.2012 12:19:13.858] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7931.MPQ.
[14.01.2012 12:19:13.873] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7841.MPQ.
[14.01.2012 12:19:13.889] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7728.MPQ.
[14.01.2012 12:19:13.889] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7447.MPQ.
[14.01.2012 12:19:13.889] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7338.MPQ.
[14.01.2012 12:19:13.889] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7318.MPQ.
[14.01.2012 12:19:13.905] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7200.MPQ.
[14.01.2012 12:19:13.905] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7170.MPQ.
[14.01.2012 12:19:13.905] [Trace] [MPQPatchChain]: Applying file: ClientData.mpq.
[14.01.2012 12:19:13.967] [Trace] [MPQPatchChain]: Applying file: CoreData.mpq.
[14.01.2012 12:19:14.014] [Trace] [MPQPatchChain]: All files successfully applied.
[14.01.2012 12:19:14.139] [Fatal] [Program]: Mooege terminating because of unhandled exception. - [Exception] System.TypeInitializationException: The type initializer for 'Mooege.Common.MPQ.MPQStorage' threw an exception. ---> System.IO.FileNotFoundException: The base file of the patch could not be resolved.
at CrystalMpq.MpqFileStream..ctor(MpqFile file, Stream baseStream)
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)
would appreciate some thoughts about it . Thank you.
Coming from data.cs section, looking for CORETOC.DAT or TOC.DAT catalog, but there are no such a files. Does anybody have these catalog files on his computer? Or is it located on the server, eventually extracted from MPQ file???
Code:
private void LoadCatalogs()
{
this.LoadCatalog("CoreTOC.dat"); // as of patch beta patch 7841, blizz renamed TOC.dat as CoreTOC.dat
this.LoadCatalog("TOC.dat", true, PatchExceptions.ToList()); // used for reading assets patched to zero bytes and removed from mainCatalog file.
this.LoadDBCatalog();
}
Help please.