PDA

View Full Version : ver 3 error



Nstalkerga
02-15-2022, 09:31 PM
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
----------------------------------------

eqDialup
02-15-2022, 09:39 PM
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.

PaperTank
02-15-2022, 11:55 PM
@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

PaperTank
02-15-2022, 11:58 PM
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()

Nstalkerga
02-16-2022, 06:17 AM
yes and verified both are in the cfg folder

Nstalkerga
02-16-2022, 06:36 AM
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.

eqDialup
02-16-2022, 07:04 AM
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.

eqDialup
02-16-2022, 07:14 AM
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.


@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.