Giter VIP home page Giter VIP logo

tinvedit's Issues

Missing Textures

Some items simply do not have a texture file.
This leads me to believe they are re-colours of some sort.

Unable to find Texture at Path "Item/3666.png"
Unable to find Texture at Path "Item/3667.png"
Unable to find Texture at Path "Item/3668.png"
Unable to find Texture at Path "Item/3670.png"
Unable to find Texture at Path "Item/3671.png"
Unable to find Texture at Path "Item/3672.png"
Unable to find Texture at Path "Item/3673.png"
Unable to find Texture at Path "Item/3675.png"
Unable to find Texture at Path "Item/3676.png"
Unable to find Texture at Path "Item/3677.png"
Unable to find Texture at Path "Item/3678.png"
Unable to find Texture at Path "Item/3679.png"
Unable to find Texture at Path "Item/3680.png"
Unable to find Texture at Path "Item/3682.png"
Unable to find Texture at Path "Item/3684.png"
Unable to find Texture at Path "Item/3685.png"
Unable to find Texture at Path "Item/3686.png"
Unable to find Texture at Path "Item/3687.png"
Unable to find Texture at Path "Item/3689.png"
Unable to find Texture at Path "Item/3693.png"
Unable to find Texture at Path "Item/3694.png"
Unable to find Texture at Path "Item/3695.png"
Unable to find Texture at Path "Item/3696.png"
Unable to find Texture at Path "Item/3698.png"
Unable to find Texture at Path "Item/3699.png"
Unable to find Texture at Path "Item/3701.png"
Unable to find Texture at Path "Item/3704.png"
Unable to find Texture at Path "Item/3705.png"
Unable to find Texture at Path "Item/3706.png"

View details in Rollbar: https://rollbar.com/chbshoot/Terraria-Inventory-Editor/items/20/

Traceback (most recent call last):
  File "TerrariaInvEdit.UI.Forms.MainForm", line 175, in TerrariaInvEdit.UI.Forms.MainForm.GetBitmap(System.String Format, System.Object[] Args)
  File "TerrariaInvEdit.UI.Forms.MainForm", line unknown, in TerrariaInvEdit.UI.Forms.MainForm.GetItem(System.Int32 ID, System.Nullable`1[System.Drawing.Color] Color)
  File "TerrariaInvEdit.UI.Forms.MainForm", line 745, in TerrariaInvEdit.UI.Forms.MainForm.lbItems_SelectedValueChanged(System.Object sender, System.EventArgs e)
  File "System.Windows.Forms.ListControl", line 25, in System.Windows.Forms.ListControl.OnSelectedValueChanged(System.EventArgs e)
  File "System.Windows.Forms.ListBox", line 7, in System.Windows.Forms.ListBox.OnSelectedValueChanged(System.EventArgs e)
  File "System.Windows.Forms.ListBox", line unknown, in System.Windows.Forms.ListBox.OnSelectedIndexChanged(System.EventArgs e)
  File "System.Windows.Forms.ListBox", line 51, in System.Windows.Forms.ListBox.WmReflectCommand(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.ListBox", line 102, in System.Windows.Forms.ListBox.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.NativeWindow", line 37, in System.Windows.Forms.NativeWindow.Callback(System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam)
System.IO.FileNotFoundException: Unable to find Texture at Path "Item/3673.png"

Invalid cast when btnMaxAll event fired

View details in Rollbar: https://rollbar.com/chbshoot/Terraria-Inventory-Editor/items/11/

Traceback (most recent call last):
  File "TerrariaInvEdit.UI.Forms.MainForm", line 82, in TerrariaInvEdit.UI.Forms.MainForm.btnMaxAll_Click_1(System.Object sender, System.EventArgs e)
  File "System.Windows.Forms.ToolStripItem", line 21, in System.Windows.Forms.ToolStripItem.RaiseEvent(System.Object key, System.EventArgs e)
  File "System.Windows.Forms.ToolStripMenuItem", line 30, in System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs e)
  File "System.Windows.Forms.ToolStripItem", line 66, in System.Windows.Forms.ToolStripItem.HandleClick(System.EventArgs e)
  File "System.Windows.Forms.ToolStripItem", line 203, in System.Windows.Forms.ToolStripItem.HandleMouseUp(System.Windows.Forms.MouseEventArgs e)
  File "System.Windows.Forms.ToolStrip", line 111, in System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs mea)
  File "System.Windows.Forms.ToolStripDropDown", line 7, in System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs mea)
  File "System.Windows.Forms.Control", line 388, in System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message& m, System.Windows.Forms.MouseButtons button, System.Int32 clicks)
  File "System.Windows.Forms.Control", line 1225, in System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.ToolStrip", line 227, in System.Windows.Forms.ToolStrip.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.ToolStripDropDown", line 120, in System.Windows.Forms.ToolStripDropDown.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.NativeWindow", line 37, in System.Windows.Forms.NativeWindow.Callback(System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam)
System.InvalidCastException: Specified cast is not valid.

System.ArgumentOutOfRangeException: InvalidArgument=Value '239' n�o � um valor v�lido para 'SelectedIndex'.Nome do par�metro: SelectedIndex

View details in Rollbar: https://rollbar.com/chbshoot/Terraria-Inventory-Editor/items/25/

Traceback (most recent call last):
  File "System.Windows.Forms.ComboBox", line 91, in System.Windows.Forms.ComboBox.set_SelectedIndex(System.Int32 value)
  File "TerrariaInvEdit.UI.Forms.MainForm", line 249, in TerrariaInvEdit.UI.Forms.MainForm.PPlayer_PlayerLoaded(System.Object sender, System.EventArgs e)
  File "D:\projects\TerraLimb\Data\Player.cs", line 44, in TerraLimb.Player.OnLoaded(System.EventArgs e)
  File "D:\projects\TerraLimb\Data\Player.cs", line 517, in TerraLimb.Player.LoadPlayer(System.String _plrFile)
  File "TerrariaInvEdit.UI.Forms.MainForm", line 127, in TerrariaInvEdit.UI.Forms.MainForm.btnOpen_Click(System.Object sender, System.EventArgs e)
  File "System.Windows.Forms.ToolStripSplitButton", line 45, in System.Windows.Forms.ToolStripSplitButton.OnButtonClick(System.EventArgs e)
  File "System.Windows.Forms.ToolStripSplitButton", line 271, in System.Windows.Forms.ToolStripSplitButton.OnMouseUp(System.Windows.Forms.MouseEventArgs e)
  File "System.Windows.Forms.ToolStripItem", line 203, in System.Windows.Forms.ToolStripItem.HandleMouseUp(System.Windows.Forms.MouseEventArgs e)
  File "System.Windows.Forms.ToolStripItem", line 70, in System.Windows.Forms.ToolStripItem.FireEventInteractive(System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met)
  File "System.Windows.Forms.ToolStripItem", line 201, in System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met)
  File "System.Windows.Forms.ToolStrip", line 111, in System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs mea)
  File "System.Windows.Forms.Control", line 388, in System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message& m, System.Windows.Forms.MouseButtons button, System.Int32 clicks)
  File "System.Windows.Forms.Control", line 1583, in System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.ScrollableControl", line 52, in System.Windows.Forms.ScrollableControl.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.ToolStrip", line 231, in System.Windows.Forms.ToolStrip.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.Control+ControlNativeWindow", line unknown, in System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.Control+ControlNativeWindow", line 142, in System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.NativeWindow", line 37, in System.Windows.Forms.NativeWindow.Callback(System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam)
System.ArgumentOutOfRangeException: InvalidArgument=Value '239' n�o � um valor v�lido para 'SelectedIndex'.
Nome do par�metro: SelectedIndex

System.IO.FileNotFoundException: Unable to find Texture at Path "Item/3705.png"

View details in Rollbar: https://rollbar.com/chbshoot/Terraria-Inventory-Editor/items/26/

Traceback (most recent call last):
  File "D:\projects\tinvedit\src\UI\Forms\MainForm.cs", line 90, in TerrariaInvEdit.UI.Forms.MainForm.GetBitmap(System.String Format, System.Object[] Args)
  File "D:\projects\tinvedit\src\UI\Forms\MainForm.cs", line 1027, in TerrariaInvEdit.UI.Forms.MainForm.GetItem(System.Int32 ID, System.Nullable`1[System.Drawing.Color] Color)
  File "D:\projects\tinvedit\src\UI\Forms\MainForm.cs", line 1425, in TerrariaInvEdit.UI.Forms.MainForm.lbItems_SelectedValueChanged(System.Object sender, System.EventArgs e)
  File "System.Windows.Forms.ListControl", line 25, in System.Windows.Forms.ListControl.OnSelectedValueChanged(System.EventArgs e)
  File "System.Windows.Forms.ListBox", line 7, in System.Windows.Forms.ListBox.OnSelectedValueChanged(System.EventArgs e)
  File "System.Windows.Forms.ListBox", line unknown, in System.Windows.Forms.ListBox.OnSelectedIndexChanged(System.EventArgs e)
  File "System.Windows.Forms.ListBox", line 51, in System.Windows.Forms.ListBox.WmReflectCommand(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.ListBox", line 95, in System.Windows.Forms.ListBox.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.NativeWindow", line 37, in System.Windows.Forms.NativeWindow.Callback(System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam)
System.IO.FileNotFoundException: Unable to find Texture at Path "Item/3705.png"

About translate

Can i translate your software to chinese?
I will NOT modify your anthor info, just add my name after you as "Translater xxx"

Execute Problem

As a terraria player, I DON'T KNOW HOW TO PROGRAM COMPLEX THINGS like that 4 programs u say it requires to work. I suffered a lot trying to install it, as well as spending time looking for how to install, JUST BECAUSE IT DOESN'T HAVE A '.EXE' ARCHIVE, I know it isn't difficult to solve that, so if u don't manage to fix it, I purpose u to remove your link from the wiki site.

System.NullReferenceException:...

View details in Rollbar: https://rollbar.com/chbshoot/Terraria-Inventory-Editor/items/21/

Traceback (most recent call last):
  File "TerrariaInvEdit.UI.Forms.MainForm", line 563, in TerrariaInvEdit.UI.Forms.MainForm.UpdateNodeItem()
  File "System.Windows.Forms.Control", line 25, in System.Windows.Forms.Control.OnClick(System.EventArgs e)
  File "System.Windows.Forms.Button", line 46, in System.Windows.Forms.Button.OnClick(System.EventArgs e)
  File "System.Windows.Forms.Button", line 119, in System.Windows.Forms.Button.OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)
  File "System.Windows.Forms.Control", line 388, in System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message& m, System.Windows.Forms.MouseButtons button, System.Int32 clicks)
  File "System.Windows.Forms.Control", line 1212, in System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.ButtonBase", line 212, in System.Windows.Forms.ButtonBase.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.Button", line 61, in System.Windows.Forms.Button.WndProc(System.Windows.Forms.Message& m)
  File "System.Windows.Forms.NativeWindow", line 37, in System.Windows.Forms.NativeWindow.Callback(System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam)
System.NullReferenceException: Object reference not set to an instance of an object.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.