Jaxjon1 / ffximev2

Automatically exported from code.google.com/p/ffximev2
0 stars 0 forks source link

Crash at startup #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Executing the file
2. Crash During "Loading English Item Info..."
3.

What is the expected output? What do you see instead?
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Yekyaa.FFXIEncoding.FFXIATPhraseLoader.itemFormat..ctor(BinaryReader br, FFXIEncoding FFXIConvert)
   at Yekyaa.FFXIEncoding.FFXIATPhraseLoader.LoadItemFile(Int32 file_num, Int32 language)
   at Yekyaa.FFXIEncoding.FFXIATPhraseLoader.LoadItemInfo(Int32 language)
   at Yekyaa.FFXIEncoding.FFXIATPhraseLoader.LoadItemInfo()
   at Yekyaa.FFXIEncoding.FFXIATPhraseLoader..ctor(Int32 langpref, Boolean loadobjs, Boolean loadkeys, Boolean loadatphrases, String text)
   at FFXI_ME_v2.MainForm.MainForm_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(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.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.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.5485 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FFXI_ME_v2
    Assembly Version: 2.2014.1.9
    Win32 Version: 2.2014.1.9
    CodeBase: file:///C:/Users/Daniel/Downloads/Final%20Fantasy%20XI-%20Ultimate%20Collection%20Abyssea%20Edition/Macro%20Editor/FFXI_ME_v2.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    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.5485 (Win7SP1GDR.050727-5400)
    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.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Yekyaa.FFXIEncoding
    Assembly Version: 2.2014.1.9
    Win32 Version: 2.2014.1.9
    CodeBase: file:///C:/Users/Daniel/Downloads/Final%20Fantasy%20XI-%20Ultimate%20Collection%20Abyssea%20Edition/Macro%20Editor/Yekyaa.FFXIEncoding.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.

What version of the product are you using? On what operating system?
FFXI ME! V2.2014.1.9
Windows 7 Ultimate

Please provide any additional information below.

Original issue reported on code.google.com by pinoyxp...@gmail.com on 10 Jan 2015 at 5:57

GoogleCodeExporter commented 9 years ago
Can you contact me directly so that I can try to provide an update to the 
program?
I don't believe I have the DAT files anymore since I don't play FFXI any more.

Original comment by doomer18 on 8 Feb 2015 at 12:14