Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] #179

Open
Seeron opened this issue Jan 4, 2025 · 9 comments
Open

[ISSUE] #179

Seeron opened this issue Jan 4, 2025 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@Seeron
Copy link

Seeron commented Jan 4, 2025

Describe the bug
Anniversary Server/Classic:

When listing in the lfg tool the listing page is stuck in "Searching...". It displays normally after a /reload

Accompanying lua error:

7x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'Search()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Search'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:250: in function `LFGBrowse_DoSearch'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:189: in function `SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_ParentFrame.lua"]:95: in function `LFGParentFrame_SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua"]:77: in function <...pFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua:54>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}

To Reproduce
Steps to reproduce the behavior:

  1. Go to LfG Page
  2. List for any activity/dungeon
  3. see the open search page

Expected behavior
Search page directly showing the listings without needing a reload

Screenshots

image

Addon Versions (please complete the following information):

  • ElvUI version: 13.81
  • Eltruism version: 4.2.7.1 installed via curseForge
  • all others were disabled for testing
@Seeron Seeron added the bug Something isn't working label Jan 4, 2025
@eltreum0
Copy link
Owner

eltreum0 commented Jan 7, 2025

Can you try disabling the Elvui Skin and Ace3 skin in eltruism > skins > addons?

Might be because of that, if it still doesnt work it might be something else,

@Seeron
Copy link
Author

Seeron commented Jan 7, 2025

all disabled: works
image

only elvui: doesnt work
image

only ace3: works
image

only elvui background texture: doesnt work
image

so seems like it is a problem with the elvui background texture

@Seeron
Copy link
Author

Seeron commented Jan 7, 2025

additional info: also tried to use different textures for the background from Eltreum ones to Blizzard ones, but the error happens with all of them including texture none

@eltreum0
Copy link
Owner

eltreum0 commented Jan 7, 2025

can you do /eltruismdebug on and test

@Seeron
Copy link
Author

Seeron commented Jan 7, 2025

with eltruismdebug on and textures enabled same error:

14x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'Search()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Search'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:250: in function `LFGBrowse_DoSearch'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Browse.lua"]:189: in function `SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_ParentFrame.lua"]:95: in function `LFGParentFrame_SearchActiveEntry'
[string "@Blizzard_GroupFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua"]:77: in function <...pFinder_VanillaStyle/Blizzard_LFGVanilla_Listing.lua:54>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}

with debug on and textures off no errors

@eltreum0
Copy link
Owner

eltreum0 commented Jan 7, 2025

its still an elvui taint not eltruism though

@Seeron
Copy link
Author

Seeron commented Jan 8, 2025

fyi: tried it with elvui debug and there the error doesnt appear

@Seeron
Copy link
Author

Seeron commented Jan 11, 2025

any other steps you need for debugging?

@eltreum0
Copy link
Owner

any other steps you need for debugging?

the main problem is that i dont have a character to test this with, but it seems touching the search button at all can cause it, including elvui since the taint blames elvui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants