Skip to content

Releases: ihaveamac/ninfs

fuse-3ds v1.0b8

20 May 04:23
f5afc9f
Compare
Choose a tag to compare
fuse-3ds v1.0b8 Pre-release
Pre-release
  • Python versions before 3.6.1 are now unsupported. This does not affect you if you are using the standalone Windows executable.
  • GUI: Choose last drive letter available alphabetically
  • GUI: Automatically choose directory mount when NAND is selected, and show a warning if drive letter is used on Windows
  • GUI: Show advanced options (currently: debug output, allowed users on Linux/macOS)
  • Fix issue in all mounts when applications attempt to read past file sizes (e.g. Notepad++, TeraCopy)
  • Prevented "access" operations from appearing in debug logs (irrelevant except for SD, takes up a lot of space)
  • Many other internal changes

win32 exe re-uploaded to fix an issue with mounting.
win64 exe re-uploaded to hopefully fix an issue with AV false-positives (#15).


Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a Windows tutorial for fuse-3ds on GBAtemp. README also explains how to use it via command line and on non-Windows platforms. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release, which works without needing Python installed. 64-bit users should get the win64 version. WinFsp must still be installed.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.6.1 or later is required. Read the README for more setup and usage details.

Command line install

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip
    • With GUI support: py -3 -m pip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip#egg=fuse-3ds[gui]

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip
    • With GUI support: python3 -m pip install --upgrade https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip#egg=fuse-3ds[gui]

Linux

  • python3 -mpip install --upgrade --user https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip
    • --user is not required if you are using a virtualenv.
    • With GUI support: python3 -m pip install --upgrade --user https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b8/fuse-3ds-1.0b8-src.zip#egg=fuse-3ds[gui]

fuse-3ds v1.0b7

20 Apr 06:46
667872d
Compare
Choose a tag to compare
fuse-3ds v1.0b7 Pre-release
Pre-release
  • GUI: Add support for setting decrypted titlekey manually for CDN
  • GUI: More descriptive entry default text and browse buttons
  • GUI: Show paths checked for boot9/SeedDB if either was missing
  • Titledir now loads titles in a second thread, fixing hanging in Finder on macOS when titledir takes too long to finish setting up
  • Fix --dec-key not working for CDN
  • Fix creating files in SD mount not working on macOS (added noappledouble to fuse options)
  • Added csu -> cci alias
  • Temporarily include fusepy instead of installing as a dependency
  • Software stability during use of some features has been improved.

This is the last release to support Python versions before 3.6.1.

  • A warning will be shown if you are still using old versions.

Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a Windows tutorial for fuse-3ds on GBAtemp. README also explains how to use it via command line and on non-Windows platforms. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release, which works without needing Python installed. 64-bit users should get the win64 version. WinFsp must still be installed.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.6.1 or later is required. Read the README for more setup and usage details.

Command line install

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b7/fuse-3ds-1.0b7-src.zip

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b7/fuse-3ds-1.0b7-src.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/releases/download/v1.0b7/fuse-3ds-1.0b7-src.zip
    • --user is not required if you are using a virtualenv.

fuse-3ds v1.0b6

13 Apr 00:57
1e2e59f
Compare
Choose a tag to compare
fuse-3ds v1.0b6 Pre-release
Pre-release
  • Added 3DSX Homebrew mount, shows SMDH and RomFS contents if the given file has them
  • GUI: Organized parts into labeled frames, move version info to "Extras" subwindow
  • GUI: Fix possible PermissionError on Windows if a directory is dropped on the type box
  • GUI: Fix resize issue if started with a specific file
  • Fixed installing as a module (forgot to add fuse3ds.pyctr.types to setup.py)
  • Further improvements to overall stability
  • Other minor adjustments made
  • Enhanced user experience

Known issues

  • Creating files in the SD mount on macOS doesn't work properly

Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a Windows tutorial for fuse-3ds on GBAtemp. README also explains how to use it via cmd and on non-Windows platforms. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release, which works without needing Python installed. 64-bit users should get the -x64 version. WinFsp must still be installed.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.5.2 or later is required. Read the README for more setup and usage details.

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b6.zip https://github.com/billziss-gh/fusepy/archive/windows.zip
    • At the moment, the main fusepy repository does not have full Windows support. This extra requirement will be removed once it is added and a new release is made.

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b6.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/archive/v1.0b6.zip
    • --user is not required if you are using a virtualenv.

fuse-3ds v1.0b5

10 Apr 21:26
b6009c3
Compare
Choose a tag to compare
fuse-3ds v1.0b5 Pre-release
Pre-release
  • GUI: Support drag & drop onto the type box & entries
  • GUI: Add online update checking
  • GUI: Move mount checking to a second thread, so gui doesn't hang waiting for the mount, and checks if the mount was removed outside of the gui
  • GUI: Set font size to 14 on macOS
  • Fix writing on SD mount (AttributeError: module 'os' has no attribute 'utimens')
  • Fix reading on SD mount (sometimes returning less data than requested, freezing some applications like HxD)
  • Fix corruption issue when writing to TWL partitions in NAND mount
  • Other internal changes and fixes

Known issues

  • Creating files in the SD mount on macOS doesn't work properly

Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a tutorial on GBAtemp. Please test the program and report issues on the issue tracker.

README has the details on how to use it. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release. 64-bit users should get the -x64 version. WinFsp must be installed. Python does not have to be installed separately.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.5.2 or later is required. Read the README for more setup and usage details.

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b5.zip https://github.com/billziss-gh/fusepy/archive/windows.zip
    • At the moment, the main fusepy repository does not have full Windows support. This extra requirement will be removed once it is added and a new release is made.

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b5.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/archive/v1.0b5.zip
    • --user is not required if you are using a virtualenv.

fuse-3ds v1.0b4

07 Apr 17:15
de6d21c
Compare
Choose a tag to compare
fuse-3ds v1.0b4 Pre-release
Pre-release
  • Add new "Extras" window with links to tutorial and repo
  • Add new context menu entry for Windows users (in Extras window)
  • Automatic detection of a file format if the gui is launched with an argument (to support the context menu entry)
  • Support BOOT9_PATH and SEEDDB_PATH environment variables
  • More reliable checking if the mount failed in the gui
  • Only set gui font size on Windows
  • Fix incorrect exception handler for CIA mount
  • Other fixes and changes

This release was re-uploaded after publishing to fix a small issue.


Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a tutorial on GBAtemp. Please test the program and report issues on the issue tracker.

README has the details on how to use it. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release. 64-bit users should get the -x64 version. WinFsp must be installed. Python does not have to be installed separately.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.5.2 or later is required. Read the README for more setup and usage details.

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b4.zip https://github.com/billziss-gh/fusepy/archive/windows.zip
    • At the moment, the main fusepy repository does not have full Windows support. This extra requirement will be removed once it is added and a new release is made.

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b4.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/archive/v1.0b4.zip
    • --user is not required if you are using a virtualenv.

fuse-3ds v1.0b4.dev1

30 Mar 03:47
d31acf3
Compare
Choose a tag to compare
fuse-3ds v1.0b4.dev1 Pre-release
Pre-release
  • Quick fix for SD mount on platforms that don't have st_flags like Windows.

See the previous release for more details (replace "v1.0b3" with "v1.0b4.dev1").

fuse-3ds v1.0b3

29 Mar 20:27
6186947
Compare
Choose a tag to compare
fuse-3ds v1.0b3 Pre-release
Pre-release
  • Show application names in directories in titledir mount
  • Fix DLC support for titledir mount
  • Support .code decompression for titledir (slow with lots of titles!)
  • Support mounting all titles for titledir
  • Don't choose a default type at launch, start with a message showing how to change the type
  • Stricter ExeFS checks when an NCCH is mounted (directly or recursively)
  • Move "GitHub repository" to "Help" button in the top right

Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

Please test the program and report issues on the issue tracker.

README has the details on how to use it. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release. 64-bit users should get the -x64 version. WinFsp must be installed. Python does not have to be installed separately.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.5.2 or later is required. Read the README for more setup and usage details.

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b3.zip https://github.com/billziss-gh/fusepy/archive/windows.zip
    • At the moment, the main fusepy repository does not have full Windows support. This extra requirement will be removed once it is added and a new release is made.

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b3.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/archive/v1.0b3.zip
    • --user is not required if you are using a virtualenv.

fuse-3ds v1.0b2

27 Mar 05:04
d8adfff
Compare
Choose a tag to compare
fuse-3ds v1.0b2 Pre-release
Pre-release
  • Fix import issue when running as a module
  • Show a message if fusepy fails to import, with links to WinFsp and FUSE for macOS if it does
  • Fix Exception if NCCH fails to decrypt ExeFS properly
  • Fix "Allow writing" not working properly for NAND in GUI
  • Several other internal changes

This release was re-uploaded to fix a tiny mistake that broke the CIA mount.

Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

Please test the program and report issues on the issue tracker.

README has the details on how to use it. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release. 64-bit users should get the -x64 version. WinFsp must be installed. Python does not have to be installed separately.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.5.2 or later is required. Read the README for more setup and usage details.

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b2.zip https://github.com/billziss-gh/fusepy/archive/windows.zip
    • At the moment, the main fusepy repository does not have full Windows support. This extra requirement will be removed once it is added and a new release is made.

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b2.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/archive/v1.0b2.zip
    • --user is not required if you are using a virtualenv.

fuse-3ds v1.0b1

24 Mar 22:43
223afa7
Compare
Choose a tag to compare
fuse-3ds v1.0b1 Pre-release
Pre-release

After about 7 months since the first commit, fuse-3ds has its first beta release!

Please test the program and report issues on the issue tracker.

README has the details on how to use it. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

Usage

Windows users can download the executable attached to this release. 64-bit users should get the -x64 version. WinFsp must be installed. Python does not have to be installed separately.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.5.2 or later is required. Read the README for more setup and usage details.

Note: An issue was found that affects installing this as a module. Please install from the master branch instead until the next release.

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b1.zip https://github.com/billziss-gh/fusepy/archive/windows.zip
    • At the moment, the main fusepy repository does not have full Windows support. This extra requirement will be removed once it is added and a new release is made.

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b1.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/archive/v1.0b1.zip
    • --user is not required if you are using a virtualenv.