Why do I get this error???
What is the problem with your cad editor???
Look at this video to understand
https://www.dropbox.com/s/8tw4l1k50k05lt6/stupid%20error.avi?dl=0Here are the values
LEVEL 1-2 (43 ENEMY)
18BE1 ??? (I THINK WHEN THEY APPEAR)
18C0D LEFT-RIGHT (POSITION)
18C38 UP-DOWN (POSITION)
18C63 ENEMY (TYPE)
E4 02 MASTER
E4 03 RING
E4 04 INVINCIBILITY
E4 05 BANANA
E4 06 BANANAS
E4 07 FLOWER
E4 08 LIFE
E4 09 CHIKEN
E4 0A POINTS
E4 0B CHIKEN BONUS
05 46 GREEN SLIM WALKING
19 4A GREEN JUMPING ATTACK
E1 07 PLATFORM STANGA DREAPTA
E1 08 PLATFORM STA SA TE SUI SI APOI SA DUCE
E3 00 ??? (DOOR OR CHECKPOINT)
HELP ME, which program do you use to edit the text? is enough just to enter notepad and save the text without changing anything and I get this error, what the hell?
If I click details I get this text:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
at System.Windows.Forms.ImageList.ImageCollection.get_Item(Int32 index)
at CadEditor.Utils.loadEnemyPictures(ImageList& objectSprites, Image[]& objectSpritesBig)
at CadEditor.EnemyEditor.reloadPictures()
at CadEditor.EnemyEditor.EnemyEditor_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CadEditor
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///A:/Danger/Nes/Nes%20Hacking/cad_editor_v34/CadEditor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
CSScriptLibrary.v3.5
Assembly Version: 3.5.2.0
Win32 Version: 3.5.2.0
CodeBase: file:///A:/Danger/Nes/Nes%20Hacking/cad_editor_v34/CSScriptLibrary.v3.5.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Config.cs
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/Users/Danger/AppData/Local/Temp/CSSCRIPT/Cache/-1890132941/Config.cs.compiled
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Settings_Banana Prince-1-1SPIIIN.cs
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/Users/Danger/AppData/Local/Temp/CSSCRIPT/Cache/130249189/Settings_Banana%20Prince-1-1SPIIIN.cs.compiled
----------------------------------------
PluginExportScreens
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///A:/Danger/Nes/Nes%20Hacking/cad_editor_v34/PluginExportScreens.DLL
----------------------------------------
PluginHexEditor
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///A:/Danger/Nes/Nes%20Hacking/cad_editor_v34/PluginHexEditor.DLL
----------------------------------------
PluginVideoNes
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///A:/Danger/Nes/Nes%20Hacking/cad_editor_v34/PluginVideoNes.DLL
----------------------------------------
PluginVideoSega
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///A:/Danger/Nes/Nes%20Hacking/cad_editor_v34/PluginVideoSega.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.