Wend ll 268 Posted March 27, 2014 Share Posted March 27, 2014 Quando sair nova atualização avisa Blz? Link to comment Share on other sites More sharing options...
EdMignari 187 Posted March 27, 2014 Author Share Posted March 27, 2014 Quando sair nova atualização avisa Blz? Tenta causar o erro de novo, clica no botão detalhes, copia e cola aqui. Link to comment Share on other sites More sharing options...
Wend ll 268 Posted March 27, 2014 Share Posted March 27, 2014 Olha ae Consulte o final desta mensagem para obter detalhes sobre como chamar a depuração just-in-time (JIT) em vez desta caixa de diálogo. ************** Texto de Exceção ************** System.IndexOutOfRangeException: O índice estava fora dos limites da matriz. em ItemEditor.Sprite.GetRGBData(Byte transparentColor) em ItemEditor.MainForm.DrawSprite(Bitmap& canvas, ClientItem clientItem) em ItemEditor.MainForm.GetSpriteBitmap(ClientItem clientItem) em ItemEditor.MainForm.itemsListBox_DrawItem(Object sender, DrawItemEventArgs e) em System.Windows.Forms.ListBox.OnDrawItem(DrawItemEventArgs e) em System.Windows.Forms.ListBox.WmReflectDrawItem(Message& m) em System.Windows.Forms.ListBox.WndProc(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Assemblies Carregados ************** mscorlib Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18444 built by: FX451RTMGDR Base de Código: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- ItemEditor Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/ItemEditor.exe ---------------------------------------- System.Windows.Forms Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- PluginInterface Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/PluginInterface.DLL ---------------------------------------- System.Windows.Forms.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- System.Configuration Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- PluginOne Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/Plug-ins/PluginOne.dll ---------------------------------------- PluginThree Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/Plug-ins/PluginThree.dll ---------------------------------------- PluginTwo Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/Plug-ins/PluginTwo.dll ---------------------------------------- ImageSimilarity Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/ImageSimilarity.DLL ---------------------------------------- mscorlib.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- ************** Depuração JIT ************** Para habilitar a depuração just-in-time (JIT), o arquivo .config deste aplicativo ou computador (machine.config) deve ter o valor jitDebugging definido na seção system.windows.forms. O aplicativo também deve ser compilado com a depuração habilitada. Por exemplo: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Quando a depuração JIT está habilitada, qualquer exceção sem tratamento será enviada ao depurador JIT registrado no computador, em vez de ser tratada nesta caixa de diálogo. Link to comment Share on other sites More sharing options...
EdMignari 187 Posted March 27, 2014 Author Share Posted March 27, 2014 Olha ae Consulte o final desta mensagem para obter detalhes sobre como chamar a depuração just-in-time (JIT) em vez desta caixa de diálogo. ************** Texto de Exceção ************** System.IndexOutOfRangeException: O índice estava fora dos limites da matriz. em ItemEditor.Sprite.GetRGBData(Byte transparentColor) em ItemEditor.MainForm.DrawSprite(Bitmap& canvas, ClientItem clientItem) em ItemEditor.MainForm.GetSpriteBitmap(ClientItem clientItem) em ItemEditor.MainForm.itemsListBox_DrawItem(Object sender, DrawItemEventArgs e) em System.Windows.Forms.ListBox.OnDrawItem(DrawItemEventArgs e) em System.Windows.Forms.ListBox.WmReflectDrawItem(Message& m) em System.Windows.Forms.ListBox.WndProc(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Assemblies Carregados ************** mscorlib Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18444 built by: FX451RTMGDR Base de Código: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- ItemEditor Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/ItemEditor.exe ---------------------------------------- System.Windows.Forms Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- PluginInterface Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/PluginInterface.DLL ---------------------------------------- System.Windows.Forms.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- System.Configuration Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- PluginOne Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/Plug-ins/PluginOne.dll ---------------------------------------- PluginThree Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/Plug-ins/PluginThree.dll ---------------------------------------- PluginTwo Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/Plug-ins/PluginTwo.dll ---------------------------------------- ImageSimilarity Versão do Assembly: 1.0.0.0 Versão do Win32: 1.0.0.0 Base de Código: file:///C:/Program%20Files/ItemEditor/ImageSimilarity.DLL ---------------------------------------- mscorlib.resources Versão do Assembly: 4.0.0.0 Versão do Win32: 4.0.30319.18408 built by: FX451RTMGREL Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- ************** Depuração JIT ************** Para habilitar a depuração just-in-time (JIT), o arquivo .config deste aplicativo ou computador (machine.config) deve ter o valor jitDebugging definido na seção system.windows.forms. O aplicativo também deve ser compilado com a depuração habilitada. Por exemplo: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Quando a depuração JIT está habilitada, qualquer exceção sem tratamento será enviada ao depurador JIT registrado no computador, em vez de ser tratada nesta caixa de diálogo. Testa se resolveu o bug. Na pasta do programa, substitui esse arquivo: http://www.4shared.com/file/yoFHLuMdce/ItemEditor.html Scan (SHA256: 411d072a88566de024bc285ad618f2ce5cb3147970039ee6a7afc06123459cd0) Link to comment Share on other sites More sharing options...
Wend ll 268 Posted March 27, 2014 Share Posted March 27, 2014 é para instalar dnv? Pq aqui venho um ItemEditor.exe Link to comment Share on other sites More sharing options...
EdMignari 187 Posted March 27, 2014 Author Share Posted March 27, 2014 é para instalar dnv? Pq aqui venho um ItemEditor.exe não. basta substituir lá na pasta do programa. Link to comment Share on other sites More sharing options...
Wend ll 268 Posted March 27, 2014 Share Posted March 27, 2014 Fiz oq você disse, mais agora nen abre mais da esse erro ae:: obs: Já tentei executar como adm mais continua o mesmo erro Link to comment Share on other sites More sharing options...
EdMignari 187 Posted March 27, 2014 Author Share Posted March 27, 2014 Fiz oq você disse, mais agora nen abre mais da esse erro ae:: obs: Já tentei executar como adm mais continua o mesmo erro Vai ter que ser pelo instalador mesmo http://www.4shared.com/file/JLL7RXmvce/ItemEditor02.html Scan (SHA256: d0ca98da7cd946b8349ba2124254108821fc8c423bbe0b009c7b109fd95de540) Link to comment Share on other sites More sharing options...
Wend ll 268 Posted March 27, 2014 Share Posted March 27, 2014 Booa Cara .. Sem erro Pode Postar essa Versão Já, Pois tem varias pessoas que ta com o mesmo Problema .. Link to comment Share on other sites More sharing options...
EdMignari 187 Posted March 27, 2014 Author Share Posted March 27, 2014 Booa Cara .. Sem erro Pode Postar essa Versão Já, Pois tem varias pessoas que ta com o mesmo Problema .. Valeu por me ajudar a ajudar =) Link to comment Share on other sites More sharing options...
betownage 1 Posted April 10, 2014 Share Posted April 10, 2014 Ajuda eu plzz,da esse erro, > e no log aparece isso.>> PluginOne: Bad dat signature. Expected signature is 4B1E2CAA and loaded signature is 475D3747. Link to comment Share on other sites More sharing options...
EdMignari 187 Posted April 10, 2014 Author Share Posted April 10, 2014 Ajuda eu plzz, da esse erro, > e no log aparece isso. >> PluginOne: Bad dat signature. Expected signature is 4B1E2CAA and loaded signature is 475D3747. A assinatura do arquivo está alterada. Você pode adicionar ou modificar no arquivo PluginOne.xml que fica na pasta Plug-ins onde o programa foi instalado. Link to comment Share on other sites More sharing options...
betownage 1 Posted April 10, 2014 Share Posted April 10, 2014 Alterei la e agora da esse erro ;/>> PluginOne: Error while parsing, unknown flag 0x81 at id 101. Link to comment Share on other sites More sharing options...
EdMignari 187 Posted April 10, 2014 Author Share Posted April 10, 2014 Alterei la e agora da esse erro ;/ >> PluginOne: Error while parsing, unknown flag 0x81 at id 101. Você modificou os arquivos? Estendendo o limite de sprites , por exemplo. Arquivos estendidos tem que por um "_EX" no nome da pasta. Se não for estendido, for igual ou maior que a versão 9.60, não precisa por. Data/854_EX/ Link to comment Share on other sites More sharing options...
EdMignari 187 Posted April 14, 2014 Author Share Posted April 14, 2014 Programa atualizado para versão 0.3 * Suporte parcial a transparência. * Seleciona a pasta do cliente. Link to comment Share on other sites More sharing options...
Recommended Posts