Results 1 to 8 of 8

Thread: ver 3 error

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    78

    ver 3 error

    Just got in to do a quick test run.
    Getting an unhandled exception error with trying to launch the client side.
    not compiled, but using the direct exes from
    https://sourceforge.net/projects/seq...0.zip/download (download post).

    Will try to see if can get more details tomorrow when I have time to troubleshoot some. May be something for just me, but its late this evening.


    Until then:


    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
    Parameter name: length
    at System.String.Substring(Int32 startIndex, Int32 length)
    at Structures.FileOps.GetStrArrayFromTextFile(String file)
    at myseq.EQData.InitLookups()
    at myseq.MainForm.StartListening()
    at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
    at System.Windows.Forms.ToolStripButton.OnClick(Event Args e)
    at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
    at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ToolStrip.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4470.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    MySEQ
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.0.0
    CodeBase: file:///G:/games/MySEQ-live/MySEQ.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    WeifenLuo.WinFormsUI.Docking
    Assembly Version: 2.5.0.15095
    Win32 Version: 2.5.0.0
    CodeBase: file:///G:/games/MySEQ-live/WeifenLuo.WinFormsUI.Docking.DLL
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4470.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------

  2. #2
    Registered User
    Join Date
    Dec 2020
    Posts
    140

    Re: ver 3 error

    Did you copy them into your old folder? The release was just the binaries. It looks like it's blowing up looking for Classes.txt or Races.txt.

  3. #3
    Registered User
    Join Date
    Nov 2020
    Posts
    9

    Re: Live Offsets - 02/15/2022

    @eqdialup I am getting this error block even though the *.ini is set for port 555 the application keeps hard coding to 5555.[1] 02/16/2022 00:47:45.86 - Loaded Prefs[1] 02/16/2022 00:47:47.01 - Server Connection Error No connection could be made because the target machine actively refused it 192.168.2.56:5555[1] 02/16/2022 00:49:51.80 - Server Connection Error No connection could be made because the target machine actively refused it 192.168.2.56:5555[1] 02/16/2022 00:50:04.89 - Server Connection Error No connection could be made because the target machine actively refused it 192.168.2.56:5555

  4. #4
    Registered User
    Join Date
    Nov 2020
    Posts
    9

    Re: Live Offsets - 02/15/2022

    Something is up with the Forum, I meant to paste the following as well.---------------------------------------------------------------------------------------[1] 02/16/2022 00:57:18.96 - MySEQ Open Version: 3.0.0.0[1] 02/16/2022 00:57:18.98 - Loaded Prefs[1] 02/16/2022 00:57:19.14 - Uncaught exception in Main(): Index and length must refer to a location within the string.Parameter name: length - STACKTRACE at System.String.Substring(Int32 startIndex, Int32 length) at Structures.FileOps.GetStrArrayFromTextFile(String file) at myseq.EQData.InitLookups() at myseq.MainForm.StartListening() at myseq.MainForm..ctor() at myseq.Program.Main()

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    78

    Re: ver 3 error

    yes and verified both are in the cfg folder
    Last edited by Nstalkerga; 02-16-2022 at 06:30 AM.

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    78

    Re: ver 3 error

    Well hell.
    copied my live folder to a live-backup
    downloaded MySEQ-20210219 and overwrote everything in my live folder, then overwrote the new 2 3.0 64bit exe files and its just fine now.

    backup still fails ..

    So new one is working .. maybe i had something older to start.
    Sorry for my false start .. was too late i guess

    btw great work all.

  7. #7
    Registered User
    Join Date
    Dec 2020
    Posts
    140

    Re: ver 3 error

    I would look a those two files. Classes and Race in your backup and see if they look ok. Should just be a list with one word on each line.

  8. #8
    Registered User
    Join Date
    Dec 2020
    Posts
    140

    Re: ver 3 error

    Quote Originally Posted by eqDialup View Post
    Did you copy them into your old folder? The release was just the binaries. It looks like it's blowing up looking for Classes.txt or Races.txt.
    Quote Originally Posted by PaperTank View Post
    @eqdialup I am getting this error block even though the *.ini is set for port 555 the application keeps hard coding to 5555.[1] 02/16/2022 00:47:45.86 - Loaded Prefs[1] 02/16/2022 00:47:47.01 - Server Connection Error No connection could be made because the target machine actively refused it 192.168.2.56:5555[1] 02/16/2022 00:49:51.80 - Server Connection Error No connection could be made because the target machine actively refused it 192.168.2.56:5555[1] 02/16/2022 00:50:04.89 - Server Connection Error No connection could be made because the target machine actively refused it 192.168.2.56:5555
    I moved your issues out of the offset thread to here. You second issue sounds just like Nstalkerga's. It's having trouble reading a couple text files for some reason. I'm looking to see if I can duplicate it somehow.

    Your first issue. You changed the INI file to 555, did you change the client. It's set on the first page of the options.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On