Rebuilding Xbox Maps

Technical Chatter here.
Post Reply
User avatar
kibito87




Stylist Connoisseur Advisor Bloodhound
Droplet Articulatist 500

Posts: 3461
Joined: Mon Feb 21, 2005 7:49 pm
Location: Ohio
Contact:

Rebuilding Xbox Maps

Post by kibito87 »

I get this message when I try to rebuild xbox H1 maps now. I'm not sure why but it's annoying and I need to get this resolved in a timely manner...
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.__Error.EndOfFile()
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadInt32()
at _snd.Sound.ReadHeader2(BinaryReader BR)
at _snd.Sound.SelectSound2(HaloMapStruct& Halomap, Int32 Tag, BinaryReader BR)
at HHT.frmRebuild.StartRecursive()
at HHT.frmRebuild.Button4_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.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
HHT
Assembly Version: 4.0.1751.29052
Win32 Version: 4.0.1751.29052
CodeBase: file:///C:/Documents%20and%20Settings/Gaara/Desktop/HHT%20v5/HHT.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Functions
Assembly Version: 1.0.1751.29050
Win32 Version: 1.0.1751.29050
CodeBase: file:///C:/Documents%20and%20Settings/Gaara/Desktop/HHT%20v5/Functions.DLL
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.3052.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
RawMode
Assembly Version: 1.0.1751.29051
Win32 Version: 1.0.1751.29051
CodeBase: file:///C:/Documents%20and%20Settings/Gaara/Desktop/HHT%20v5/RawMode.DLL
----------------------------------------
bitm
Assembly Version: 1.0.1751.29051
Win32 Version: 1.0.1751.29051
CodeBase: file:///C:/Documents%20and%20Settings/Gaara/Desktop/HHT%20v5/bitm.DLL
----------------------------------------
!snd
Assembly Version: 1.0.1751.29051
Win32 Version: 1.0.1751.29051
CodeBase: file:///C:/Documents%20and%20Settings/Gaara/Desktop/HHT%20v5/!snd.DLL
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
Is this a problem with my .NET Frameworks or is it a problem with HHT. I'd like to be able to rebuild my single player maps with new tags but I can't even get the program to rebuild single player maps without new tags...just default tags.
Image
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

It's probably not the .Net framework, I would say either hht, or a sound file in your map is messed up. Because it messes up trying to fill a buffer for a sound which was just read, so I would say that's either the hht doing it wrong, or the map being wierd.
User avatar
kibito87




Stylist Connoisseur Advisor Bloodhound
Droplet Articulatist 500

Posts: 3461
Joined: Mon Feb 21, 2005 7:49 pm
Location: Ohio
Contact:

Post by kibito87 »

OwnZ joO wrote:It's probably not the .Net framework, I would say either hht, or a sound file in your map is messed up. Because it messes up trying to fill a buffer for a sound which was just read, so I would say that's either the hht doing it wrong, or the map being wierd.
Thank you very much. I'll have to look into this now.
Image
Post Reply