Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
166 stars 7 forks source link

Client crashes when attempting to C_Traits.PurchaseRank a choice node #419

Open Numynum opened 1 year ago

Numynum commented 1 year ago

When attempting to call C_Traits.PurchaseRank() on a choice node, the client will instantly crash.

Steps to reproduce

Note: this is just an example, it happens with all choice nodes.

  1. Log into a shadow priest of level 10 or higher
  2. Run the following snippet:
    local configID = C_ClassTalents.GetActiveConfigID()
    local configInfo = C_Traits.GetConfigInfo(configID)
    C_Traits.ResetTree(configID, configInfo.treeIDs[1])
    C_Traits.PurchaseRank(configID, 82695)
  3. Client will crash with a "Fatal exception"

image Report ID for reference: 6E0D325A-F08F-40BA-8E03-E757BEB675DF

Numynum commented 1 year ago

10.1.0 PTR no longer crashes, will test again once the patch makes it to live

Numynum commented 1 year ago

This has indeed been fixed now

Numynum commented 1 year ago

This bug showed up again in build 10.1.5.50469 (maybe earlier) ReportID for reference: 7F9D5358-E17B-4789-9C0E-DFDA34353962