Results: 2897Comments by: Baertram |
File: pChat12/11/19 |
![]() Posted By: Baertram
Correct, if you want to have the whisper notification as small button inside the chat window (top right corner, near the croll bar) you MUST create at least one chat tab where the whisper messsges are selected for output (right click the chat tab, select options->activate the whisper channel).
-> AND it must be dedicated, what means...
|
File: pChat12/10/19 |
![]() Posted By: Baertram
Nah, the performance should not be impacted at all, and if then positively as there is missing some source code and not used :p
It also only affects LibMainMenu which is ONLY used for the pChat chat command /msg currently! So as long as you do not use tze /msg command or the keybind to show your chat text templatesyou are fine and...
|
File: Kill Counter12/10/19 |
![]() Posted By: Baertram
It's not a lua error message but a chat message about pChat missing LibMainMenu properly if you have Kill Counter loaded, due to the old included LibMainMenu which overwrites the global variable LibMainMenu and thus pChat's /msg chat command is not working.
I have added a sanity check within pChat so the other 90% of that addon can...
|
File: pChat12/10/19 |
![]() Posted By: Baertram
Forgot to remove a debug message in pChat.lua file, function Format Message.
You can search for it and remove the d(".... line or wait until I find time to remove it.
Is it line 3450 that we need to comment out or remove?
Yep, and the if... + end after that line as well is not needed.
|
File: Kill Counter12/09/19 |
![]() Posted By: Baertram
PLEASE PLEASE PLEASE PLEASE
Remove embedded "hardcoded" libraries like LibStub, LibAddonMenu and especially LibMainMenu from this addon's hardcoded txt file lines, and just let the users add it as standalone library properly (at it as ## DependsOn: LibAddonMenu-2.0 LibMainMenu dependency).
The included old version of LibMainMenu da...
|
File: FCO ItemSaver12/09/19 |
![]() Posted By: Baertram
You said as you "left click"? Are you playing with the mouse buttons reversed because your main hand is the left one? Normally this happens if you right click an item to open the context menu.
Did you change the number slider for enabled dynamic icons in the FCOIS settings for marker icons->dynamic icons befor this error started?...
|
File: HarvestMap12/08/19 |
![]() Posted By: Baertram
Afaik in the file MainMenu.lua LibMainMenu will be loaded in HarvestMap. And Harvest.menu is the created menu of LibMainMenu then, which is the error at line 15 within the file FilterMenu.lua, yes.
Not sure why you did not get the error message again after you have removed the files from Votans addon. Maybe it's a problem because...
|
File: SuperStar - Summerset Update12/08/19 |
![]() Posted By: Baertram
Thanks Sigo Dest!
Known addons using LibMainMenu v8 (or newer, because of using it as standalone installed library) properly now:
pChat
SuperStar Summerset Update
Know addons causing problems using outdated/embedded LibMainMenu:
Harvest Map
PVPMeter
Kill Counter
-> Check the comments of these addons how to fix them.
B...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
Thank you for your help as well. WIll add "Kill Counter" to the incompatiblity list and write the dev (if it's still active).
Ill go through and check which addons flag it.
- It works with just all libs active and pchat.
- Kill Counter by Casterial seems to flag it. But I removed the mainmenu folder, and added in ## DependsOn:...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
@Amber
I deleted your post about Votans Fisherman here as it is not related and ppl should not get confused and edit other working addons.
See the HarvestMap comments for more information why Votan's Addon was named for you here (but it was a coincidence!).
|
File: HarvestMap12/08/19 |
![]() Posted By: Baertram
It says Votans Fisherman because LibStub, which is used by LibMainMenu (if LibStub is enabled) was loaded from Votans addon. Coincidence!
LibStub could also have been loaded from other addons subfolders or your main AddOn\LibStub folder.
Depends on if Votan's Fisherman uses a hardcoded line to LibStub in his addon or if LibStub was...
|
File: HarvestMap12/08/19 |
![]() Posted By: Baertram
It is in HarvestMap/modules/HArvestMap/libs.
HarvestMap is 1 addon but uses a combination of several sub-addons in the modules folder (for the different zones e.g.) so always be sure check the "real" HarvestMap folder in modules/HarvestMap
HarvestMap needs a fix for an included outdated LibMainMneu. Please update LibMainMenu to n...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
Thanks for the answers.
Sorry, somehow LibMainMenu is bugged. I think it needs a rewrite or a new name in order to function aside with other addons like Harvestmap etc. which use an outdated old version of the same library...
What happens if you write /msg into chat and press return key. Does this work and open the message templa...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
Did you also delete the folder
Elder Scrolls Online>live>Addons>HarvestMap>Modules>HarvestMap>lib->LibMainMenu
or removed the line calling the /lib/LibMainMenu/LibMainMenu.lua from the txt file of HarvestMap where you have added the ## Dependson: LibMainMenu ?
Just to be sure;
Are you sure LibMainMenu (by Ayantir) is installed...
|
File: SuperStar - Summerset Update12/08/19 |
![]() Posted By: Baertram
@Sigo Dest
Please remove your changed version v5 of LibMainMenu from this Superstar version!
It does not work they way you have provided it and makes 0 sense at all :confused:
At best do the same like with LibAddonMenu and DO NOT INCLUDE any library which can be installed seperately so users just install 1 copy into the AddOns f...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
Check my comment from yesterday evening 10pm about this.
It's a left over debug message in file pChat.lua, function FormatMessage.
You can remove the
if ... CHAT_MESSAGE_WHISPER ... then
d(...)
end
at the beginning of this function to remove the debug output.
Will be fixed with next update.
was having a chat between whis...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
Are you using SuperStar, HarvestMap or PVPMeter (mentione dincompatibilites in the 1st sticky comment post) and did you fix them accordingly to the described workaround already?
This error message happens if one of these mentioned addons, which also use LibMainMenu (but old versions) somehow load and overwrite the pChat version ->...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
Okay got you.
ESO and lua, libraries/Addons and versioning explained
-ESO manifest txt file of addons/libraries-
-Additional information about libraries within ESO lua-
But lua and librraies are quite different than within other real coding languages. lua is a script language and ESO is a special case as well. The libraries (...
|
File: SuperStar - Summerset Update12/08/19 |
![]() Posted By: Baertram
I'm confused.
Why didn't you just include LibMainMenu v8 in your sub folder, containing its own txt file. As I understand now you have included a changed v5 file? Why should one include outdated libraries?
I had tested all addons using LibMainMenu with version v8 together and they work. If you include any older version it will...
|
File: SuperStar - Summerset Update12/08/19 |
![]() Posted By: Baertram
LibMainMenu 2.0 by votan is a totally different library and got nothing to do with LibMainMenu.
If you look at your Addons list in game, down in the Libraries section, do you see LibMainMenu listed? If you do, do you see (v5) next to the name or is it just "LibMainMenu"?
-sigo
heya Sigo,
I have the same/similar problem he...
|
File: pChat12/08/19 |
![]() Posted By: Baertram
:confused:
LibMainMenu, folder LibMainMenu.
LibMainMenu-2.0, folder LibMainMenu-2.0
What is the difference if one would use 1.0 or not here for e.g. LibMainMenu? There clearly is a difference in the naming of without version and 2.0.
And it even is not the same lib! Adding a versioning 1.0 to LibMainMenu would tell the users i...
|
File: Circonians Addon Selector12/07/19 |
![]() Posted By: Baertram
Not sure it's a good idea adding any dependency for this addon... While I agree generally the library approach is the better way, this addon is responsible for managing and turning on/off other addons, so it should be a standalone thing not dependent on anything from those outside addons it supposed to manage...
Well, as it's only...
|
File: pChat12/07/19 |
![]() Posted By: Baertram
Forgot to remove a debug message in pChat.lua file, function Format Message.
You can search for it and remove the d(".... line or wait until I find time to remove it.
Any idea why I receive debug messages before messages arrive to me? Example:
FormatMessage-chanCode: 2, from: Icekiller^Fx, text: THX ^^
:confused::confused:...
|
File: pChat12/07/19 |
![]() Posted By: Baertram
Well we do via LibStub in former times and now via libraries txt file tag AddOnVersion. But if you include the libraries hard-coded in old versions which will be loaded ALWAYS by the main addons txt file, and not only by the inGame addon manager once with the newest version, the errors happen.
This happens now as many libs were har...
|
File: LibMainMenu12/06/19 |
![]() Posted By: Baertram
could you make a demo file for people to build on? please
The description pretty sums up all.
Or check addons like pChat, WishList, Superstar for live demos.
|