Announcement

Collapse
No announcement yet.

Need a little help over here...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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:

    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;
    }
    }

    The code is being compiled but I get 2 errors while loading the skin.

    Error: Guru Meditation #001C.007B06A9.375 Null object called
    And this one: Guru Meditation #001C.00D04279.819 Null object called

    Thanks.
    | WACUP Beta

    Projects: Big Bento Redux | CoverPlaying | Winamp Version Blocker/Locker | Winamp IntroLoader


  • #2
    "Null object called" errors occur when your script fails to find what findobject or getobject tells it to find.
    Ariszló @ WinCustomize & DeviantArt

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎