Jump to content

Home

That darn .net Framework


Jolly Boots

Recommended Posts

Yes, another Framework problem. But hear me out anyway. When I attempt to build a Mod in the Module Editor, I get the old Microsoft .NET Framework unhandled exception. Now, I've tried uninstalling everything and then reinstalling (including both Frameworks which are both installed) but that doesn't work. I've tried constantly trying to build but all I get is the file that doesn't seem to work (and I've checked if I'm doing what I want correcting and the file is less then half then the one in the module folder) Here is the full error (****** replaces the administrators name):

 

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:\Documents and Settings\*******\Desktop\tel\203tel.pth".

File name: "C:\Documents and Settings\*****\Desktop\tel\203tel.pth"

at System.IO.__Error.WinIOError(Int32 errorCode, String str)

at System.IO.FileInfo.get_Length()

at kotor_tool.clsERF..ctor(String outputFilePath, String FileType, UInt32 DescriptionStrRef, ERFLocalizedString[] ERFLocalizedStringList, String[] inputFileList)

at kotor_tool.frmModule_Editor.BuildModFile()

at kotor_tool.frmModule_Editor.miBuildModFile_Click(Object sender, EventArgs e)

at System.Windows.Forms.MenuItem.OnClick(EventArgs e)

at System.Windows.Forms.MenuItemData.Execute()

at System.Windows.Forms.Command.Invoke()

at System.Windows.Forms.Control.WmCommand(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

at System.Windows.Forms.ContainerControl.WndProc(Message& m)

at System.Windows.Forms.Form.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

----------------------------------------

kotor_tool

Assembly Version: 1.0.2210.16738

Win32 Version: 1.0.2210.16738

CodeBase: file:///C:/Program%20Files/Kotor%20Tool/kotor_tool.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

----------------------------------------

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

----------------------------------------

hckmf5em

Assembly Version: 0.0.0.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

l4bg15fz

Assembly Version: 0.0.0.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

Accessibility

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.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.

Link to comment
Share on other sites

There is potential that it is a Kotor Tool issue itself. However since Fred has been absent from the community for nearly a Year I wouldn't hold my breath for a fix if it is. Also you say both .NET frameworks. Which ones are you refering to. If you are refering to 1.0 and 1.1 then you need to add 2.0 to your list. However if you are refering to 2.0 and 3.0 then you need 1.1 added to your list.

Link to comment
Share on other sites

Start from scratch with the module editor.

 

Make your changes then save.

 

Re-open the .git with Kgff and re-save it.

 

If you have to make edits, you can now re-open your project with the module editor to work on. You have to repeat this proccess each time you edit. This is the issue I have with the module editor. You use the ERF builder to create the .mod file.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...