MabiPack icon indicating copy to clipboard operation
MabiPack copied to clipboard

System.BadImageFormatException while unpacking Mabinogi 829.

Open skairunner opened this issue 9 years ago • 2 comments

As title. I used the source, ran the csproj, and attempted to unpack mabinogi ver829 (current version). I get that exception, followed by a crash.

The error message is, sadly, in Korean (because my OS is Korean):

파일이나 어셈블리 'MabinogiResource.net, Version=1.0.5194.328, Culture=neutral, PublicKeyToken=null' 또는 여기에 종속되어 있는 파일이나 어셈블리 중 하나를 로드할 수 없습니다. 프로그램을 잘못된 형식으로 로드하려고 했습니다.

A rough translation seems to be

The file or assembly 'MabinogiResource.net, Version=1.0.5194.328, Culture=neutral, PublicKeyToken=null' or a file or assembly included in it could not be loaded. The program is attempting to load it in an incorrect format.

skairunner avatar May 08 '15 14:05 skairunner

It seems MabinogiResource is old version. Currently, download the source code of the latest MabinogiResource from the following address, and compile it. https://github.com/logue/MabinogiResource

logue avatar May 08 '15 14:05 logue

Interestingly, simply loading the csproj file into VS2013 and changing the target system to x86 from the default x64 and recompiling seems to make it work.

skairunner avatar May 08 '15 14:05 skairunner