lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > RolePlay & Music


Post A Reply
Author Comments Comment Options
Unread 09-18-2015, 06:02 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Re: Windows 10 LOTRO in windowed mode fullscreen bug

Quote:
Originally Posted by Bushidoo
Hello,
always when I'm getting startet lotro and join ingame from the charachters page in windowed fullscreen, I always have an uncoordinated icon of the songbook.
Look here, it is the icon on the bottom left side. Sorry for all the drawings but I used the pic also for other comments. Maybe someone can help and fix the bug.

Bye bye
This is due to a bug in the LotRO Lua API. To work around it, temporarily switch to full screen mode, set the game resolution to your desktop resolution, save settings, then switch back to windowed full screen and restart the game. The API will then report the correct display size and your plugins will function correctly - you will likely have to resize or reposition any plugin components but they should then correctly remember their size/position.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-18-2015, 03:25 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Re: Windows 10 LOTRO in windowed mode fullscreen bug

What do you mean by "uncoordinated"?
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-18-2015, 03:05 PM  
Bushidoo
The Wary
 
Bushidoo's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
Windows 10 LOTRO in windowed mode fullscreen bug

Hello,
always when I'm getting startet lotro and join ingame from the charachters page in windowed fullscreen, I always have an uncoordinated icon of the songbook.
Look here, it is the icon on the bottom left side. Sorry for all the drawings but I used the pic also for other comments. Maybe someone can help and fix the bug.

Bye bye

Last edited by Bushidoo : 09-18-2015 at 03:08 PM.
Bushidoo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-12-2015, 09:53 AM  
Iollan
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Many thanks Thurallor, if you're ever on Silverlode, I'll buy you a beer

Thanks again

Iollan

+++++++++
Hi Iollan,

It is a pretty simple bug to fix. A have made a corrected SongbookWindow.lua which you can download here.

Copy this file into your Plugins/Chiran/Songbook folder (overwriting the existing SongbookWindow.lua).

Best regards,
Thurallor
Iollan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-09-2015, 11:59 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Hi Iollan,

It is a pretty simple bug to fix. A have made a corrected SongbookWindow.lua which you can download here.

Copy this file into your Plugins/Chiran/Songbook folder (overwriting the existing SongbookWindow.lua).

Best regards,
Thurallor
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-09-2015, 11:56 AM  
Iollan
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Still broken :'(

Mine's still broken Chiran, I've tried adding the new file but still recieve

...gs Online\Plugins\Chiran\Songbook\SongbookWindow.lua: 133: attempt to perform arithmetic on field 'ToggleLeft' (a nil value)
...gs Online\Plugins\Chiran\Songbook\SongbookWindow.lua: 133: attempt to perform arithmetic on field 'ToggleLeft' (a nil value)

(not a typo, it spits the same line up twice "
Any ideas? I had a really old version (2(?) years old, and it still sortof worked), pity I didn't back it up before updating. This is my favourite mod, bar none, so I hope I can get it running.

+++++++++
Good to hear! And it should find the other account as well once you log in with it .

-Chiran
Iollan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-02-2015, 09:42 AM  
Fizzle
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Index value Nil

Try to delete the saved files and start from scratch.

the songbook settings file
PluginData/AllServers/SongbookSettings.plugindata

and the Account Save Files :
[servername]/[accountname]/[charname]/SongbookSettings.plugindata

and the Music DB file :
PluginData/AllServers/SongbookData.plugindata

then rebuild the DB File.

This helped with me out since Master Chiran changes the file formats from time to time

cheers
Fizzle

Last edited by Fizzle : 02-02-2015 at 09:42 AM.
Fizzle is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-01-2015, 08:03 PM  
avariel001
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
i keep getting this error when i try to search a song : ...gs Online\Plugins\Chiran\Songbook\SongbookWindow.lua: 1152: attempt to index field '?' (a nil value)

Ive installed it sevral different ways but all to the same error...also i cannot load it i always get this error "unable to load songbook" please help as im pulling my hair out (if i had any)
avariel001 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-02-2015, 09:34 AM  
zedrock
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Hello Chiran,
Many of French users got a problem with two buttons that do not work :

- /voirprêt (AKA /readycheck)

- /débutmusique (AKA /playstart)

I find a quick soluce, but perhaps you can coding this better.

i'm using UTF.lua in LotRO Tools & Utilities for Developers Section here.

So :
- I copied file UTF.lua in \Chiran\Songbook\
- In file SongbookLang.lua, i do :

* Fix the old line 138 as :
Strings["cmd_ready"] = FromUTF8("/voirprêt");

* Fix the old line 139 as :
Strings["cmd_start"] = FromUTF8("/débutmusique");

* Then Add in first line :
import "Chiran.Songbook.UTF"; -- needed for French client. Using FromUTF8
-- function for 2 songbook buttons

Seems that works fine now

I hope this may be useful for future version.

Best regards

Zed'

Last edited by zedrock : 01-02-2015 at 10:15 AM.
zedrock is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-20-2014, 10:55 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Re: Cannot find songbook

Quote:
I've save song files (as .txt files based on I can /music then /play <song name> in the game with .txt files but not with .abc files) in my C:/<username>/My Documents/The Lord of the Rings Online/Music folder.
I just installed it and it worked for me. Although I have .abc files, not .txt files.

Quote:
I downloaded the songbook plugin and unzipped it to C:/<username>/My Documents/The Lord of the Rings Online/Plugins folder and then ran the songbookfiller.exe file. It says that it loaded the correct number of songs I have in my music folder.
You need to be sure to unzip it so the "Chiran" folder is directly inside the "Plugins" folder:
C:/<username>/My Documents/The Lord of the Rings Online/Plugins/Chiran/Songbook/...

Quote:
However, it saved a data file in C:/<username>/My Documents/The Lord of the Rings Online/Plugins/<username>/All Servers folder not just the Plugins folder.
Are you sure it wasn't /My Documents/The Lord of the Rings Online/PluginData/<username>/All Servers?

There shouldn't be a <username> folder inside the Plugins folder.

Quote:
Then when I log into the game and type /plugins refresh into the chat window it says that I have 0 plugins available. I tried to type /plugins load songbook and it gives me the same message.
Instead of using the /plugins chat command, I recommend you use the built-in Plugin Manager. You can access it from the main game menu ("^" at the bottom of the screen) by choosing "System" and then "Plugin Manager".

If the game can't see the plugin, then it is probably installed in the wrong location. You might want to use Plugin Compendium to do the installation for you.

Last edited by Thurallor : 11-20-2014 at 11:02 PM.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-20-2014, 09:39 AM  
Skald70
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Cannot find songbook

I am totally new to plugins and am having some difficulty getting this to work.

I've save song files (as .txt files based on I can /music then /play <song name> in the game with .txt files but not with .abc files) in my C:/<username>/My Documents/The Lord of the Rings Online/Music folder.

I downloaded the songbook plugin and unzipped it to C:/<username>/My Documents/The Lord of the Rings Online/Plugins folder and then ran the songbookfiller.exe file. It says that it loaded the correct number of songs I have in my music folder.

However, it saved a data file in C:/<username>/My Documents/The Lord of the Rings Online/Plugins/<username>/All Servers folder not just the Plugins folder.

Then when I log into the game and type /plugins refresh into the chat window it says that I have 0 plugins available. I tried to type /plugins load songbook and it gives me the same message.

I have even tried to unzip the songbook file into C:/<username>/My Documents/The Lord of the Rings Online/Plugins/<username>/All Servers folder and still get the same message.

Any ideas?
Skald70 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-02-2014, 10:55 AM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: songbook problem with languages

Quote:
Hey Chiran,
I hope this is the right place to aks my question:
I downloaded the songbook when I still played LOTRO in german and it worked great. Later I decided to switch the game to english and as I did, this issue occured: "...gs Online\Plugins\Chiran\Songbook\SettingsWindow.lua: 139: attempt to perform arithmetic on field 'ToggleOpacity' (a nil value)"
And I couldn't use the Songbbok anymore. When I switch the game to german again, it works like id did before.
So I loaded the plugin again, I build the library again and all that stuff, when the game was in english, but it didn't work. What can I do to make the songbbok work again? Shall I reinstall it? But don't I have the same problem then the other way round with the german game?

(I hope no one asked this already, I didn't found something like that...)
Hi there,

I think it should work if you switch the language, then delete the following file (while out of game):
\The Lord of the Rings Online\PluginData\<lotrouser>\AllServers\SongbookS ettings.plugindata

That should reset the plugin settings. I hope it works!

-Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-02-2014, 08:54 AM  
Ithildu
The Wary
 
Ithildu's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
songbook problem with languages

Hey Chiran,
I hope this is the right place to aks my question:
I downloaded the songbook when I still played LOTRO in german and it worked great. Later I decided to switch the game to english and as I did, this issue occured: "...gs Online\Plugins\Chiran\Songbook\SettingsWindow.lua: 139: attempt to perform arithmetic on field 'ToggleOpacity' (a nil value)"
And I couldn't use the Songbbok anymore. When I switch the game to german again, it works like id did before.
So I loaded the plugin again, I build the library again and all that stuff, when the game was in english, but it didn't work. What can I do to make the songbbok work again? Shall I reinstall it? But don't I have the same problem then the other way round with the german game?

(I hope no one asked this already, I didn't found something like that...)

But apart from that the songbook is amazing, thanks a lot for making it!!
Ithildu is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-17-2014, 12:08 PM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: Re: problem generating library

Quote:
I had similar issues when filenames contained specialchars and blanks. So I suggest checking the filenames.
Yes, that would be my first guess as well.

-Chiran
Chiran is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-17-2014, 12:04 PM  
Chiran
The Undying
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 308
Uploads: 2
Re: anyway to run the hta file on mac?

Quote:
i got the plugin running and everything is great, except i can't build the library. I've tried changing the .hta to .html, which did open some script/webpage on safari that had a "generate library" button in it - but when i click it, nothing happens. it just won't build the library no matter how many times i click on it, or if i run LOTRo before/after clicking.
Unfortunately I cannot support Mac clients since the script and file paths are OS specific. I guess it might be possible to get it to work under Wine with some tinkering.

-Chiran
Chiran 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 05:00 PM.


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