F3XTeam / RBX-Building-Tools

A set of powerful, easy building tools for ROBLOX.
38 stars 22 forks source link

Fixing edge-case bug for history #169

Open Windows81 opened 2 months ago

Windows81 commented 2 months ago

I occasionally get this error. It happens sporadically whenever I undo and I'm working on a fix for it. I think that it's a race-condition issue.

When it happens, History.Index is greater than #History.Stack. I believe that all the entries in History.Stack were valid when they were added in History.Add.

Players.VisualPlugin.Backpack.Building Tools.Core.History:31: attempt to index nil with 'Unapply'
    Stack Begin
    Script 'Players.VisualPlugin.Backpack.Building Tools.Core.History', Line 31 - function Undo
    Script 'Players.VisualPlugin.Backpack.Building Tools.Core', Line 144
    Script 'Players.VisualPlugin.Backpack.Building Tools.Libraries.SupportLibrary', Line 522
    Stack End