This is an old issue and I’m not sure why it isn’t fixed yet. I submitted a bug fix for it some time ago.
I’ll do so again when I get my internet back (currently at neighbor’s house borrowing wifi to check emails; comcast cut my phone/internet cable while digging in my yard to fix neighbor’s internet. I’m frontier so I have to wait a week+ for a fix. Irony…)
The scroller widget (and others) have this issue.
Basically, the widget is trying to access a non-existent object after you delete the widget.
If you’re in a real hurry you can get my fixed code for this. Warning may be out of date with latest widget lib.
-
Download RG Free stuff repository and unzip it: https://github.com/roaminggamer/RG_FreeStuff
-
Copy folder “~/SSK2/tools/eat_free/widgetLibrary” to your project.
-
Copy this file to your project in same location as main.lua: “SSK2/tools/eat_free/scripts/widgetFix.lua”
-
Edit your main.lua to have this as the FIRST line
require “widgetFix”