+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 41 to 80 of 100
  1. #41
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Smile Re: [Plugin] LotroLCD

    Quote Originally Posted by Vindalfur View Post
    I have a feature request from another user for just this, showing average dps per session with an optional reset button, It's going to be included in the next release which should be ready soon.
    Just released version 1.0.6 which has a new data element called hdps (history dps), this element shows the average dps since LotroLCD (the exe) was started. Due to time constraints I left the reset/clear and settings buttons for the next release but the UI is a lot better and LUA performance has been improved by a factor of 1000 or so.

    You can use the same links as before to download the new version.
    Last edited by Vindalfur; Oct 30 2010 at 08:34 PM. Reason: Grammatic error
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  2. #42
    Senior Member Online status: cipher_nemo is offline Reputation: cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte
    Join Date
    Jan 2008
    Location
    6 Long Street, Bree-land Homesteads, Landroval, open to all
    Posts
    2,641

    Re: [Plugin] LotroLCD

    You might want to add to the OP and the readme text file that this plugin requires the Turbine Lua files. They're reference in your main LUA file:

    Code:
    import "Turbine";
    import "Turbine.Gameplay";
    import "Turbine.UI";
    import "Turbine.UI.Lotro";
    import "Turbine.Utils";
    Or, to be sure that your LOTRO LCD plugin works whenever Turbine releases an update to their API and libraries, include these within your installer automatically. Therefore, check to see if they exist. If they do, prompt the user if they wish to overwrite their copy with yours. If they don't exist it, gracefully copy them over so that your plugin works regardless of what an end-user has.

    I have the APIs and everything on my work PC, but not on my home PC where I play LOTRO, so when your plugin failed to load (/plugins load lotrolcd), I checked and sure enough your plugin requires the optional Turbine files.

    Thanks.

    ┌──────────────────────────────────────────────────────────────────────────────────┐
    Crimson Vanguard successor on Landroval .............................. ..........
    ├──────────────────────────────────────────────────────────────────────────────────┤
    Cipheron: .60 Lore-master, SM Historian . Ciphel: ......21 Minstrel, Explorer ...
    Ciphariel: 53 Champion, SM Explorer ..... Ciphoin: .....21 Runekeeper, Historian
    Ciph: .....44 Captain, Woodsman ......... Extrabank: ...02 (mule) ...............
    Ciphorin: .24 Guardian, Armourer ........ Extrastorage: 02 (mule) ...............
    Ciphara: ..23 Burglar, SM Tinker .............................. .................
    ..................................................................................
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    └──────────────────────────────────────────────────────────────────────────────────┘

  3. #43
    Senior Member Online status: cipher_nemo is offline Reputation: cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte
    Join Date
    Jan 2008
    Location
    6 Long Street, Bree-land Homesteads, Landroval, open to all
    Posts
    2,641

    Re: [Plugin] LotroLCD

    And it looks like it break on my PC ...

    I installed the 64-bit app since I'm on Windows 7 Ultimate 64-bit RTM. I ran it from the desktop shortcut. I saw it up and running, recognized by my G19 software and listed on my G19's LCD. I then did the /plugins load lotrolcd, and it ran just fine. I create a Combat tab since I don't normally use one, with Combat and Combat Event filters. Then I logged my IM tab (as apparently needed by the app). At this point I get six bars across my G19's LCD that are about a few pixels wide (I assume that's normal w/ no logged info yet?).

    So the next time I do damage to a mob, my screen flashes (since I run LOTRO in full screen) and on the desktop, in the background I get...



    I even did /lotrolcd show to check (before the error appeared) and nothing happened.

    Thoughts?

    ┌──────────────────────────────────────────────────────────────────────────────────┐
    Crimson Vanguard successor on Landroval .............................. ..........
    ├──────────────────────────────────────────────────────────────────────────────────┤
    Cipheron: .60 Lore-master, SM Historian . Ciphel: ......21 Minstrel, Explorer ...
    Ciphariel: 53 Champion, SM Explorer ..... Ciphoin: .....21 Runekeeper, Historian
    Ciph: .....44 Captain, Woodsman ......... Extrabank: ...02 (mule) ...............
    Ciphorin: .24 Guardian, Armourer ........ Extrastorage: 02 (mule) ...............
    Ciphara: ..23 Burglar, SM Tinker .............................. .................
    ..................................................................................
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    └──────────────────────────────────────────────────────────────────────────────────┘

  4. #44
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Thanks for pointing that out, I've added an issue to my bug list, I'll have it fixed for the next release.
    See:
    http://code.google.com/p/lotrolcd/issues/detail?id=23
    R.

    Jarl

    Quote Originally Posted by cipher_nemo View Post
    You might want to add to the OP and the readme text file that this plugin requires the Turbine Lua files. They're reference in your main LUA file:

    Code:
    import "Turbine";
    import "Turbine.Gameplay";
    import "Turbine.UI";
    import "Turbine.UI.Lotro";
    import "Turbine.Utils";
    Or, to be sure that your LOTRO LCD plugin works whenever Turbine releases an update to their API and libraries, include these within your installer automatically. Therefore, check to see if they exist. If they do, prompt the user if they wish to overwrite their copy with yours. If they don't exist it, gracefully copy them over so that your plugin works regardless of what an end-user has.

    I have the APIs and everything on my work PC, but not on my home PC where I play LOTRO, so when your plugin failed to load (/plugins load lotrolcd), I checked and sure enough your plugin requires the optional Turbine files.

    Thanks.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  5. #45
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Hi,

    You should no longer need to start any logging for those 6 bars to show, they should show immediately after you start LotroLCD.exe and be visible from there on.

    The error in question means that LotroLCD failed to read any data from one of the log files.

    Can you confirm that you are running version 1.0.6 (version 1.0.6 should show version number inside LUA UI), also could you verify that your log files are located under C:\Users\username\Documents\Th e Lord of the Rings Online\ ?

    If you are running version 1.0.6 you might be affected by a recently fixed bug that crept in, I've fixed that particular bug but I have not released a new version since but I'll do a bugfix release if this is affecting you.

    If it is the bug I have in mind the workaround is to move all existing IM and Combat logs into another directory (or delete them) and restart the client.




    Quote Originally Posted by cipher_nemo View Post
    And it looks like it break on my PC ...

    I installed the 64-bit app since I'm on Windows 7 Ultimate 64-bit RTM. I ran it from the desktop shortcut. I saw it up and running, recognized by my G19 software and listed on my G19's LCD. I then did the /plugins load lotrolcd, and it ran just fine. I create a Combat tab since I don't normally use one, with Combat and Combat Event filters. Then I logged my IM tab (as apparently needed by the app). At this point I get six bars across my G19's LCD that are about a few pixels wide (I assume that's normal w/ no logged info yet?).

    So the next time I do damage to a mob, my screen flashes (since I run LOTRO in full screen) and on the desktop, in the background I get...



    I even did /lotrolcd show to check (before the error appeared) and nothing happened.

    Thoughts?
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  6. #46
    Senior Member Online status: cipher_nemo is offline Reputation: cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte
    Join Date
    Jan 2008
    Location
    6 Long Street, Bree-land Homesteads, Landroval, open to all
    Posts
    2,641

    Re: [Plugin] LotroLCD

    Quote Originally Posted by Vindalfur View Post
    You should no longer need to start any logging for those 6 bars to show, they should show immediately after you start LotroLCD.exe and be visible from there on.
    Good to know, thanks. Might want to update your readme file included with the program to reflect this.

    Quote Originally Posted by Vindalfur View Post
    Can you confirm that you are running version 1.0.6 (version 1.0.6 should show version number inside LUA UI)
    Code:
    <?xml version="1.0"?>
    <Plugin>
        <Information>
            <Name>LotroLCD</Name>
            <Author>Vindalfur</Author>
            <Version>0.3</Version>
        </Information>
        <Package>LotroLCD.LotroLCD.Main</Package>
    </Plugin>
    I downloaded the 64-bit version from your OP over the last weekend (either Friday, Saturday, or Sunday). But yout LotroLCD.plugin file states version "0.3" unless you haven't updated this file? So that would be the version shown to LOTRO as well. Also, there is no version information within the executable you released (that gets installed and given a shortcut on the desktop). There's no version information within the Logitech LCD manager either for your app.

    Quote Originally Posted by Vindalfur View Post
    also could you verify that your log files are located under C:\Users\username\Documents\Th e Lord of the Rings Online\ ?
    It's "My Documents", but yes, there is one for Combat and IM since I manually started the logging on each...

    Combat_20101101_1.txt
    IMs_Generic IMs_20101101_1.txt

    Quote Originally Posted by Vindalfur View Post
    If it is the bug I have in mind the workaround is to move all existing IM and Combat logs into another directory (or delete them) and restart the client.
    I'll try that tomorrow, thanks.

    ┌──────────────────────────────────────────────────────────────────────────────────┐
    Crimson Vanguard successor on Landroval .............................. ..........
    ├──────────────────────────────────────────────────────────────────────────────────┤
    Cipheron: .60 Lore-master, SM Historian . Ciphel: ......21 Minstrel, Explorer ...
    Ciphariel: 53 Champion, SM Explorer ..... Ciphoin: .....21 Runekeeper, Historian
    Ciph: .....44 Captain, Woodsman ......... Extrabank: ...02 (mule) ...............
    Ciphorin: .24 Guardian, Armourer ........ Extrastorage: 02 (mule) ...............
    Ciphara: ..23 Burglar, SM Tinker .............................. .................
    ..................................................................................
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    └──────────────────────────────────────────────────────────────────────────────────┘

  7. #47
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Quote Originally Posted by cipher_nemo View Post
    Good to know, thanks. Might want to update your readme file included with the program to reflect this.

    It's "My Documents", but yes, there is one for Combat and IM since I manually started the logging on each...

    Combat_20101101_1.txt
    IMs_Generic IMs_20101101_1.txt


    I'll try that tomorrow, thanks.
    Sorry, I wasn't clear enough, I've updated the readme and it will be in the next version.

    1. Does your Plugin UI look like this and does it have 1.0.6 verision at the bottom?



    By the way, thanks for pointing out the version in the plugin files, I forgot those were versioned, now I sync the version shown in the client to those and update them to match the Installer/Exe version (which is not shown currently but that's on my tasklist).

    2. If you actually want to get the IM log file functionality for your keyboard (it can show things like spell timers, messages, etc) you want to log only messages to yourself, not the Generic IM log, otherwise don't log messages at all, I'm betting the Generic log is causing the issues you have so I suggest deleting it.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  8. #48
    Senior Member Online status: cipher_nemo is offline Reputation: cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte
    Join Date
    Jan 2008
    Location
    6 Long Street, Bree-land Homesteads, Landroval, open to all
    Posts
    2,641

    Re: [Plugin] LotroLCD

    Quote Originally Posted by Vindalfur View Post
    1. Does your Plugin UI look like this and does it have 1.0.6 verision at the bottom?

    Nope. It was a blank window. And the border was not simple as in your image. It had a fancy border around it, but when I clicked on the title it minimized to the simple border with just the title.

    Quote Originally Posted by Vindalfur View Post
    2. If you actually want to get the IM log file functionality for your keyboard (it can show things like spell timers, messages, etc) you want to log only messages to yourself, not the Generic IM log, otherwise don't log messages at all, I'm betting the Generic log is causing the issues you have so I suggest deleting it.
    Sounds good, I'll give it a try. I assume, though, that I'm better off deleting the log files and letting the plugin create its own as you mentioned earlier?

    ┌──────────────────────────────────────────────────────────────────────────────────┐
    Crimson Vanguard successor on Landroval .............................. ..........
    ├──────────────────────────────────────────────────────────────────────────────────┤
    Cipheron: .60 Lore-master, SM Historian . Ciphel: ......21 Minstrel, Explorer ...
    Ciphariel: 53 Champion, SM Explorer ..... Ciphoin: .....21 Runekeeper, Historian
    Ciph: .....44 Captain, Woodsman ......... Extrabank: ...02 (mule) ...............
    Ciphorin: .24 Guardian, Armourer ........ Extrastorage: 02 (mule) ...............
    Ciphara: ..23 Burglar, SM Tinker .............................. .................
    ..................................................................................
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    └──────────────────────────────────────────────────────────────────────────────────┘

  9. #49
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Quote Originally Posted by cipher_nemo View Post
    Nope. It was a blank window. And the border was not simple as in your image. It had a fancy border around it, but when I clicked on the title it minimized to the simple border with just the title.

    Sounds good, I'll give it a try. I assume, though, that I'm better off deleting the log files and letting the plugin create its own as you mentioned earlier?
    Ok, you just have the default UI skin, while I have a custom skin, I just wanted to know that you had version 1.0.6 (which you do have based on your desc). The old UI was just a black screen with no way to minimize.
    I suggest you start by deleting or moving the log files, getting the combat log things to work then you can start working on the timer things.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  10. #50
    Grand Member Online status: hucklebarry is offline Reputation: hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire
    Join Date
    May 2008
    Posts
    3,322

    Re: [Plugin] LotroLCD

    Sounds like a neat plugin. I use Windows7 64bit and have the same issue with the error so I'm excited about maybe 1.07

    I'd like to make a suggestion. Even though I will likely use the LCD portion of the plugin with a G19, it is a process that runs even if I disable the plugin in game. And the error is a windows error, so it yanks me out of the game tab. Maybe offer up a plugin only version and a plugin+LCD version so people aren't installing running processes that they don't need if they don't want?

    Thanks for the work.

  11. #51
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Wink Re: [Plugin] LotroLCD

    Hi,

    The error you are referring to is fixed for the next version, actually those errors are not supposed to be shown unless you are developing the application but unfortunately the last version shows it to everyone.

    About the plugin and the process, the process is required for the plugin to work, the process is actually doing all the real work while the plugin is just showing the data, the data is not available inside standard Lotro so the process is responsible for getting all the data from log files and making it available to the plugin so I'm afraid the process is always required, the plugin is optional however.

    I'll try making a new release tonight to fix outstanding issues, I just have to do some testing first.




    Quote Originally Posted by hucklebarry View Post
    Sounds like a neat plugin. I use Windows7 64bit and have the same issue with the error so I'm excited about maybe 1.07

    I'd like to make a suggestion. Even though I will likely use the LCD portion of the plugin with a G19, it is a process that runs even if I disable the plugin in game. And the error is a windows error, so it yanks me out of the game tab. Maybe offer up a plugin only version and a plugin+LCD version so people aren't installing running processes that they don't need if they don't want?

    Thanks for the work.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  12. #52
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Just released version 1.0.8

    Mostly version 1.0.8 just fixes bugs and issues found in previous releases, including popup error messages, missing Turbine plugin files when first plugin installed, issues with combat status in LUA plugin, performance and more.

    As usual the new version can be downloaded from the same links as before (see first post in thread).

    If you do have any issues or requests please post them, It's hard to imagine every possible situation and without feedback I won't be able to improve the plugin.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  13. #53
    Senior Member Online status: Finrandiras is offline Reputation: Finrandiras the Wary Finrandiras the Wary Finrandiras the Wary
    Join Date
    Sep 2010
    Posts
    118

    Re: [Plugin] LotroLCD

    Hello,

    I have just tried to run your plugin. It seems to load well:

    I start the .exe file
    Start lotro
    Load char
    Load lcd plugin
    Start combat logging
    <now I can see the ingame pluging window>
    When I attack something, it alt+tabs to windows and I get this error:

    PointToStart failed with error code6 as follows:
    The handle is invalid.

    EDIT: And now I see where I did mistake, should start combat logging before loading plugin. It works, thanks very much for this nice plugin.
    Last edited by Finrandiras; Nov 04 2010 at 08:34 PM.

  14. #54
    Senior Member Online status: slack_n_hash is offline Reputation: slack_n_hash the Neophyte slack_n_hash the Neophyte slack_n_hash the Neophyte slack_n_hash the Neophyte slack_n_hash the Neophyte slack_n_hash the Neophyte
    Join Date
    Jun 2007
    Location
    Auckland, New Zealand
    Posts
    1,172

    Re: [Plugin] LotroLCD

    Looking forward to trying this, but having problems getting it to run.

    Downloaded 32bit msi (to run on XP)
    Installed to default loc
    Ran via desktop shortcut
    Error:

    LotroLCD.exe - Entry Point Not Found

    The procedure entry point K32GetMappedFileNameW could not be located in the dynamic link library KERNEL32.dll.


    Suggestions please?

    Thanks in advance.
    Duvi

    Vastin: "But whenever we take feedback on most game systems, such as character builds, economics, or especially anything to do with PvP, then we are forced to read very carefully between the lines of any and all player feedback, as it is all inevitably skewed by self-investment, self-interest, and a deeply subjective viewpoint that increases in direct proportion to how long or successfully a player has occupied a particular role."

  15. #55
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    I've now had a chance to test it and from what I can tell it's still broken, until further notice users of XP should not upgrade to version 1.0.8 or 1.0.9, I'll try to have a patched version out today.

    Jarl


    I have never seen this issue before, but I'm pretty sure I've found the problem, I just moved my development environment to Visual Studio 2010 and it seems Microsoft broke compatibility with pre windows 7.

    See: http://blogs.msdn.com/b/vcblog/archi...orkaround.aspx

    I've changed the code to include this fix and made new builds, version 1.0.9 is now out with this included. Same links as before.

    I would very much like to know if this solves the issue.

    R.

    Jarl

    Quote Originally Posted by slack_n_hash View Post
    Looking forward to trying this, but having problems getting it to run.

    Downloaded 32bit msi (to run on XP)
    Installed to default loc
    Ran via desktop shortcut
    Error:

    LotroLCD.exe - Entry Point Not Found

    The procedure entry point K32GetMappedFileNameW could not be located in the dynamic link library KERNEL32.dll.


    Suggestions please?

    Thanks in advance.
    Last edited by Vindalfur; Nov 05 2010 at 04:50 AM.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  16. #56
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Thanks for posting, this actually got me on track to fixing a bug that's now apparent, auto-generated initial log files need to have at least one line of text in them otherwise errors will be shown.

    R.

    Jarl

    Quote Originally Posted by Finrandiras View Post
    Hello,

    I have just tried to run your plugin. It seems to load well:

    I start the .exe file
    Start lotro
    Load char
    Load lcd plugin
    Start combat logging
    <now I can see the ingame pluging window>
    When I attack something, it alt+tabs to windows and I get this error:

    PointToStart failed with error code6 as follows:
    The handle is invalid.

    EDIT: And now I see where I did mistake, should start combat logging before loading plugin. It works, thanks very much for this nice plugin.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  17. #57
    Grand Member Online status: hucklebarry is offline Reputation: hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire hucklebarry Protector of the Shire
    Join Date
    May 2008
    Posts
    3,322

    Re: [Plugin] LotroLCD

    Just a quick note (win 7 user) and the update worked well for me. Thanks for all the work

  18. #58
    Senior Member Online status: cipher_nemo is offline Reputation: cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte
    Join Date
    Jan 2008
    Location
    6 Long Street, Bree-land Homesteads, Landroval, open to all
    Posts
    2,641

    Re: [Plugin] LotroLCD

    Quote Originally Posted by Vindalfur View Post
    The error you are referring to is fixed for the next version, actually those errors are not supposed to be shown unless you are developing the application but unfortunately the last version shows it to everyone.
    I assume you built it in debug mode instead of release then? Or was this just debug commands within the code that were not removed/commented-out? For this reason it will be nice to have your project/solution file for Visual Studio 2008.

    Quote Originally Posted by Vindalfur View Post
    Just released version 1.0.8

    Mostly version 1.0.8 just fixes bugs and issues found in previous releases, including popup error messages, missing Turbine plugin files when first plugin installed, issues with combat status in LUA plugin, performance and more.
    Awesome! I'll give that a try. Thanks.
    Last edited by cipher_nemo; Nov 05 2010 at 09:56 AM.

    ┌──────────────────────────────────────────────────────────────────────────────────┐
    Crimson Vanguard successor on Landroval .............................. ..........
    ├──────────────────────────────────────────────────────────────────────────────────┤
    Cipheron: .60 Lore-master, SM Historian . Ciphel: ......21 Minstrel, Explorer ...
    Ciphariel: 53 Champion, SM Explorer ..... Ciphoin: .....21 Runekeeper, Historian
    Ciph: .....44 Captain, Woodsman ......... Extrabank: ...02 (mule) ...............
    Ciphorin: .24 Guardian, Armourer ........ Extrastorage: 02 (mule) ...............
    Ciphara: ..23 Burglar, SM Tinker .............................. .................
    ..................................................................................
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    └──────────────────────────────────────────────────────────────────────────────────┘

  19. #59
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Quote Originally Posted by cipher_nemo View Post
    I assume you built it in debug mode instead of release then? Or was this just debug commands within the code that were not removed/commented-out? For this reason it will be nice to have your project/solution file for Visual Studio 2008.

    Awesome! I'll give that a try. Thanks.
    Yup, the build must have been in debug mode, I didn't notice until to late.

    All the code including project files for VS2008 and VS2010 can be checked out from the SVN repo:

    https://lotrolcd.googlecode.com/svn/trunk/

    Regards

    Jarl
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  20. #60
    Adventure Organizer 2012 Online status: RJFerret is offline Reputation: RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable RJFerret the Indomitable
    Join Date
    Aug 2010
    Location
    your mind
    Posts
    2,387

    Re: [Plugin] LotroLCD

    I got my Logitech keypad yesterday. I downloaded this today from your link in the first post.

    It installed, I read the readme. I ran LOTRO and upon step 0 I got this same error:

    Quote Originally Posted by slack_n_hash View Post
    The procedure entry point K32GetMappedFileNameW could not be located in the dynamic link library KERNEL32.dll.
    Even though it was then out of order, I tried enabling logging both combat and IMs and got the error again. I ran the plug-in and then tried, got the error.

    This is on 32-bit WindowsXP with the LotroLCDInstallerX86.msi installer file.



    "Sometimes survival comes down to not being hit. Actually, most times." -the chicken skill, Bob and Weave
    Click here for our community LOTRO store pricelist, conversion rates and pictures, please contribute too!

  21. #61
    Senior Member Online status: cipher_nemo is offline Reputation: cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte
    Join Date
    Jan 2008
    Location
    6 Long Street, Bree-land Homesteads, Landroval, open to all
    Posts
    2,641

    Re: [Plugin] LotroLCD

    Quote Originally Posted by RJFerret View Post
    I got my Logitech keypad yesterday. I downloaded this today from your link in the first post.

    It installed, I read the readme. I ran LOTRO and upon step 0 I got this same error:
    Did you install the Logitech Game Panel software already?

    Windows XP (choose 32-bit or 64-bit next)...
    G13: http://www.logitech.com/en-us/441/51...ds&bit=&osid=1
    G510: http://www.logitech.com/en-us/434/72...ds&bit=&osid=1
    G15: http://www.logitech.com/en-us/434/34...ds&bit=&osid=1
    G19: http://www.logitech.com/en-us/434/49...ds&bit=&osid=1
    Last edited by cipher_nemo; Nov 05 2010 at 02:36 PM.

    ┌──────────────────────────────────────────────────────────────────────────────────┐
    Crimson Vanguard successor on Landroval .............................. ..........
    ├──────────────────────────────────────────────────────────────────────────────────┤
    Cipheron: .60 Lore-master, SM Historian . Ciphel: ......21 Minstrel, Explorer ...
    Ciphariel: 53 Champion, SM Explorer ..... Ciphoin: .....21 Runekeeper, Historian
    Ciph: .....44 Captain, Woodsman ......... Extrabank: ...02 (mule) ...............
    Ciphorin: .24 Guardian, Armourer ........ Extrastorage: 02 (mule) ...............
    Ciphara: ..23 Burglar, SM Tinker .............................. .................
    ..................................................................................
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    └──────────────────────────────────────────────────────────────────────────────────┘

  22. #62
    Junior Member Online status: Aeonestra is offline Reputation: Aeonestra the Neutral
    Join Date
    Apr 2007
    Posts
    2

    Re: [Plugin] LotroLCD

    Quote Originally Posted by cipher_nemo View Post
    I do have the g15 software entirely installed previous to any attempt at using the plugin and am also getting the

    Quote Originally Posted by slack_n_hash View Post

    LotroLCD.exe - Entry Point Not Found

    The procedure entry point K32GetMappedFileNameW could not be located in the dynamic link library KERNEL32.dll.
    I am running Vista 32 and have also tried it on Win7 32 with the same result.

  23. #63
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    It's a known issue that crept in during version 1.0.8, it happened because I upgraded my development environment from Visual Studio 2008 to Visual Studio 2010, Microsoft changed the default behavior with one of their libraries which men't it would only work for Vista/Win 7.
    I've been busy at work for the last 2 days but I'm spending today on setting up a Win XP testing machine and fixing this.

    Quote Originally Posted by Aeonestra View Post
    I do have the g15 software entirely installed previous to any attempt at using the plugin and am also getting the

    Originally Posted by slack_n_hash

    LotroLCD.exe - Entry Point Not Found

    The procedure entry point K32GetMappedFileNameW could not be located in the dynamic link library KERNEL32.dll.

    I am running Vista 32 and have also tried it on Win7 32 with the same result.
    Last edited by Vindalfur; Nov 06 2010 at 06:55 AM.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  24. #64
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Thumbs down Re: [Plugin] LotroLCD

    Version 1.1.0 now out

    All runtime issues should be fixed for XP users and 64 bit users and issues fixed regarding file paths.

    I've tested on clean XP 32 and Win7 32/64 without issues.

    Same download links as before.
    Last edited by Vindalfur; Nov 06 2010 at 03:38 PM. Reason: There was an extra "NOT"
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  25. #65
    Senior Member Online status: cipher_nemo is offline Reputation: cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte cipher_nemo the Neophyte
    Join Date
    Jan 2008
    Location
    6 Long Street, Bree-land Homesteads, Landroval, open to all
    Posts
    2,641

    Re: [Plugin] LotroLCD

    Quote Originally Posted by Vindalfur View Post
    All runtime issues should not be fixed for XP users and 64 bit users and issues fixed regarding file paths.
    I assume you mean "now be fixed" instead??

    ┌──────────────────────────────────────────────────────────────────────────────────┐
    Crimson Vanguard successor on Landroval .............................. ..........
    ├──────────────────────────────────────────────────────────────────────────────────┤
    Cipheron: .60 Lore-master, SM Historian . Ciphel: ......21 Minstrel, Explorer ...
    Ciphariel: 53 Champion, SM Explorer ..... Ciphoin: .....21 Runekeeper, Historian
    Ciph: .....44 Captain, Woodsman ......... Extrabank: ...02 (mule) ...............
    Ciphorin: .24 Guardian, Armourer ........ Extrastorage: 02 (mule) ...............
    Ciphara: ..23 Burglar, SM Tinker .............................. .................
    ..................................................................................
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    └──────────────────────────────────────────────────────────────────────────────────┘

  26. #66
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Quote Originally Posted by cipher_nemo View Post
    I assume you mean "now be fixed" instead??
    lol, yeah :P
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  27. #67
    Senior Member Online status: Finrandiras is offline Reputation: Finrandiras the Wary Finrandiras the Wary Finrandiras the Wary
    Join Date
    Sep 2010
    Posts
    118

    Re: [Plugin] LotroLCD

    I just want to report a bug, that is for 1.0.8.

    When everything is running smoothly, but piece of your gears gets damaged, the plugin crashes with error msg something like:

    The handled message is too short.

    It happened when my cloak Saelchol got damaged.

  28. #68
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Thanks for reporting the issue, I have not broken anything in a while but I'll test it asap


    Quote Originally Posted by Finrandiras View Post
    I just want to report a bug, that is for 1.0.8.

    When everything is running smoothly, but piece of your gears gets damaged, the plugin crashes with error msg something like:

    The handled message is too short.

    It happened when my cloak Saelchol got damaged.
    Last edited by Vindalfur; Nov 09 2010 at 08:18 PM. Reason: typo
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  29. #69
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Unfortunately I'm unable to reproduce this, I made an alt, took it to lvl 10 and wrecked a bunch of gear including cloaks but so far nothing, is it possible you still have the log file in question and would be willing to mail it to me?

    My email is jarl@dallur.com


    Quote Originally Posted by Finrandiras View Post
    I just want to report a bug, that is for 1.0.8.

    When everything is running smoothly, but piece of your gears gets damaged, the plugin crashes with error msg something like:

    The handled message is too short.

    It happened when my cloak Saelchol got damaged.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  30. #70
    Senior Member Online status: Finrandiras is offline Reputation: Finrandiras the Wary Finrandiras the Wary Finrandiras the Wary
    Join Date
    Sep 2010
    Posts
    118

    Re: [Plugin] LotroLCD

    Quote Originally Posted by Vindalfur View Post
    Unfortunately I'm unable to reproduce this, I made an alt, took it to lvl 10 and wrecked a bunch of gear including cloaks but so far nothing, is it possible you still have the log file in question and would be willing to mail it to me?

    My email is jarl@dallur.com
    Sure, I will try to find it.

  31. #71
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Thumbs down Re: [Plugin] LotroLCD

    I'm able to reproduce the issue using the log file you sent me, I get errors for the following items:

    Your Saelchol is damaged.
    Your Curugor is damaged.
    Your Túlloch is damaged.

    The reason I did not catch these before is that by default item damaged/broken messages don't go to the combat log and since they contain the string "damage" they got processed when they should have been ignored.

    Until a new version is released there is an easy fix for you, filter these messages out of your combat log (see channel filters) but I've fixed it so these messages don't cause errors in future releases even if they are included in the combat log.

    Thanks again for reporting this and helping me solve it.





    Quote Originally Posted by Finrandiras View Post
    I just want to report a bug, that is for 1.0.8.

    When everything is running smoothly, but piece of your gears gets damaged, the plugin crashes with error msg something like:

    The handled message is too short.

    It happened when my cloak Saelchol got damaged.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  32. #72
    Senior Member Online status: memanme is offline Reputation: memanme the Neutral
    Join Date
    Oct 2010
    Posts
    221

    Re: [Plugin] LotroLCD

    Is there anyway to log only my skirmish soldier, i wanna compare the dps on runs between two different soldiers and different setups.

  33. #73
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    In the next version (1.1.1) you can select what you want to show, you could select to only show your skirmish soldier, however if you want to analyze the logs after each skirmish you might want to look into using CStats, it's a stats analyzer for Lotro more focused on allowing you to study the logs in detail after the combat is over.

    Jarl



    Quote Originally Posted by memanme View Post
    Is there anyway to log only my skirmish soldier, i wanna compare the dps on runs between two different soldiers and different setups.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  34. #74
    Senior Member Online status: memanme is offline Reputation: memanme the Neutral
    Join Date
    Oct 2010
    Posts
    221

    Re: [Plugin] LotroLCD

    I do use the logs to compare different skills on the soldier but comparing 2 soldiers would take too long.
    The next update will be good Thnx

  35. #75
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Talking LotroLCD 1.1.1 just released

    Just uploaded version 1.1.2 which includes a bugfix for a memory leak in version 1.1.1, and a few new things and some bugfixes.


    MAKE SURE YOU UNINSTALL ANY PREVIOUSLY INSTALLED VERSIONS of LOTROLCD BEFORE INSTALLING THIS ONE!

    Due to the way Windows Installer projects work the installer does not detect previous versions and uninstall because MFC was added to the project.


    First of all there is a whole new windows UI, it does not do much at the moment but at least you can start/stop without using the task manager, unfortunately this increases the size of the downloads and memory usage somewhat.

    Secondly there is now a configure/settings button which allows users do change which data elements are shown and the opacity of the stats window.

    Thirdly I have fixed some bugs and improved the detection methods used for log and communications files so that it should not longer matter at all if LotroLCD is started before the Lotro client or not.

    Last but not least the plugin should now be compatible with the Nov 29 update.

    Unfortunately I was not able to complete the message/timer system for the LUA plugin in time for this release but It's close and just requires a bit of LUA UI work, hopefully I'll release it sometime next week after the Nov 29 upgrade.

    Update: FYI there was a small memory leak in version 1.1.1, it should be corrected in version 1.1.2

    Please let me know of any issues or problems you encounter.
    Last edited by Vindalfur; Dec 05 2010 at 09:14 AM.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  36. #76
    Senior Member Online status: Finrandiras is offline Reputation: Finrandiras the Wary Finrandiras the Wary Finrandiras the Wary
    Join Date
    Sep 2010
    Posts
    118

    Re: [Plugin] LotroLCD

    Thank you so much for doing this, keep up the great work.

    I have just noticed what you have posted in other thread about the debuff timer, that would be brilliant. My main class is hunter, so the DOT I use most is barbed arrow, which makes quite a chunk of my dps. So being able to clearly see my own timer is very good.

    As it is now, it is almost impossible to track my own DOT if there are more hunters using barbed arrow on the same target as me. Doesn't look like lotro devs are going to put any effort into solving that, so plugins like yours are really usefull.

  37. #77
    Junior Member Online status: Morte is offline Reputation: Morte the Neutral
    Join Date
    Mar 2007
    Posts
    5

    Re: [Plugin] LotroLCD

    Okay, so i've downloaded the correct one (win7 32bit), Installed it, and tried about 500 different orders to get it to start in the game. All i get is the LotroLCD window without any values after the words, just dashes. I've got my combat logged, and my IM to myself, but still no progress on the dashes.



    Nevermind, apparently it decided it wanted to work today. It's a great plugin thanks!
    Last edited by Morte; Dec 22 2010 at 01:54 PM.

  38. #78
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    Thanks,

    For the skill tracking, after working with LUA for a while I think I have a way of doing a timer/skill tracker implemented in pure LUA which would be much more user friendly than the current system, perhaps one day I'll find the time to implement it

    Jarl


    Quote Originally Posted by Finrandiras View Post
    Thank you so much for doing this, keep up the great work.

    I have just noticed what you have posted in other thread about the debuff timer, that would be brilliant. My main class is hunter, so the DOT I use most is barbed arrow, which makes quite a chunk of my dps. So being able to clearly see my own timer is very good.

    As it is now, it is almost impossible to track my own DOT if there are more hunters using barbed arrow on the same target as me. Doesn't look like lotro devs are going to put any effort into solving that, so plugins like yours are really usefull.
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

  39. #79
    Junior Member Online status: Morte is offline Reputation: Morte the Neutral
    Join Date
    Mar 2007
    Posts
    5

    Re: [Plugin] LotroLCD

    Okay, sorry for posting 2 replies, but I've got another issue. When i log on my warden, all I've gotta do is start logging the combat log. But whenever i log on my Hunter, and log the combat log, it doesn't show anything but dashes again. What do i have to do when i switch characters for it to log?

  40. #80
    Senior Member Online status: Vindalfur is offline Reputation: Vindalfur the Neutral
    Join Date
    Oct 2009
    Posts
    101

    Re: [Plugin] LotroLCD

    I find this to be strange, the data exchange should happen with the same file so you should be able to have any character logged on, I'll look into it when I have the time.

    Jarl

    Quote Originally Posted by Morte View Post
    Okay, sorry for posting 2 replies, but I've got another issue. When i log on my warden, all I've gotta do is start logging the combat log. But whenever i log on my Hunter, and log the combat log, it doesn't show anything but dashes again. What do i have to do when i switch characters for it to log?
    Jarl Stefansson
    Vindalfur @ Brandywine
    jarl@dallur.com

+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts