Error

10/06/2010 23:52 tomtucker#1
How can I fix this

[Only registered and activated users can see links. Click Here To Register...]

This is linke 1337

Code:
FileStream FS = new FileStream(@"C:\OldCODB\Users\Characters\" + C.Name + ".chr", FileMode.Open);
10/07/2010 00:02 killersub#2
that specifically tells you that it "cannot" find the path specified.

try puttin this on top and see if it resolves your problem:

PHP Code:
if (File.Exists(@"C:\OldCODB\Users\Characters\" + C.Name + ".chr"))
                { 
reply if it doesn't.
10/07/2010 03:26 pro4never#3
Sounds to me like there is no character name. You are trying to load a character with NO name.
10/07/2010 17:13 Galactic#4
Have you modified the user data of the account you are logging in? Cause it can also happen when you changed .usr data.