View Single Post
11-23-20, 10:22 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
9.0.2 has protected DeleteCursorItem(), it now requires a hardware event.

This is the error I get when Scrap tries to delete an item (reported by Swatter from the Auctioneer package):

"Warning: AddOn Scrap attempted to call a protected function (DeleteCursorItem()) which may require interaction."

BugGrabber is incorrectly reporting a hidden function within DeleteCursorItem. When you see UNKNOWN() in an error report, it's actually a function within the C code, which is not exposed ingame.

Last edited by Kanegasi : 11-23-20 at 10:24 PM.
  Reply With Quote