PDA

View Full Version : Ldon map's not working?



ozzbot
12-22-2003, 12:51 PM
Running Server version 1.9b
and Client 1.15.12.34370 and ldon map's just wont load and gives me error loading maps is there a certain map i need? or ? hehe

If anyone could help would apperaciate it:confused:

MQSEQ2
12-22-2003, 02:01 PM
Upgrade to Server 1.11 Client 1.15.14 and verify you have the latest offsets.

Turn on Logging (F1 - Logging set to 1), post log file.

Which map is it?

Can you manually load it?

ozzbot
12-26-2003, 12:59 AM
Finally got a chance to test it, upgraded like you said, map wont load at all. I even tried to manually load it, the message i get on top of the screen is ERROR LOADING MAP: C:\WSEQ\MYSEQ-1.15.12\MAPS\TAKG_262_1.TXT Even when i try to manually load it, say's the asme thing, do i not have the latest files, I've even download the latest ones or am i doing somethign wrong ..thx for taking your time to look at the post and such appercaite it very much

Bob the builder
12-26-2003, 06:51 AM
Seems like an odd file name


C:\WSEQ\MYSEQ-1.15.12\MAPS\TAKG_262_1.TXT

Mine is simply called TAKG.TXT

When you try to File / Open Map and broswe to the location, does that map name exist or is it called what mine is called?

If it is called _262_ might rename it, try to load again.

Bob

Bob the builder
12-26-2003, 06:53 AM
Could even check out this thread also:

Map Self Installer and download location (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=4507)

Delete all the maps, re download them.

I went to the mapfiend link as listed in the other page about maps.

The map name listed on the web page says _246_ but when you download the file it changes to takg.map or takg_1.txt

So, anyways, might try remaing the file or deleting them and downloading the self installer or try simple renmaing it.

Bob

MQSEQ2
12-26-2003, 06:58 AM
I don't remember TAKG_262_1.txt files but as Bob said those are not the ones that autoload.

ozzbot
12-26-2003, 07:27 AM
I'll try to give it a whirl, renaming the file and just reupdated my files from good ole' link ya gave me. Does the program look for that perticular file or should i just copy all of htem rename them and put a _262_ in them? :)

Not sure if that would help or not just, trying to bounce idea's, since i do alot of LDOn with out a tracker would be nice to have this able to work :)

MQSEQ2
12-26-2003, 08:03 AM
The _262_ is what's causing the issue. If you look in the lower right hand corner you will see the Short Zone Name, that is used in loading the correct map file.



// Try it as a SEQ map first
if (!loadmap(f + ".map")) {
// If it didn't work, try a LoY map
if (!loadmap(f + ".txt")) {
bool foundmap = false;
for (int mapnum = 3; mapnum > 0; mapnum--) {
if (loadmap(string.Format("{0}_{1}.txt", f, mapnum))) {
foundmap = true;
break;
}
}
//... Missing map
if (!foundmap) {
loadDummyMap();
this.Text = BaseTitle + string.Format(" - Couldn't find a map for the zone: {0}", si.Name);
}
}
}


Based on the code above:
It will try to open {Short Zone Name}.map.
If not found it will try to open {Short Zone Name}.txt.
If not found it will try to open {Short Zone Name}_1.txt.
If not found it will try to open {Short Zone Name}_2.txt.
If not found it will try to open {Short Zone Name}_3.txt.

ozzbot
12-26-2003, 08:06 AM
Hmm i'll have to give it a try then, Kinda wierd because the old map's had no 262 in the name at all, but i'll give it a try soon as i can find an ldon group :) hehe thx for the info

MQSEQ2
12-26-2003, 08:08 AM
Make sure you turn on Logging and post you log here.

slartibartfast
12-26-2003, 09:14 AM
You have the wrong offset for zone address.

Use:
ZoneAddr=7894600

MQSEQ2
12-26-2003, 09:29 AM
I guess I need to test the ZoneAddr tonight, since both locations points to the Short Zone name and that's whats used populate the map name.

ozzbot
12-27-2003, 11:40 PM
It appear's to be working now to an extent :)

THough map's are off some but gives me a great idea only if i could tell what's a named or not LOL :)

MQSEQ2
12-28-2003, 10:27 AM
For us to fix the issue we need as much details as we can get.

What Zone are you trying?

What ZoneAddr are you using?

What Client are you using?

What is the Zone name in the lower right?

ozzbot
12-29-2003, 12:15 PM
Going to try, i'm running the latest version you suggested, i dl'd new map's, i even got map's from mapfiend that were .map
i just zone dinto takd which is also called " The Royal Observatory". I just zoned in and i got this first message.. "Failed to load map C:\wseq\MySEQ-1.15.12\maps\takd.map: index was outside the bounds of the array, then it fail's out of thta and will load a txt file map or it did on the dungeon before this one, but this dungeon isn't even showing up now. Lower bottom right say's TakD. Zoneaddr is 7894600 like the post before a few of these said, which work's for some but maybe not working now or maybe i just f'd up. I tried manually loading them too.. SEQ is version 1.15.14:36840, sever is 1.11 version which is what was suggested to use , works' for everything but ldon it seem's. I even turned on logging but for some reason i dont have a log double checking now, didn't find it. I dont know what i'm doing wrong ,fi someoen coudl help would apperacite it, i'm here all day today keeping to try it:confused:

MQSEQ2
12-29-2003, 12:24 PM
The question I have is the path you wrote:

C:\wseq\MySEQ-1.15.12\maps\takd.map

Points to a 1.15.12 directory, but you state you are running 1.15.14, did you overwrite the 1.15.12 with 1.15.14?

Did Zoneaddr is 7894600 work for you?

As for logging make sure you set the path in the Options and you set the logging to 1.

I'm going to release 1.15.17 today and suggest downloading it, since it will give us more details with the zone information.

ozzbot
12-29-2003, 12:33 PM
Yes i overwrote it, making it a little easier iw as thinking for me hehe and if you want the text file i can post it here it's huge...hehe

12/29/2003 09:47:06:78 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 09:47:06:78 - Entering in CSocketClient.Receive()
12/29/2003 09:47:06:78 - Exiting in CSocketClient.Receive()
12/29/2003 09:47:06:78 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 09:47:06:78 - Entering in CSocketClient.Dispose()
12/29/2003 09:47:06:78 - Entering in CSocketClient.Disconnect()
12/29/2003 09:47:06:78 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 09:47:06:78 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 09:47:06:78 - Exiting in CSocketClient.Disconnect()
12/29/2003 09:47:06:78 - Exiting in CSocketClient.Dispose()
12/29/2003 09:47:07:53 - Entering in CSocketClient.CSocketClient()
12/29/2003 09:47:07:53 - Exiting in CSocketClient.CSocketClient()
12/29/2003 09:47:07:53 - Entering in CSocketClient.Connect()
12/29/2003 09:47:07:53 - Entering in CSocketClient.Receive()
12/29/2003 09:47:07:53 - Exiting in CSocketClient.Receive()
12/29/2003 09:47:07:53 - Entering in CSocketClient.Connect()
12/29/2003 09:47:07:78 - Entering in CSocketClient.Send(Byte[])
12/29/2003 09:47:07:78 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 09:47:07:78 - Entering in CSocketClient.SendComplete()
12/29/2003 09:47:07:78 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()
12/29/2003 09:47:07:78 - Exiting in CSocketClient.SendComplete()
12/29/2003 09:47:07:78 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 09:47:07:78 - Error in loadMap() Reading Map Header: Value cannot be null.
Parameter name: String
12/29/2003 09:47:07:78 - Failed to load map C:\wseq\MySEQ-1.15.12\maps\takd.map: Index was outside the bounds of the array.
12/29/2003 09:47:18:48 - Error in frmMain_Paint(): Index was outside the bounds of the array.
12/29/2003 09:47:19:06 - Error in frmMain_Paint(): Index was outside the bounds of the array.
12/29/2003 09:47:19:78 - Error in frmMain_Paint(): Index was outside the bounds of the array.
12/29/2003 09:52:14:87 - Entering in CSocketClient.Receive()
12/29/2003 09:52:14:87 - Exiting in CSocketClient.Receive()
12/29/2003 09:52:14:87 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 09:52:15:09 - Entering in CSocketClient.Send(Byte[])
12/29/2003 09:52:15:09 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 09:52:15:09 - Entering in CSocketClient.SendComplete()
12/29/2003 09:52:15:09 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()
12/29/2003 09:52:15:09 - Exiting in CSocketClient.SendComplete()
12/29/2003 09:52:15:09 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 09:52:15:09 - Entering in CSocketClient.Receive()
12/29/2003 09:52:15:09 - Exiting in CSocketClient.Receive()
12/29/2003 09:52:15:09 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 09:52:15:34 - Entering in CSocketClient.Send(Byte[])
12/29/2003 09:52:15:34 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 09:52:15:34 - Entering in CSocketClient.SendComplete()
12/29/2003 09:52:15:34 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()
12/29/2003 09:52:15:34 - Exiting in CSocketClient.SendComplete()
12/29/2003 09:52:15:34 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 09:52:15:40 - Entering in CSocketClient.Receive()
12/29/2003 09:52:15:40 - Exiting in CSocketClient.Receive()
12/29/2003 09:52:15:40 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 09:52:15:59 - Entering in CSocketClient.Send(Byte[])
12/29/2003 09:52:15:59 - Exiting in CSocketClient.Send(Byte[])

need more let me know

MQSEQ2
12-29-2003, 01:48 PM
These errors:

12/29/2003 09:47:07:78 - Error in loadMap() Reading Map Header: Value cannot be null.
Parameter name: String
12/29/2003 09:47:07:78 - Failed to load map C:\wseq\MySEQ-1.15.12\maps\takd.map: Index was outside the bounds of the array.
12/29/2003 09:47:18:48 - Error in frmMain_Paint(): Index was outside the bounds of the array.

that the file:

C:\wseq\MySEQ-1.15.12\maps\takd.map

is not correctly formated.

I need you to post the first 5 lines of the map file, so I can look at the map header, etc.

In 1.15.16 I add code to allow Logging setting to filter out the Enter/Exiting messages.

ozzbot
12-29-2003, 02:44 PM
now it's working in tak g ../sigh i'm confused but here's the log
12/29/2003 12:17:22:73 - Loading MacroQuestPanel
12/29/2003 12:17:22:76 - Creating the Docking Manager
12/29/2003 12:17:22:79 - Loading Bitmap into ImageList
12/29/2003 12:17:22:79 - Creating SpawnList Window
12/29/2003 12:17:22:88 - Creating Spawn Timer List
12/29/2003 12:17:22:88 - Creating MQConsole Window
12/29/2003 12:17:22:90 - Loading Position.Xml
12/29/2003 12:25:22:71 - Entering in CSocketClient.CSocketClient()
12/29/2003 12:25:22:71 - Exiting in CSocketClient.CSocketClient()
12/29/2003 12:25:22:76 - Entering in CSocketClient.Connect()
12/29/2003 12:25:23:53 - Entering in CSocketClient.Receive()
12/29/2003 12:25:23:63 - Exiting in CSocketClient.Receive()
12/29/2003 12:25:23:63 - Entering in CSocketClient.Connect()
12/29/2003 12:25:23:88 - Entering in CSocketClient.Send(Byte[])
12/29/2003 12:25:23:93 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 12:25:23:95 - Entering in CSocketClient.SendComplete()
12/29/2003 12:25:23:95 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()
12/29/2003 12:25:23:95 - Exiting in CSocketClient.SendComplete()
12/29/2003 12:25:23:96 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 12:25:25:23 - Entering in CSocketClient.Receive()
12/29/2003 12:25:25:24 - Exiting in CSocketClient.Receive()
12/29/2003 12:25:25:24 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 12:25:25:38 - Entering in CSocketClient.Send(Byte[])
12/29/2003 12:25:25:38 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 12:25:25:38 - Entering in CSocketClient.SendComplete()
12/29/2003 12:25:25:38 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()
12/29/2003 12:25:25:38 - Exiting in CSocketClient.SendComplete()
12/29/2003 12:25:25:38 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 12:25:25:40 - Entering in CSocketClient.Receive()
12/29/2003 12:25:25:40 - Exiting in CSocketClient.Receive()
12/29/2003 12:25:25:40 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 12:25:25:63 - Entering in CSocketClient.Send(Byte[])
12/29/2003 12:25:25:63 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 12:25:25:63 - Entering in CSocketClient.SendComplete()
12/29/2003 12:25:25:63 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()
12/29/2003 12:25:25:63 - Exiting in CSocketClient.SendComplete()
12/29/2003 12:25:25:63 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 12:25:25:67 - Entering in CSocketClient.Receive()
12/29/2003 12:25:25:67 - Exiting in CSocketClient.Receive()
12/29/2003 12:25:25:67 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 12:25:25:88 - Entering in CSocketClient.Send(Byte[])
12/29/2003 12:25:25:88 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 12:25:25:88 - Entering in CSocketClient.SendComplete()
12/29/2003 12:25:25:88 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()
12/29/2003 12:25:25:88 - Exiting in CSocketClient.SendComplete()
12/29/2003 12:25:25:88 - Entering in CSocketClient.ReceiveComplete()
12/29/2003 12:25:25:92 - Entering in CSocketClient.Receive()
12/29/2003 12:25:25:92 - Exiting in CSocketClient.Receive()
12/29/2003 12:25:25:92 - Exiting in CSocketClient.ReceiveComplete()
12/29/2003 12:25:26:13 - Entering in CSocketClient.Send(Byte[])
12/29/2003 12:25:26:13 - Exiting in CSocketClient.Send(Byte[])
12/29/2003 12:25:26:13 - Entering in CSocketClient.SendComplete()
12/29/2003 12:25:26:13 - CSocketClient.SendComplete(): GetNetworkStream.EndWrite()

ozzbot
12-29-2003, 02:46 PM
I'm not sure why it's working now maybe the map's i ahev are bad but i've tried different one's for the one's there not working on ;x if that doesh't help let me know i can post whatever l;)

MQSEQ2
12-29-2003, 03:06 PM
It sounds like your takd is bad and that's why I wanted the first few lines on the takd file.

It makes sense that takg could work while takd fails, that's even more proof that the takd map is bad.

ozzbot
12-29-2003, 03:16 PM
I'll try re'dling those particular files and go from there and see what exactly happen's

I'll know more when i get a chance to get back in those area's

MQSEQ2
12-29-2003, 03:20 PM
You can compare the line in each the takd and takg and see what's different. They should look the same (expection is the title).

Bankshot
01-14-2004, 05:40 PM
I'm also having problems with LDoN zones. I'm running server 1.11 client 1.15.17, with maps downloaded from the self-installer page. All non-LDoN zones seem to work just fine, but when I zone into an LDoN dungeon it often hangs after the list of mobs comes up. Stopping the client and restarting it causes the map to be drawn briefly then disappear leaving the mobs plotted on an empty background, and the cursor does not track me or my target like it does in non-LDoN zones.

The maps I downloaded from http://www.rexpage.com/myseq/default.asp?Action=Current have .txt extensions for LDoN zones, not .map. Is this a problem?

edit: fixed link

ozzbot
01-14-2004, 06:20 PM
I got mine fixed to an extent doesn't work in a few dungeon's, but work's in like all but like 2 that i've run across, basically i had to download new map's from toolbox(dont remember url atm) and installed them also changed zone addrs to last listed here and it started working great, Appercaite it very much...the last two just give me the index out of range so have narrowed it down too the map's having issues at least from what i'm seeing..

xeerex
01-15-2004, 02:26 PM
I've not tested the LDoN zones lately as I haven't played that much; however, if any of those maps are confirmed NOT to work while everything else in your program is working, then please let me know.