Support Forum

Registration is not required to ask a question. If you're a Pro Club member, please use our Priority Support page for a faster response.

Bug found

Home Forums System Ninja Support Bug found

Viewing 10 posts - 41 through 50 (of 85 total)
  • Author
    Posts
  • #9720 Reply
    Shane Gowland
    Keymaster

    In “System Notes” after filling of all space inconvenient to scroll down.

    Thanks!

    #9739 Reply
    Phobos
    Moderator

    Settings the “Drive selection mode” is reset the default if you change the language from Russian to English.

    It is still not fixed.

    Windows 11 Pro Insider, x64

    #9746 Reply
    Shane Gowland
    Keymaster

    Ah, it seems that one got skipped. I’ll look at it for 3.0.1

    #10001 Reply
    Phobos
    Moderator

    Old bug. If stretch the window horizontally to fill the screen, and then restart it, the program will shift behind screen.

    Windows 11 Pro Insider, x64

    #10002 Reply
    Shane Gowland
    Keymaster

    Windows will place System Ninja in the middle of the screen at the normal size before the previous window size can be applied. This causes the extra width to be assigned after the Draw() event, leading to half the app being hidden.

    Something like this could resolve the problem:

    int screen_size = SystemInformation.VirtualScreen.Width;   
    if (app_size > ((screen_size / 2) - 1) {
    
       this.Location = new Point(this.Location.X - (screen_size / 2), this.Location.Y);
    
    }

    Unfortunately, that would cause all sorts of new problems on systems with multiple monitors or an app that allows multiple desktops. Checking for these conditions adds a lot of extra complexity that makes this issue not worth fixing.

    Sorry.

    #10047 Reply
    Anonymous
    Inactive

    got this problem..duplicate entry for windows store app / metro
    v3.0.2
    win 8.1u1 x64
    https://i.imgur.com/hBSxwUR.png

    #10063 Reply
    Shane Gowland
    Keymaster

    Thanks @dvdbane. I’ll add a filter to remove duplicates for 3.0.3.

    #10248 Reply
    Anonymous
    Inactive

    got another problem for exclusion rule

    Path

    C:\Windows\Minidump

    Exclusion rule

    C:\Windows\minidump

    system ninja will detect file in folder Minidump eventhough the path same except the real location is with capital M

    #10265 Reply
    Anonymous
    Inactive
    • Fixed issue where applications could be listed twice in the program exclusion dialog

    the problem still occur in SN3.0.3

    i think i found why the list got duplicate

    it’s because the list got both Detect and DetectFile

    i made this test to confirm

    View post on imgur.com

    tested on win8.1 and XP

    #10268 Reply
    Shane Gowland
    Keymaster

    That makes sense. The filter I added only affects one detect type. Shouldn’t be too hard to fix it up.

    Sorry! 🙂

Viewing 10 posts - 41 through 50 (of 85 total)
Reply To: Reply #10063 in Bug found
Your information: