Announcement
Collapse
No announcement yet.
Need a little help over here...
Collapse
X
-
"Null object called" errors occur when your script fails to find what findobject or getobject tells it to find.
-
-
Need a little help over here...
Hello!
I am working on a project for a "Bento" tweaker and I have a problem over here...
So, I have written this code so far:
The code is being compiled but I get 2 errors while loading the skin.code:
#include <lib/std.mi>
#include "rotrary_fileinfo.m"
#include "rotrary_notifier.m"
System.onScriptLoaded()
{
showNotifier(fillCustomInfo("Tweaker Loaded! ")); // Displaying Startup Notification
if (isKeyDown(VK_CONTROL) && isKeyDown(VK_SHIFT))
{
showBranding(); // called from songinfo.m
showNotifier(fillCustomInfo("Tweak Activated! (Disable File Info)"));
}
else
{
return;
}
}
Error: Guru Meditation #001C.007B06A9.375 Null object called
And this one: Guru Meditation #001C.00D04279.819 Null object called
Thanks.
Leave a comment: