Action blocked on Sylvanas cut scene
kirin6666 opened this issue ยท 11 comments
Describe the problem
Getting a taint type of error when Sylvanas p1 into p2 transition cinematic happens.
What steps will reproduce the problem?
- Sylvanas pug
- Get to p2
- Profit
Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)
1x [ADDON_ACTION_BLOCKED] AddOn 'BigWigs_Plugins' tried to call the protected function 'CancelScene()'.
[string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>
[string "=[C]"]: in function CancelScene' [string "@FrameXML\CinematicFrame.lua"]:139: in function
CinematicFrame_CancelCinematic'
[string "@BigWigs_Plugins\BossBlock.lua"]:621: in function `?'
[string "@BigWigs_Core\Core.lua"]:59: in function <BigWigs_Core\Core.lua:54>
Locals:
Skipped (In Encounter)
What version of BigWigs are you using? (Stating 'latest' is not useful)
244
Do you have an error log of what happened?
1x [ADDON_ACTION_BLOCKED] AddOn 'BigWigs_Plugins' tried to call the protected function 'CancelScene()'.
[string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>
[string "=[C]"]: in function CancelScene' [string "@FrameXML\CinematicFrame.lua"]:139: in function
CinematicFrame_CancelCinematic'
[string "@BigWigs_Plugins\BossBlock.lua"]:621: in function `?'
[string "@BigWigs_Core\Core.lua"]:59: in function <BigWigs_Core\Core.lua:54>
Locals:
Skipped (In Encounter)
Any additional information? (example: WoW language if not English)
Can already tell you that this is most likely something else tainting it, so when Bigwigs tries to skip the cinematic it's unable to.
can also do a search of your interface folder with something like notepad++ and look for CinematicFrame and CancelScene to see if anything is changing them
That's pretty weird, I'm not sure what would cause CancelScene to go protected. I was doing Sylvanas for awhile testing affix stuff and never had an issue. You can check Logs/taint.log
see if anything shows up there, and enable more logging with /console taintLog 2
(disable with /console taintLog 0
)
That's pretty weird, I'm not sure what would cause CancelScene to go protected. I was doing Sylvanas for awhile testing affix stuff and never had an issue. You can check
Logs/taint.log
see if anything shows up there, and enable more logging with/console taintLog 2
(disable with/console taintLog 0
)
I don't have such a file unfortunately altho I probably shoulda enabled that way earlier. Thanks for the tip!
taint.log
Is that how a file should look?
It mentions quite a lot of addons when it comes to tainting so how does one know where the root is?
I did not, as Sanctum is no longer in the rotation. I was just doing other stuff. Was just curious for general info if that's how it should look
I did not, as Sanctum is no longer in the rotation. I was just doing other stuff. Was just curious for general info if that's how it should look
@Kirin7777 As it is back again this week, please follow the steps as noted above to reproduce the issue and attach a log.
taint.log
I didn't have this issue yesterday as I had like two or three tries on Sylvanas it appears. I'll upload the taint just in case.
But then again I also started getting annoyed by not being able to do anything about taints so I removed bugsack/buggrabber too.