MultiMap AccessViolationException

This is where you can discuss UOFiddler, by Turley.
Post Reply
Gnafu
Grandmaster Poster
Posts: 136
Joined: Thu Feb 02, 2006 7:29 am

MultiMap AccessViolationException

Post by Gnafu »

I tried to load a single multimap.rle file.
All tabs closed except for "Multimap" and "Skillgrp" (skillgrp cannot be remove by unchecking it in the "view" menu)
In "Path settings" I set a dir with only multimap file and it correctly erase all the field except the multimap one.
"Reload files" -> no problem
In Multimap tab click "Load" -> Error..

Code: Select all

System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at Ultima.MultiMap.GetMultiMap()
   at FiddlerControls.MultiMap.OnClickLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.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)

I noticed another odd behaviour: with 2 istances of uofiddler, changing the path to one of them seems to affect the other one too..
Post Reply