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

Void Torrent and Console Port #32

Closed
thebaaj666 opened this issue Mar 31, 2017 · 2 comments
Closed

Void Torrent and Console Port #32

thebaaj666 opened this issue Mar 31, 2017 · 2 comments

Comments

@thebaaj666
Copy link

After 7.2 dropped, I can no longer cast void Torrent while using Console Port. The game completely crashes any time void Torrent is used. I've been able to cast the spell when not using Console port, so I assume it has something to do with the way the add-on 'retrieves' the skill from the wow memory. Any help would be appreciated.

@seblindfors
Copy link
Owner

seblindfors commented Mar 31, 2017

This is likely a game bug that has gone undetected with the release of 7.2 and not caused by ConsolePort specifically. ConsolePort does no such thing as 'retrieving the spell from memory'; it simply uses built in API to update the textures, cooldowns and counters on your action bar. Any action performed when pressing buttons on the action bar is handled by official code. There is no recurse in that scope, so the addon cannot cause a game freeze or crash by memory leak.

@thebaaj666
Copy link
Author

thebaaj666 commented Mar 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants