[FULL & SOURCE] Entity v2.0 Released
Re: Entity v2.0 Released
It might be a plugin error.
- Rogue_Modder
- Posts: 284
- Joined: Sat Mar 29, 2008 5:46 am
- Location: London
- Contact:
Re: Entity v2.0 Released
skoron wrote:I am running XP 32 bit, and it seems to do this on any map scenario, at random, when I enter the meta editor. I may be able to give more info tomorrow if needed, 'cause I'm going to bed now.
Here is my error:
************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '-1092387126' is not valid for 'start'.
Parameter name: start
at System.Windows.Forms.ComboBox.Select(Int32 start, Int32 length)
at System.Windows.Forms.ComboBox.set_SelectionLength(Int32 value)
at entity.Forms.Meta_Editor.ReflexiveControl.UpdateReflexiveSelectionBox(Boolean loadAllChunks)
at entity.Forms.Meta_Editor.ReflexiveControl.LoadMetaIntoControls(Int32 startingOffset, Int32 ioneUpReflexiveBlockOffset)
at entity.Forms.Meta_Editor.MetaEditor.ReloadMetaForSameTagType(Boolean reloadreflexive)
at entity.MapForm.loadmeta(Int32 tag)
at entity.MapForm.treeView1_AfterSelect(Object sender, TreeViewEventArgs e)
at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)
at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
at System.Windows.Forms.TreeView.WmNotify(Message& m)
at System.Windows.Forms.TreeView.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)
you got .net framword 3.5?
- TroyMac1ure
- Posts: 29
- Joined: Sun Feb 10, 2008 10:39 am
Re: Entity v2.0 Released
I built it around the .NET 2.0 framework, so I think most people will have that. I haven't worked with .NET before, should I compile it to the 3.5 framework? Does anyone know are there speed increases/decreases or any compatibility issues?Rogue_Modder wrote:
you got .net framword 3.5?
-
- Posts: 39
- Joined: Mon Jan 26, 2009 4:10 pm
Re: [FULL & SOURCE] Entity v2.0 Released
It is a plugin error or you accidently placed something somewhere it shouldn't be...
Not having .Net 3.5 doesn't have anything to do with that.
Not having .Net 3.5 doesn't have anything to do with that.
Re: Entity v2.0 Released
How have you not worked with .NET? You are modifying Entity's source and that is in .NET...TroyMac1ure wrote:I built it around the .NET 2.0 framework, so I think most people will have that. I haven't worked with .NET before, should I compile it to the 3.5 framework? Does anyone know are there speed increases/decreases or any compatibility issues?Rogue_Modder wrote:
you got .net framword 3.5?
Re: [FULL & SOURCE] Entity v2.0 Released
I'm guessing he means he hasn't extensively worked with it. Maybe he's familiar with java or C++ or something else.
- TroyMac1ure
- Posts: 29
- Joined: Sun Feb 10, 2008 10:39 am
Re: [FULL & SOURCE] Entity v2.0 Released
Until Entity I hadn't worked with .NET. Actually I took 3 courses in C/C++ about a decade ago and haven't touched it since. I've programmed in Turbo Pascal for over a decade and just got into the windows scene with Delphi maybe a year ago. Less than a month ago I D/L Entity's source & Visual Express (since it's free) and started at it. I figure the best way to learn is to dive in. That's partly why everything is so slow going. I need to learn windows commands, .NET and someone else's source code.OwnZ joO wrote:I'm guessing he means he hasn't extensively worked with it. Maybe he's familiar with java or C++ or something else.
Thanks to the three things above, I have put uncountable hours in already, but am understanding the layout of alot of Entity's source now.
So if anyone knows C#/.NET really well, let me know. Sometimes I have questions that are really basic, but I spend an hour searching to find the answer. lol.
Re: [FULL & SOURCE] Entity v2.0 Released
You can go ahead an rip the PMI code from the entity I released here awhile ago...
* Veegie high fives GTAF _o/\o_
* Veegie high fives shadowkhas _o/\o_
* Veegie leaves warlord hangin' _o/ /o_
* Veegie high fives shadowkhas _o/\o_
* Veegie leaves warlord hangin' _o/ /o_
Re: [FULL & SOURCE] Entity v2.0 Released
There are a number of people on here who do. You could post a question in the programming section, or pm me, I could probably help you out a little.TroyMac1ure wrote:So if anyone knows C#/.NET really well, let me know. Sometimes I have questions that are really basic, but I spend an hour searching to find the answer. lol.