[FF7] LGP-Editor - Highwind (1.21) (Discontinued, use LGP/UNLGP)

  • Thread starter Thread starter Chrisu
  • Start date Start date
Status
Not open for further replies.
Higwind create biger TEX file than original TEX, example, exported from original TEX(size 66796) to created by Highwind TEX(size 131072). Files are some, except that on the end (after 66796) are all zero.
 
Last edited:
Higwind create biger TEX file than original TEX, example, exported from original TEX(size 66796) to created by Highwind TEX(size 131072). Files are some, except that on the end (after 66796) are all zero.
You mean it makes the correct files, but there are just 00 in the end?
OK, im gonna fix it, strange that i didnt notice that until now  :-D
 
Yes correct, but with a lot of 00 in the and.
strange that i didnt notice(or post) that until now:P
 
Yes correct, but with a lot of 00 in the and.
strange that i didnt notice(or post) that until now:P
I found the bug, the calculating of the filesize of the tex files was wrong, i fixed that. (I havent uploaded the new version yet)
 
Hello!
I'm new to this moding of the FF games. I've got a problem with the Highwind tool. When I try to make a new archive and when I want to save the changes after I've added a folder I get the following error (It dosn't matter what verson of the program I'm using).

Unhandled exception has occurred in your application. If you clock Continue, the application will ognore this error and attempt to continue. If you click Quit, the application will close immediately.
Unable to read beuond the end of the stream.

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 Utilities.Util.ReadLGPElement(BinaryReader reader, Int64 dataPos, Int64& fileLen)
   at LGPTools.LGPElement.get_Data()
   at LGPTools.LGPFile.SaveToFile(ProgressBar bar)
   at LGPTools.LGPViewer.save_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.4961 (win7RTMGDR.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Highwind
    Assembly Version: 1.2.0.0
    Win32 Version: 1.2.0.0
    CodeBase: file:///C:/Users/ze0154/Desktop/Highwind/Highwind.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4961 (win7RTMGDR.050727-4900)
    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.4957 (win7RTMGDR.050727-4900)
    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.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ChrisiTools
    Assembly Version: 1.2.0.0
    Win32 Version: 1.2.0.0
    CodeBase: file:///C:/Users/ze0154/Desktop/Highwind/ChrisiTools.DLL
----------------------------------------
ChrisiUtilities
    Assembly Version: 1.1.4.0
    Win32 Version: 1.1.4.0
    CodeBase: file:///C:/Users/ze0154/Desktop/Highwind/ChrisiUtilities.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.

When I press continue nothing happens.

Thanks in advance.
~pyra
 
Status
Not open for further replies.
Back
Top