lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Maps, coordinates & compasses


Post A Reply
Author Comments Comment Options
Unread 11-26-2019, 06:59 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 980
Uploads: 20
Quote:
Why not generate a more informative error message with the built-in error() function?
EDIT: Back when I first wrote this, the error function did not properly prevent the plugin Apartment from being created even though the plugin itself failed to load leaving the environment in an unstable state which led to lots of other issues detecting the plugin state. After a bit of testing today I found that it appears to be behaving correctly now.

@vecny.samotar if further testing indicates no problems with the support plugin state then a more informative error message will be displayed by the next version. However, the underlying problem is still that you have set the support plugin to load automatically and need to disable that to prevent seeing error messages on login.

I did notice that the warning icon image for TMSearch is not showing properly in the plugin manager, that should also be fixed in the next release of TerrainMap (not directly related to this issue but still relevant).

Last edited by Garan : 11-26-2019 at 03:27 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-05-2019, 06:45 PM  
vecny.samotar
The Undying
 
vecny.samotar's Avatar

Forum posts: 20
File comments: 146
Uploads: 0
to make it clear
the error is written only on some characters and some characters do not write (so at least I did not notice that it does on all characters)
more precise explanation:
I had a problem loading plugins if I entered into the plugin manager all character and that on one character the plugins were loaded and then after logging to another character did not happen, so I used the plugin manager so that instead of all character option I have marked all characters invidually and even so some plugins do not load automatically only when I run plugin manager on the character and then run them manually (load)
vecny.samotar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-15-2019, 11:52 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 980
Uploads: 20
Ver 1.39

Ver 1.39 is now available.

This version adds the Minas Morgul maps but most of the quest pack annotations are not yet added as I do not yet have the expansion.

However, this version does add two new features related to TerrainMap, view swapping and custom annotation synchronization.

First, you can click on the map (exterior maps only) and select "Show in TerrainMap" to quickly switch to viewing that location in TerrainMap.

Second, now that TerrainMap (ver 1.24) supports Custom Annotations, you can (and should) enable custom annotation compatibility with TerrainMap. When you enable compatibility, all of your existing custom annotations will be exported to TerrainMap and all new annotations added/updated by MoorMap will automatically be added/updated in TerrainMap. As a sided feature of this integration, if a custom annotation appears on more than one map in MoorMap, all instances of that annotation are automatically updated when you change it on any map - previously each instance had to be updated/deleted individually. Additionally, annotation compatibility is a key step toward supporting annotation sharing in MoorMap - this feature is not yet available in MoorMap, but any annotations received in TerrainMap (ver 1.24 of TerrainMap supports sharing) will be added automatically in MoorMap.

You will be automatically prompted to enable Custom Annotation Compatibility when you first start MoorMap 1.39. If you choose not to at that time, you can always enable it later by clicking "Prompt" for "Enable TerrainMap Compatibility" in the Options window.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2019, 04:40 AM  
Kalex
The Undying
 
Kalex's Avatar

Forum posts: 46
File comments: 24
Uploads: 0
I get following messages when I try to load MoorMap 1.39

[12/16 04:36:52 AM] ...ine\Plugins\GaranStuff\MoorMap\AnnotationsWindo w.lua:39: attempt to index field '?' (a nil value)
[12/16 04:36:52 AM] ...the Rings Online\Plugins\GaranStuff\MoorMap\Main.lua:704: Failed to import package "GaranStuff.MoorMap.AnnotationsWindow".
Kalex is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2019, 05:55 AM  
Altair7
The Wary
 
Altair7's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Quote:
I get following messages when I try to load MoorMap 1.39

[12/16 04:36:52 AM] ...ine\Plugins\GaranStuff\MoorMap\AnnotationsWindo w.lua:39: attempt to index field '?' (a nil value)
[12/16 04:36:52 AM] ...the Rings Online\Plugins\GaranStuff\MoorMap\Main.lua:704: Failed to import package "GaranStuff.MoorMap.AnnotationsWindow".
I'm getting the same.
Altair7 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2019, 08:19 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 980
Uploads: 20
Quote:
Originally Posted by Kalex
I get following messages when I try to load MoorMap 1.39

[12/16 04:36:52 AM] ...ine\Plugins\GaranStuff\MoorMap\AnnotationsWindo w.lua:39: attempt to index field '?' (a nil value)
[12/16 04:36:52 AM] ...the Rings Online\Plugins\GaranStuff\MoorMap\Main.lua:704: Failed to import package "GaranStuff.MoorMap.AnnotationsWindow".
Quote:
Originally Posted by Altair7
Quote:
I get following messages when I try to load MoorMap 1.39

[12/16 04:36:52 AM] ...ine\Plugins\GaranStuff\MoorMap\AnnotationsWindo w.lua:39: attempt to index field '?' (a nil value)
[12/16 04:36:52 AM] ...the Rings Online\Plugins\GaranStuff\MoorMap\Main.lua:704: Failed to import package "GaranStuff.MoorMap.AnnotationsWindow".
I'm getting the same.
I'm having trouble replicating this. Were you previously using MoorMap? If so, do you know what was the last version you had used? Which version of the game client are you running (EN/DE/FR/RU)?
Would one or both of you be willing to email me your settings files? (If so I will send you an email address in a PM)

alternately, would either (or both) of you be willing to enter the following lines at the top of AnnotationsWindow.lua and tell me the result - it should produce three lines of information just prior to the error messages.
Code:
Turbine.Shell.WriteLine("Settings.currentMapID:"..tostring(Settings.currentMapID))
Turbine.Shell.WriteLine("mapInfo:"..tostring(mapInfo))
Turbine.Shell.WriteLine("mapInfo[Settings.currentMapID]:"..tostring(mapInfo[Settings.currentMapID]))
you can enter the lines with any plain text editor such as notepad and just put them right at the beginning of the file.

Any assistance you can provide tracking this down is appreciated. Thanks

Last edited by Garan : 12-16-2019 at 08:20 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2019, 11:35 AM  
Altair7
The Wary
 
Altair7's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Yes, I was using the previous version, 1.38, and that still works. I've used MoorMap for years. I'm using English client.

Copied the lines as requested and got this -
Settings.currentMapID:nil
mapInfo:table: 0000000092B0B7D8
mapInfo[Settings.currentMapID]:nil

Plus the previously reported errors.

Which settings files would you want? I'm happy to send them.

I usually use Plugin Compendium to update whenever a new version shows up.

Oh! Don't know if it's relevant but I don't use Terrain Map and don't have it installed.

Last edited by Altair7 : 12-16-2019 at 11:41 AM.
Altair7 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2019, 04:15 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 980
Uploads: 20
Quote:
Originally Posted by Altair7
Yes, I was using the previous version, 1.38, and that still works. I've used MoorMap for years. I'm using English client.

Copied the lines as requested and got this -
Settings.currentMapID:nil
mapInfo:table: 0000000092B0B7D8
mapInfo[Settings.currentMapID]:nil

Plus the previously reported errors.

Which settings files would you want? I'm happy to send them.

I usually use Plugin Compendium to update whenever a new version shows up.

Oh! Don't know if it's relevant but I don't use Terrain Map and don't have it installed.
Thank you. the currentMapID=nil is definitely the problem.

EDIT:
I have replicated the problem and found the source. A one character typo Which I apparently overlooked for about an hour this morning
I will get a fix posted as soon as I can.

Meanwhile, if you would like to use moormap without losing your current settings or data, you can edit the settings file and delete the line that starts with:
["defaultMap"] =
and change the value to "-2" so the line should look like:
["defaultMap"] = "-2",
don't forget the trailing comma - or just delete the entire line (MoorMap will automatically correct it if it is deleted)

Last edited by Garan : 12-16-2019 at 05:39 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2019, 06:24 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 980
Uploads: 20
Ver 1.40 is posted and available for download with the hot fix for the default map issue reported by Kalex and Altair7.

Let me know if anyone continues to have any problems.

Last edited by Garan : 12-16-2019 at 06:25 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2019, 10:29 PM  
Altair7
The Wary
 
Altair7's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Excellent. Glad to be of assistance. I really appreciate the work you put in to this plugin. It has been invaluable to me over the years. Thank you.

New version installed and all is well.
Altair7 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-17-2019, 02:58 AM  
Kalex
The Undying
 
Kalex's Avatar

Forum posts: 46
File comments: 24
Uploads: 0
New version works for me as well.
Kalex is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-18-2019, 07:06 AM  
vecny.samotar
The Undying
 
vecny.samotar's Avatar

Forum posts: 20
File comments: 146
Uploads: 0
I have a question:
why overlay maintenance?
if I click it, I have Berry's Deed Data
vecny.samotar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-18-2019, 07:36 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 980
Uploads: 20
Quote:
Originally Posted by vecny.samotar
I have a question:
why overlay maintenance?
if I click it, I have Berry's Deed Data
Overlay Maintenance is for users to create and define their own Overlays. See the Readme.txt file in the Plugins\GaranStuff\MoorMap folder for more information.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-13-2020, 05:05 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 980
Uploads: 20
Known issue

There is a known issue with saving custom annotations in some interior/instanced locations. This only affects a portion of the interior areas and is a relatively minor bug so it will not be addressed in a hotfix but will be fixed in the next update.

Last edited by Garan : 01-13-2020 at 05:05 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-22-2020, 08:30 AM  
Ainalii
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
overlay maintenance

Map does not show in west rohan Whiteberry deeds i really loved to be able use them in came and not switching windows to look them up...
Ainalii is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 01:25 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui