Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gumps, Dress, Cliloc, Radarcol issues with latest OSI update #123

Open
GladieUO opened this issue Jul 28, 2024 · 3 comments
Open

Gumps, Dress, Cliloc, Radarcol issues with latest OSI update #123

GladieUO opened this issue Jul 28, 2024 · 3 comments

Comments

@GladieUO
Copy link

These tabs cannot be opened with the newest OSI update.

System.ArgumentException: Parameter is not valid.
   at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
   at Ultima.Gumps.GetGump(Int32 index, Boolean& patched)
   at Ultima.Gumps.GetGump(Int32 index)
   at UoFiddler.Controls.UserControls.GumpControl.ListBox_SelectedIndexChanged(Object sender, EventArgs e)
   at UoFiddler.Controls.UserControls.GumpControl.PopulateListBox(Boolean showOnlyValid)
   at UoFiddler.Controls.UserControls.GumpControl.OnLoad(EventArgs e)
   at UoFiddler.Controls.UserControls.GumpControl.HasGumpId(Int32 gumpId)
   at UoFiddler.Controls.UserControls.ItemsControl.TileViewContextMenuStrip_Opening(Object sender, CancelEventArgs e)
   at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
   at System.Windows.Forms.ContextMenuStrip.SetVisibleCore(Boolean visible)
   at System.Windows.Forms.ToolStripDropDown.Show(Control control, Point position)
   at System.Windows.Forms.Control.WmContextMenu(Message& m, Control sourceControl)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
System.ArgumentException: Parameter is not valid.
   at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
   at Ultima.Gumps.GetGump(Int32 index, Boolean& patched)
   at UoFiddler.Controls.UserControls.GumpControl.ListBox_DrawItem(Object sender, DrawItemEventArgs e)
   at System.Windows.Forms.ListBox.WmReflectDrawItem(Message& m)
   at System.Windows.Forms.ListBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
System.ArgumentException: Parameter is not valid.
   at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
   at Ultima.Gumps.GetGump(Int32 index, Boolean& patched)
   at Ultima.Gumps.GetGump(Int32 index)
   at UoFiddler.Controls.UserControls.DressControl.DrawPaperdoll()
   at UoFiddler.Controls.UserControls.DressControl.OnLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean ignoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean ignoreVisible)
   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.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
System.ArgumentOutOfRangeException: count ('-32173') must be a non-negative value. (Parameter 'count')
Actual value was -32173.
   at System.ArgumentOutOfRangeException.ThrowNegative[T](T value, String paramName)
   at Ultima.StringList.LoadEntry(String path)
   at Ultima.StringList..ctor(String language)
   at UoFiddler.Controls.UserControls.ClilocControl.set_Lang(Int32 value)
   at UoFiddler.Controls.UserControls.ClilocControl.OnLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean ignoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean ignoreVisible)
   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.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
@AsYlum-
Copy link
Collaborator

AsYlum- commented Jul 28, 2024

Latest update for new legacy beta 7.104.0 has new gump format and encrypted clilocs. Right now I have idea when it will work. So last version that uofiddler can work with is 7.103.0

@CantFindDev
Copy link

RIP

@AsYlum-
Copy link
Collaborator

AsYlum- commented Dec 4, 2024

@GladieUO partial support for compressed clilocs was added in https://github.com/polserver/UOFiddler/releases/tag/4.15.2 Rest is still work in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants