5165 Error!

03/03/2010 23:22 Jăy1029#1
I followed Korvacs guide to run a 5165 server on Windows 7. Afterwards I tried to run the server, it got to the point where it says "Dmaps loaded successfully in 208 milliseconds"
At that point it will go back to Visual C# and highlight
Quote:
return Cells[X, Y];
In DMap.cs line 124

I need help.
03/04/2010 00:55 Korvacs#2
Cells hasnt been defined, In all likelyhood your trying to load a .dmap which doesnt have width or height, but the server has still tried to load it anyway.

Edit: This has nothing to do with the 32bit forcing of your server by using my guide.
03/04/2010 00:56 Nullable#3
Array 'Cells', at [X, Y] is null, in other words, the offset that the X, Y vars are pointing to contains nothing
EDIT: or what Korvacs has said..
03/04/2010 01:02 Jăy1029#4
@Korvacs
I know your guide didn't have anything to do with the problem. It actually helped, alot. I guess I'll try another 5165 source because I haven't touched this one yet and it doesnt work.
03/04/2010 01:30 Arcо#5
I got this problem, for me it was a mobspawn, the spawn coords went outside of the map coords.