lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 04-25-2013, 12:49 PM  
Schief
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Thank you - Solved via Email
Schief is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-26-2013, 10:15 AM  
nalamar
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Would be nice to hear the Solution too. Same her, german Client, same message. Error occured after last update.
nalamar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-27-2013, 02:18 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Would be nice to hear the Solution too. Same her, german Client, same message. Error occured after last update.
The file is corrupted with bad key and value. The file can be manually edited to the correct format like this:
1- Make a copy of your file before editing it.
2- Remove all [1,000000] = 0,000000,
3- Change the all ["X"] = some number, to ["X"] = "some number",

Example:
Code:
["Medallions"] = 
	{
		[1,000000] = 0,000000,     <-- Remove this line entirely
		["A"] = "0,300",
		["X"] = 648,000000,          <-- Change the value to "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},
Must be like this:
Code:
["Medallions"] = 
	{
		["A"] = "0,300",
		["X"] = "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},

Last edited by Habna : 04-27-2013 at 02:26 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-28-2013, 04:48 PM  
nalamar
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
But wouldn`t quit LotR save this file again and rewrite the manual edditings with wrong version ?



The file is corrupted with bad key and value. The file can be manually edited to the correct format like this:
1- Make a copy of your file before editing it.
2- Remove all [1,000000] = 0,000000,
3- Change the all ["X"] = some number, to ["X"] = "some number",

Example:
Code:
["Medallions"] = 
	{
		[1,000000] = 0,000000,     <-- Remove this line entirely
		["A"] = "0,300",
		["X"] = 648,000000,          <-- Change the value to "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},
Must be like this:
Code:
["Medallions"] = 
	{
		["A"] = "0,300",
		["X"] = "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},


EDIT: As i said, editing helps to load once. But restarting LotR brings back the same problem. At least this:

[1,000000] = 0,000000, <-- Remove this line entirely

doesn`t appear again ....

Last edited by nalamar : 04-29-2013 at 10:42 AM.
nalamar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-29-2013, 04:52 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
You need to have the latest version. While the game is not running edit your file.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-26-2013, 10:13 AM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
I get the following error.

Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 52: attempt to index field '?' (a nil value)

I didn't have the game running when I updated. I tried overwriting the folder and when that didn't work I deleted it and tried again. I had to drop down to 1.24.41 for the bar to function again.

Running Win 7 64bit

Any thoughts?
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-04-2013, 05:38 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 52: attempt to index field '?' (a nil value)
I'll take a look when i'm back home. What language are you using? Have you tried version .42 and .43?
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2013, 10:30 PM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
Running English. I'm currently using 1.24.41 without any problems. I've tried the other versions, but had issues with them as well.

Last edited by Uthboth : 06-19-2013 at 10:31 PM.
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2013, 06:12 AM  
Stalwart
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
unexpected symbol & Unable to parse file!

I am receiving the following error on only one character with Titan Bar (works fine on all others):

[06/29 06:30:44 AM] C:/Users/xxxxx/Documents/The Lord of the Rings Online/PluginData/xxxxx/Windfola/Edoyn/TitanBarSettingsEN.plugindata:1: unexpected symbol

[06/29 06:30:44 AM] C:\Users\xxxxx\Documents\The Lord of the Rings Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 11: Unable to parse file!

I have also sent you an email.
Stalwart is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-25-2013, 08:45 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Re: unexpected symbol & Unable to parse file!

Quote:
[06/29 06:30:44 AM] C:/Users/xxxxx/Documents/The Lord of the Rings Online/PluginData/xxxxx/Windfola/Edoyn/TitanBarSettingsEN.plugindata:1: unexpected symbol

[06/29 06:30:44 AM] C:\Users\xxxxx\Documents\The Lord of the Rings Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 11: Unable to parse file!
The file is corrupted, delete it. I dont know if this is my fault of turbine but it happen time to time. I cant figure it out why this is appening

Last edited by Habna : 07-26-2013 at 04:12 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-05-2013, 07:19 AM  
Mandraval
The Wary
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 4
Uploads: 3
Are the Wildermark-factions included? I can't find them on the reputation panel.
Mandraval is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-06-2013, 08:43 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Are the Wildermark-factions included? I can't find them on the reputation panel.
Its not in there. If you can provided points for each lvl I will gladly add it and give you credit for this addon. Is there more faction that was added recently? I'm asking since I dont play the game anymore.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-07-2013, 06:35 PM  
Mandraval
The Wary
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 4
Uploads: 3
There are two new factions:
DE: Bewohner der Wildermark
EN: People of Wildermore
FR: Peuple des Landes farouches

DE: Überlebende von Wildermark
EN: Survivors of Wildermore
FR: Survivants des Landes farouches

I tried to get the 3 language strings, but I am native german, so I might misspell especially french (I retyped the reputation strings ingame for the english and french client, german was copied from chat-log)

Points are standard reputation, if you refer to progression...

Last edited by Mandraval : 08-07-2013 at 06:36 PM.
Mandraval is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-15-2013, 01:00 AM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
These factions will be added in next version. I've put 2 files on my personal web site for you to try if the reputation tracker for these 2 factions work. http://patrickdemers.com/lotro/TitanBar/test files/ This new version will be credited to you for you help, Thank you.

Last edited by Habna : 08-15-2013 at 01:01 AM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-17-2013, 10:44 PM  
Mandraval
The Wary
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 4
Uploads: 3
Seems to work fine for german 'Bewohner'... can't test the 'Überlebende' at the moment (no character working on it).
Mandraval 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 02:22 AM.


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