djtnals1 / maplelib2

Automatically exported from code.google.com/p/maplelib2
0 stars 0 forks source link

Unknown property type at ParsePropertyList (Reading Map.wz) #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open 992040000.img of Map.Wz

What is the expected output? What do you see instead?
Expected: Map information
Output: 
System.Exception: Unknown property type at ParsePropertyList

What version of the product are you using? On what operating system?
Using HaRepacker source with last maplelib2 source code. Visual Studio 2013. 
Win8.1 x64

Please provide any additional information below.

System.Exception: Unknown property type at ParsePropertyList: fieldLimit (128)
   en MapleLib.WzLib.IWzImageProperty.ParsePropertyList(UInt32 offset, WzBinaryReader reader, IWzObject parent, WzImage parentImg) en d:\Downloads\Maplestory\Sources\C#\hasuite\maplelib\WzLib\IWzImageProperty.cs:línea 149
   en MapleLib.WzLib.IWzImageProperty.ExtractMore(WzBinaryReader reader, UInt32 offset, Int32 eob, String name, String iname, IWzObject parent, WzImage imgParent) en d:\Downloads\Maplestory\Sources\C#\hasuite\maplelib\WzLib\IWzImageProperty.cs:línea 175
   en MapleLib.WzLib.IWzImageProperty.ParseExtendedProp(WzBinaryReader reader, UInt32 offset, Int32 endOfBlock, String name, IWzObject parent, WzImage imgParent) en d:\Downloads\Maplestory\Sources\C#\hasuite\maplelib\WzLib\IWzImageProperty.cs:línea 158
   en MapleLib.WzLib.IWzImageProperty.ParsePropertyList(UInt32 offset, WzBinaryReader reader, IWzObject parent, WzImage parentImg) en d:\Downloads\Maplestory\Sources\C#\hasuite\maplelib\WzLib\IWzImageProperty.cs:línea 142
   en MapleLib.WzLib.WzImage.ParseImage() en d:\Downloads\Maplestory\Sources\C#\hasuite\maplelib\WzLib\WzImage.cs:línea 277
   en HaRepackerLib.Controls.HaRepackerMainPanel.DataTree_DoubleClick(Object sender, EventArgs e) en d:\Downloads\Maplestory\Sources\C#\hasuite\HaRepackerLib\Controls\HaRepackerMainPanel.cs:línea 177
   en System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
   en System.Windows.Forms.TreeView.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Original issue reported on code.google.com by dariogab...@gmail.com on 31 Jul 2014 at 6:08