Page 1 of 1

Rebuilding

Posted: Thu Jan 17, 2008 7:38 pm
by Spartan1337
everytime I try to rebuild a map I get this error

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.UnauthorizedAccessException: Access to the path 'C:\BuildTree.txt' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode)
   at HaloSoundTools.MapBuilder..ctor()
   at HaloSoundTools.MapRebuildStarter.btnBuild_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.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
HaloMapTools
    Assembly Version: 1.0.1560.18095
    Win32 Version: 1.0.1560.18095
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/HaloMapTools.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    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.312 (rtmLHS.050727-3100)
    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.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
HaloMap
    Assembly Version: 1.0.1560.18095
    Win32 Version: 1.0.1560.18095
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/HaloMap.DLL
----------------------------------------
HMTLib
    Assembly Version: 1.0.1560.18093
    Win32 Version: 1.0.1560.18093
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/HMTLib.DLL
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
XPanderControl
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/XPanderControl.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.



Posted: Thu Jan 17, 2008 8:05 pm
by Altimit01
System.UnauthorizedAccessException: Access to the path 'C:\BuildTree.txt' is denied.
If you're running vista, are you running the program as administrator?

Posted: Thu Jan 17, 2008 8:08 pm
by Spartan1337
ill try that im running vista

Posted: Thu Jan 17, 2008 8:12 pm
by Spartan1337
.

Posted: Thu Jan 17, 2008 8:13 pm
by Spartan1337
now i get

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.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Microsoft Games\Halo\MAPS\levels\test\bloodgulch\bloodgulch.sbsp.meta'.
File name: 'C:\Program Files (x86)\Microsoft Games\Halo\MAPS\levels\test\bloodgulch\bloodgulch.sbsp.meta'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileInfo.get_Length()
   at HaloSoundTools.MapBuilder.BuildMap(String strSourceMap, String[] strBuildFiles, Boolean bSPMP)
   at HaloSoundTools.MapRebuildStarter.btnBuild_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.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
HaloMapTools
    Assembly Version: 1.0.1560.18095
    Win32 Version: 1.0.1560.18095
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/HaloMapTools.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    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.312 (rtmLHS.050727-3100)
    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.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
HaloMap
    Assembly Version: 1.0.1560.18095
    Win32 Version: 1.0.1560.18095
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/HaloMap.DLL
----------------------------------------
HMTLib
    Assembly Version: 1.0.1560.18093
    Win32 Version: 1.0.1560.18093
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/HMTLib.DLL
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
XPanderControl
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Users/Derek/Desktop/mis-game%20shorcuts/Halo-HaloCE/modding%20tools/HMT.v3.5.Release/HMT.v3.5/XPanderControl.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.



Posted: Thu Jan 17, 2008 8:14 pm
by Andrew_b
Doesnt take a genius.

Code: Select all

System.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Microsoft Games\Halo\MAPS\levels\test\bloodgulch\bloodgulch.sbsp.meta'
Thats your problem.

Posted: Thu Jan 17, 2008 8:26 pm
by Spartan1337
I'm using my BG from my unmooded maps folder

Posted: Thu Jan 17, 2008 11:14 pm
by Patrickh
when you batch extract, it will ask you whether or not you want to extract bsp. click yes.

Posted: Fri Jan 18, 2008 5:50 am
by Spartan1337
I dont get asked that

Posted: Fri Jan 18, 2008 5:57 am
by JK-47
It's not a popup, it's a little box where you can put a check mark in.

Posted: Fri Jan 18, 2008 5:59 am
by Spartan1337
dont have im using HMT 3.5

Posted: Fri Jan 18, 2008 6:00 am
by Spartan1337
and it wont let me batch extract without it stop working anyone have a map that has wraiths and dropships in it please put in downloads section

Posted: Fri Jan 18, 2008 7:52 am
by bcnipod
um ok

1. i am lost on what you said
2. you double posted.

Posted: Fri Jan 18, 2008 8:04 am
by Spartan1337
double posted what and my maps that came from the disk are in a folder as my backups and im trying to rebuild BG with wraiths and a drop ship and im running the programm as admin and it isnt working

Posted: Fri Jan 18, 2008 8:07 am
by DeadHamster
calm down. And follow a tutorial, step by step. Look for one with pictures. If you get the buildtree.txt error, log off, and log back on.

For the other error, make sure you copied your bloodgulch.sbsp.meta into the right folder, after you decrapped the models.

If you've never heard of decrapping, you did something wrong. Follow the tutorial again very closely.

Posted: Fri Jan 18, 2008 12:32 pm
by Philly
What the ****?
You don't rebuild a map in your MAPS folder, you make a special folder for it.