Page 1 of 1

Whats wrong with this????

Posted: Tue Jul 04, 2006 8:17 pm
by bushybinladen7
I cant do anything in dot halo I have microsoft 2.0 netframework

I cant even swap projectiles with out a error saying unhandled exception

more detailed...
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 is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.FlushWrite()
at System.IO.FileStream.Flush()
at System.IO.FileStream.Dispose(Boolean disposing)
at System.IO.FileStream.Close()
at H2Edit.frmMain.FixT3hStupidSig()
at H2Edit.frmMain.CloseMap()
at H2Edit.frmMap.butClose_Click_1(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
----------------------------------------
DotHalo
Assembly Version: 1.0.1867.33439
Win32 Version: 1.0.1867.33439
CodeBase: file:///C:/WINDOWS/DESKTOP/DOTHALO%20V1.0B3.0/DOTHALO.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
----------------------------------------
zH2Sig
Assembly Version: 1.0.1866.21219
Win32 Version: 1.0.1866.21219
CodeBase: file:///C:/WINDOWS/DESKTOP/DOTHALO%20V1.0B3.0/zH2Sig.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
----------------------------------------
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.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
----------------------------------------

************** 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.

Posted: Tue Jul 04, 2006 10:22 pm
by dutch
Do you have service pack 2?

Posted: Wed Jul 05, 2006 1:18 am
by [users]jlddodger
Sounds to me like the map, or whatever file, is read only.

Posted: Wed Jul 05, 2006 8:39 am
by dos mes
Ya, try reftping your maps.

Posted: Wed Jul 05, 2006 11:26 pm
by dazzajay
that looks allmost identical to the error i get with Entity, and entity is the ONLY app i have on here that does it, so.... it might be a Dot Net glitch? or bad progrwamming on microsofts part of Dot Net?

Posted: Thu Jul 06, 2006 5:24 am
by jackosmack
your going to have to change your file protection in the folder with all your maps...agreeing with the dude above it must be a security issue either read only files or soemthing of that matter