Results 1 to 2 of 2

Thread: [Solved] Problems opening certain db files in ModCore

  1. #1

    Default [Solved] Problems opening certain db files in ModCore

    Never mind me. Updating to the newest packfile manager fixed it. So I'm gonna slap myself for not looking hard enough

    Hey. Been looking on the few first pages but couldnt find anything. Slap me if it's there...

    Anything called "proper (something)" or closeby in the APE:TI ModCore db cant be opened. I get an unhandled exception, and it says "Unable to read beyond the end of the stream"

    This is the exception text for any smart people out there
    EDIT: Just for the record, I can open any other in the vanilla packs, or my own mod packs. I am using APE:TI alone with no other mods atm

    Spoiler Alert, click show to read: 

    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.BinaryReader.FillBuffer(Int32 numBytes)
    at System.IO.BinaryReader.ReadUInt16()
    at Common.IOFunctions.readCAString(BinaryReader reader)
    at Common.DBFile.getFieldValue(BinaryReader reader, FieldInfo field)
    at Common.DBFile.addFields(BinaryReader reader, List`1 entry, Int32 startIndex, Int32 endIndex)
    at Common.DBFile..ctor(PackedFile packedFile, TypeInfo type)
    at PackFileManager.DBFileEditorControl.Open(PackedFile packedFile)
    at PackFileManager.PackFileManagerForm.packTreeView_AfterSelect(Object sender, TreeViewEventArgs e)
    at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
    at System.Windows.Forms.TreeView.WmNotify(Message& m)
    at System.Windows.Forms.TreeView.WndProc(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.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Fra...7/mscorlib.dll
    ----------------------------------------
    PackFileManager
    Assembly Version: 1.0.0.0
    Win32 Version: 1.10
    CodeBase: file:///D:/Programfiles/PackFile%20M...ileManager.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL...dows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL...089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL...em.Drawing.dll
    ----------------------------------------
    Common
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///D:/Programfiles/PackFile%20Manager/Common.DLL
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL...figuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL...System.Xml.dll
    ----------------------------------------
    System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_64/S...ystem.Data.dll
    ----------------------------------------
    DataGridViewAutoFilter
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///D:/Programfiles/PackFile%20M...AutoFilter.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.

    Last edited by MDHansen; June 09, 2009 at 08:21 AM. Reason: noobness

  2. #2
    Tancredii's Avatar Tiro
    Join Date
    Apr 2007
    Location
    England, or "touring"
    Posts
    251

    Default Re: Problems opening certain db files in ModCore

    Don't worry loads of peeps asked same qustion after 1.2 came out. you have the excuse that this is an old question now!
    The British were completely beaten and the day was mine, but they did not know it and would not run.

    Marshall Soult to Napolean - having been robbed of his victory at Albuera (May 1811)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •