Results 1 to 5 of 5

Thread: notepad-plus-plus fails to open after updating to 8.6.5

  1. #1
    Join Date
    Jun 2018
    Beans
    7

    notepad-plus-plus fails to open after updating to 8.6.5

    If using the CLI, error msg 'wine: failed to open "/home/myhome/snap/notepad-plus-plus/400/notepad-plus-plus/notepad-plus-plus.exe": c0000135' appears.
    The path to np++ is '/snap/bin/notepad-plus-plus'.
    Have tried removing and re-installing. Have also tried opening np++ after aa-teardown.
    np++ was working befire the auto-update.
    How can this be fixed?

  2. #2
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: notepad-plus-plus fails to open after updating to 8.6.5

    Try using the path
    Code:
    /home/myhome/snap/notepad-plus-plus/current/notepad-plus-plus/notepad-plus-plus.exe
    Also, update any desktop files of np++ accordingly, if needed be.

  3. #3
    Join Date
    Jun 2018
    Beans
    7

    Re: notepad-plus-plus fails to open after updating to 8.6.5

    There are no notepad-plus-plus.exe files anywhere under my $HOME/snap directory. That is the state immediately after a snap (re) install.

  4. #4
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: notepad-plus-plus fails to open after updating to 8.6.5

    Looks like a widespread issue afterall
    https://github.com/mmtrt/notepad-plus-plus/issues/39

  5. #5
    Join Date
    May 2022
    Beans
    5

    Re: notepad-plus-plus fails to open after updating to 8.6.5

    This is one of those IN CASE OF EMERGENCY, BREAK GLASS moments, so I break out the dowgrade commands. After I downgraded today, Notepad++ works for me again.

    Do one of the following

    Code:
    snap refresh --beta notepad-plus-plus --devmode

    OR

    Code:
    snap list notepad-plus-plus --all
        Name               Version  Rev  Tracking     Publisher  Notes
        notepad-plus-plus  8.3.2    363  latest/beta  mmtrt      disabled,devmode
        notepad-plus-plus  8.1.9.3  334  latest/beta  mmtrt      devmode
    
        
    sudo snap revert notepad-plus-plus --revision 334

    Change 334 to match your available revisions.

    Source: https://ubuntuforums.org/showthread.php?t=2474848

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •