ScriptUO

Scripting Resources & Utilities => UO Client Modifications/Tools => Topic started by: joe_speeded on January 26, 2013, 04:00:42 PM

Title: Client Modification - Fiddlers
Post by: joe_speeded on January 26, 2013, 04:00:42 PM
Hello everyone, I'm new here so forgive me if I do something noobish.

I played on a server a while back and on there forums was a guy who "made" a custom client by patching the art.mul and other files. Once I saw his modifications I quickly learned to do this on my own using fiddlers and photoshop.

My issue is, I've reinstalled Ultima since then and when I try to use fiddlers it errors out

Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Ultima.Art.IsValidStatic(Int32 index)
   at FiddlerControls.ItemShow.OnLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.TabControl.UpdateTabSelection(Boolean updateFocus)
   at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.TabControl.WmSelChange()
   at System.Windows.Forms.TabControl.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
UoFiddler
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/UoFiddler.exe
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
Controls
    Assembly Version: 4.4.0.0
    Win32 Version: 4.4.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Controls.DLL
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Ultima
    Assembly Version: 4.3.2.0
    Win32 Version: 4.3.2
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Ultima.DLL
----------------------------------------
ComparePlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/ComparePlugin.dll
----------------------------------------
MassImport
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MassImport.dll
----------------------------------------
MultiEditor
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MultiEditor.dll
----------------------------------------
SendItem
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/SendItem.dll
----------------------------------------
TestPlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/TestPlugin.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Upon investigation I found out that I don't even have an art.mul file (missing other files as well) in my ultima online dir yet it works just fine when I play.

Anyone know why this might be? and how I can fix it?
Title: Re: Client Modification - Fiddlers
Post by: Masscre on January 26, 2013, 04:08:26 PM
UO updated several months back and this is one of the files that they took out. I am sure the areas they used where just placed into another file, but this was one of their ways to keep easyuo from being able to look at tiles so out miners and lumberjack scripts would not work. :)
Title: Re: Client Modification - Fiddlers
Post by: joe_speeded on January 26, 2013, 04:15:38 PM
Should I reinstall an older version of the client, or is there a work around or other mul editor?
Title: Re: Client Modification - Fiddlers
Post by: dxrom on January 26, 2013, 04:56:01 PM
They updated, but were retarded about it. You can just extract the muls and patch them, the game will still read from the muls if they are present.
Title: Re: Client Modification - Fiddlers
Post by: Endless Night on January 26, 2013, 08:41:11 PM
Should I reinstall an older version of the client, or is there a work around or other mul editor?

Dont reinstall client... just download one of the zips of the old mul files and put then in your client directory.
Title: Re: Client Modification - Fiddlers
Post by: Crome969 on January 27, 2013, 05:08:09 AM
Hello everyone, I'm new here so forgive me if I do something noobish.

I played on a server a while back and on there forums was a guy who "made" a custom client by patching the art.mul and other files. Once I saw his modifications I quickly learned to do this on my own using fiddlers and photoshop.

My issue is, I've reinstalled Ultima since then and when I try to use fiddlers it errors out

Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Ultima.Art.IsValidStatic(Int32 index)
   at FiddlerControls.ItemShow.OnLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.TabControl.UpdateTabSelection(Boolean updateFocus)
   at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.TabControl.WmSelChange()
   at System.Windows.Forms.TabControl.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
UoFiddler
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/UoFiddler.exe
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
Controls
    Assembly Version: 4.4.0.0
    Win32 Version: 4.4.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Controls.DLL
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Ultima
    Assembly Version: 4.3.2.0
    Win32 Version: 4.3.2
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Ultima.DLL
----------------------------------------
ComparePlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/ComparePlugin.dll
----------------------------------------
MassImport
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MassImport.dll
----------------------------------------
MultiEditor
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MultiEditor.dll
----------------------------------------
SendItem
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/SendItem.dll
----------------------------------------
TestPlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/TestPlugin.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Upon investigation I found out that I don't even have an art.mul file (missing other files as well) in my ultima online dir yet it works just fine when I play.

Anyone know why this might be? and how I can fix it?

UOFiddler broked apart when they changed critical files to uop file format.
for the first patches you were be able to convert from uop to mul and modify, when they changed content of uop more all converters broked apart ( they still convert but not correct )

if you need older Client Version with mul only i would recommned to load one of those here : http://svn.twuni.net/uoclient/t2a/tags/by-version/ and then patch max until 7.0.23.0

I noticed until a version ( i dont know exact version adhoc ) Wyatt released his ultima.sdk for uop reading ( when i see his posts i think up to 7.0.26.0 ) http://ruosi.org/news/ultima_sdk_with_uop_support/2012-08-14-37 .
But for newer clients it also not working anymore.

If you want to patch uo with fiddler , you need be able to update fiddler sources to read\write uop and then patch those files. Else i would recommned to use Clients < 7.23.0. and patch mul files.

Another interesting Source is http://dev.uoquint.ru/projects/essence-udk they have jeffs updated openuo.dll ( his replacement for ultima.sdk for runuo\fiddler ) as Source in their reporsity.

So if you are able to write Code in C# you may be able to modify Fiddler for uop.

Stealth also adding uop support currently, but its implemented in the tool itself, so you wont be able to copy and paste code\content and use in fiddler..
Title: Re: Client Modification - Fiddlers
Post by: subman on April 21, 2016, 02:39:54 AM
 at System.Windows.Forms.NativeWindow.Callback IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam