Monolith DKP

Monolith DKP

687k Downloads

Doesn't work on Russian locale

Voley opened this issue · 21 comments

commented

I have tried the addon extensively on live BFA and classic.
I'm guild master on both.
Tried adding guild members, raid members and target, to no avail.
It asks - are you sure? I click Yes, and alert window hides, but nothing happens.

I have followed setup instructions as described on addon page before adding anyone.

What can be done about that?

If you need any more debug info, I'm ready to provide.

Version 1.4.4

commented

I'm still relatively new to the WoW API and Lua as a whole and have not quite delved into including locales. So the EN clients is really all I would imagine it would 100% work on at the moment. If I'm able to get around to it, I'd like to localize the addon for more regions. But it will take time. If you'd like to turn on your script errors with "/console scriptErrors 1" and then attempt to do what is not working, it might give a bit more information. If you do get an Lua error, please post that.

commented

Message: Interface\AddOns\MonolithDKP\Modules\comm.lua:348: attempt to compare number with nil
Time: Thu Sep 12 18:44:07 2019
Count: 1
Stack: Interface\AddOns\MonolithDKP\Modules\comm.lua:348: attempt to compare number with nil
(tail call): ?
Interface\AddOns\MonolithDKP\Modules\comm.lua:348: in function ?' ...las\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119: in function <...las\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119> [C]: ? ...las\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:29: in function <...las\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25> ...las\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:64: in function Fire'
...ace\AddOns\DBM-Core\Libs\AceComm-3.0\AceComm-3.0.lua:258: in function <...ace\AddOns\DBM-Core\Libs\AceComm-3.0\AceComm-3.0.lua:246>

Locals:

commented

I turned on the errors using this command and nothing else appeared.
I’m trying to add a target from a party or from a guild for a rank such as “officer” and nothing happens.

commented

You're trying to add all guild members rank officer and above and it's giving you that?

commented

Do you have a discord? I could take part in testing or some help so that the addon works on a Russian client. It would be great

You're trying to add all guild members rank officer and above and it's giving you that?
-I’m a guild master, I tried adding an officer by rank and the list remains empty.

commented

nothing happens and the error is not shown, although I entered this command. "/console scriptErrors 1"

commented

That will simply show any errors that occur after. Need to redo whatever isn't working

commented

No errors appear

commented

And what specifically are you trying to do?

commented

I am trying to add to the addon a list of people who are with me in the party so that they count DKP points

commented

I can show everything to you in a discord through screen sharing

commented

Are they within your guild? And which option are you using to add players? I'm at work so can't discord atm

commented

Write to the discord when it is convenient. and I’ll show you everything, with screenshots, video, as you want
StreetX
#9223

commented

Message: Interface\AddOns\MonolithDKP\Modules\DKPHistory.lua:181: attempt to concatenate field 'hex' (a nil value)
Time: Fri Sep 13 01:19:10 2019
Count: 1
Stack: Interface\AddOns\MonolithDKP\Modules\DKPHistory.lua:181: attempt to concatenate field 'hex' (a nil value)
Interface\AddOns\MonolithDKP\Modules\DKPHistory.lua:181: in function DKPHistory_Update'
Interface\AddOns\MonolithDKP\ConfigMenuTabs.lua:286: in function ConfigMenuTabs'
Interface\AddOns\MonolithDKP\MonolithDKP.lua:131: in function CreateMenu'
Interface\AddOns\MonolithDKP\init.lua:251: in function OnInitialize'
Interface\AddOns\MonolithDKP\init.lua:114: in function <Interface\AddOns\MonolithDKP\init.lua:96>
Locals: self =

{
ConfigTab1 = {
}
StartRaidTimer = defined @interface\AddOns\MonolithDKP\Modules\RaidTimer.lua:127
SortDKPHistoryTable = defined @interface\AddOns\MonolithDKP\Modules\DKPHistory.lua:25
StartTimer = defined @interface\AddOns\MonolithDKP\Core.lua:347
GetDKPSettings = defined @interface\AddOns\MonolithDKP\Core.lua:262
Table_Search = defined @interface\AddOns\MonolithDKP\Core.lua:427
ConfigTab2 = {
}
Sync =
{
}
StartBidTimer = defined @interface\AddOns\MonolithDKP\Modules\Bidding.lua:691
ToggleBidWindow = defined @interface\AddOns\MonolithDKP\Modules\Bidding.lua:270
ConfigTab4 = {
}
LootHistory_Update = defined @interface\AddOns\MonolithDKP\Modules\LootHistory.lua:321
DKPTable_Set = defined @interface\AddOns\MonolithDKP\Core.lua:505
PurgeDKPHistory = defined @interface\AddOns\MonolithDKP\Core.lua:281
ConfigTab6 = {
}
UIConfig = MonDKPConfig {
}
Commands =
{
}
ConfigTab3 = {
}
ZeroSumBank_Update = defined @interface\AddOns\MonolithDKP\Modules\ZeroSumBank.lua:68
PurgeLootHistory = defined @interface\AddOns\MonolithDKP\Core.lua:270
StopRaidTimer = defined @interface\AddOns\MonolithDKP\Modules\RaidTimer.lua:104
ToggleExportWindow = defined @interface\AddOns\MonolithDKP\Modules\exportDKP.lua:348
GetGuildRankGroup = defined @interface\AddOns\MonolithDKP\Core.lua:218
GetGuildRankIndex = defined @interface\AddOns\MonolithDKP\Core.lua:175
DKPModesFrame_Create = defined @interface\AddOns\MonolithDKP\Modules\DKPModes.lua:17
BroadcastTimer = defined @interface\AddOns\MonolithDKP\Core.lu

commented

Is this a new issue or related to the localization posted above? Also, please make sure the guild leaders public note is 0 or empty.

commented

guild leaders public note = 1568323718

commented

@custodian Seems to be working OK, but I don't see item bidding in this version.
@Roeshambo can you please look into changes by custodian?

commented

@Voley item bidding windows is available only to guild officers

commented

@custodian yes, but I'm guild leader

commented

@Voley make sure that lua errors are not hidden, i.e.
run /console scriptErrors 1,
next reload ui /reload ui, and try /dkp bid [item-link]
Keep an eye on MonolithDKP system messages in general chat (lack of permissions, other reasons)
Copy paste any lua errors here.