i get this error when im trying to clone a chunk with entity

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

i get this error when im trying to clone a chunk with entity

Post by Th2mods »

i get this error when im trying to clone a chunk with entity

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Non-negative number required.
Parameter name: value
   at System.IO.FileStream.set_Position(Int64 value)
   at entity.Meta.ReadMetaFromMap(Int32 tagnum, Map& map, Boolean dontreadraw)
   at entity.ChunkAdder.Add(Map& map, Int32 tagnumber, String ReflexiveName, Int32 chunknumber, Int32 cloneamount)
   at entity.Forms.ChunkClonerWindow.addchunks_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.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.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
entity
    Assembly Version: 1.0.2311.435
    Win32 Version: 1.0.2311.435
    CodeBase: file:///F:/Windows/Mods/programs/DJShepherdsModPackP3/DJ%20Shepherds%20Mod%20Pack%20Part%203/DJ%20Shepherds%20H2%20All%20Map%20Modifier%20Pack/Entity%20Alpha%201/entity.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.
User avatar
xbl4me
Readers Club





Posts: 10
Joined: Sat Feb 24, 2007 3:59 pm
Contact:

Post by xbl4me »

goddamnit someone repost with an answer!!!

I get this error message too and I'm trying to make my own containment racetrack and I can't

I'TS PISSING ME OFF!!! :x
User avatar
Anthony




Translator Connoisseur New Age ONI

Posts: 1001
Joined: Thu Jul 06, 2006 10:19 pm
Location: Whittier, CA
Contact:

Post by Anthony »

xbl4me wrote:goddamnit someone repost with an answer!!!

I get this error message too and I'm trying to make my own containment racetrack and I can't

I'TS PISSING ME OFF!!! :x
own containment racetrack?... THANK GOD IT DOESN'T WORK FOR YOU!!!!
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Post by Th2mods »

if u want to make a track use this tut~~~~~~~

Hey

I will now get started with the tut on how to build a racetrack in containment that everyone can use.

ill be doing way 1 first which is the easy way which involves a source file .sppf which you patch and open up in entity and move the track peices already there.

for this you need the sppf patcher, CMR and entity!

[url=http://files.halomods.com/download.php?id=51971]Source file made by
User avatar
xbl4me
Readers Club





Posts: 10
Joined: Sat Feb 24, 2007 3:59 pm
Contact:

Post by xbl4me »

Anthony you can suck my d*** so shut the hell up!! :evil:

But ModSoul I did find your tutorial but everytime I click the raw data editor it gives me that error message.

It pisses me off cus not only can I not make a racetrack, but I can't mod any maps (using that technique).

I mean there's like 12 other posts on here of people with the same problem but no one knows how to fix it... :(
Post Reply