-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
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. |
Thanks for the reply! I'll make an in game report.
…On Mar 31, 2017 3:27 PM, "Sebastian Lindfors" ***@***.***> wrote:
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. There is no
recurse in that lexical scope, so the addon cannot cause a game freeze or
crash by memory leak.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZkUuuTgUeSpsMuyDF9ynNQTRoIU5NVJks5rrJzEgaJpZM4MvPS9>
.
|
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.
The text was updated successfully, but these errors were encountered: