ladislav-zezula / StormLib

Official GitHub repository of the StormLib library created by Ladislav Zezula (author)
http://www.zezula.net/mpq.html
MIT License
561 stars 214 forks source link

MPQ Editor - Patched MPQ - File Extraction crash #33

Closed skomski closed 9 years ago

skomski commented 9 years ago

MPQEditor 3.5.1.766

  1. Open Hearthstone Base MPQ (base-win.mpq) with all updates in patch mode
  2. Extract for example Hearthstone_Data\Managed\Assembly-Csharp.dll

Sorry if this the wrong platform for mpq editor bugs.

ladislav-zezula commented 9 years ago

The issue had 2 parts - first, there was crash in StormLib when loading patch MPQs sometimes. Second, StormLib determined wrong patch prefix for Hearthstone patch MPQs (HS does not use any).

Both has been fixed in commit 48b5cb606e5f1b407069a1babfb17ccbcb630e55. New build of MPQ Editor is on my website.

skomski commented 9 years ago

thanks :)