PDA

View Full Version : New problem



JeremyI
08-08-2003, 11:29 PM
Now I installed the server and the client and maps in their perspective places. I get this error when I press go:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.IOException: The specified path is invalid.

at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at myseq.MapCon.loadMap(String filename)
at myseq.Form1.loadmap(String filename)
at myseq.Form1.timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
myseq
Assembly Version: 1.0.1268.30206
Win32 Version: 1.0.1268.30206
CodeBase: file:///C:/WSEQ/MYSEQ/MYSEQ.EXE
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
MagicLibrary
Assembly Version: 1.7.4.0
Win32 Version: 1.7.4.0
CodeBase: file:///C:/WSEQ/MYSEQ/MagicLibrary.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Runtime.Serialization.Formatters.Soap
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.runtime.serialization.formatters.soap/1.0.5000.0__b03f5f7f11d50a3a/system.runtime.serialization.formatters.soap.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.


Any ideas?

z26o
08-09-2003, 12:04 PM
Assuming you have the lastest version (1.13 client, 1.9b server), the latest offsets, and you have the correct directory structure then I would think there is a file missing.
System.IO.IOException: The specified path is invalid This tells me the program is looking for something its not finding.

In my set up I have a w2k system with the myseq folder on the desktop with the following files in it;

App.ico
filters.conf
MagicLibrary.DLL
myseq.exe
positions.xml
prefs.xml
<maps> a sub folder containing all the .map and or .txt (soe maps) files

*there may be other source files in your directory and thats not a problem, just ensure the above files are there*

This works for me. I am running the server -- and EQ -- on a different box (XPpro).

If this doesn't help you please provide as much info about your configuration as possible (i.e O/S, one or two computers, steps you take to start up everything, are you using the precompiled ditribuited version or did you compile it yourself, the exact folder you are running the myseq.exe from. and anything else you can think of).

z