Hello, I'm pretty new to this and have minimal experience in modding, but I'm trying to use this WallMarket tool on a burned copy of the PSX FFVII that I physically have. I've downloaded the necessary requirements and made sure I am running Microsoft .NET Framework 3.5 and running Microsoft Visual Basic Power Packs 3.0, but when I run the WM application and attempt to open a .bin file, I receive an error:
"Unhandled exception has occurred in your application. If you click continue, the application will ignore this error and attempt to continue. If you click quit, the application will close immediately.
Arithmetic operation resulted in an overflow"
If I choose to Continue, the same error occurs if I click on any tab such as Materia or Weapon. It doesn't list anything in such tabs either so maybe I'm not loading the correct bin file?
This might be a Windows 10 issue, but the one solution I found and followed did nothing to solve it and I'm still receiving the same error. I was wondering if anyone could at least point me in the right direction to fix this? Here is the debug log if it helps:************** Exception Text **************
System.OverflowException: Arithmetic operation resulted in an overflow.
at WallMarket.Form1.GUnZip(Byte[]& byteCompressed)
at WallMarket.Form1.SeparateFiles()
at WallMarket.Form1.Open_KERNEL(Char kernel)
at WallMarket.Form1.OpenKERNELBINToolStripMenuItem_Click(Object sender, EventArgs e)
at WallMarket.Form1.Form1_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Thanks for any assistance!