Compiling NxNandManager with qt6 is perfectly fine, but with Qt creator it only works in debug, release can't decrypt the nand, which is a magical problem!The instructions on the original Eliboa's github repo tell you to use MSYS
I do use for eliboa's:
Bash:pacupd git make devkit-env base-devel mingw-w64-x86_64-toolchain mingw64/mingw-w64-x86_64-qt5-static cd ~ rm -rf ~/NxNandManager git clone --recursive https://github.com/eliboa/NxNandManager cd ~/NxNandManager/NxNandManager/gui /mingw64/qt5-static/bin/qmake.exe NxNandManager.pro 'CONFIG += STATIC ARCH64'
So far you need to edit the NxNandManager.pro file as indicated on the https://github.com/eliboa/NxNandManager/issues/134#issuecomment-2453505924 issue.
Bash:make -j$(nproc) mkdir build cp release/NxNandManager.exe ./build/ cp ../virtual_fs/dokan/x64/dokan1.dll ./build/
if you note the jorgon's repo have not been able to build since the commits from September 29th which are the ones diverging for the original one. and seems was replaced NxNandManager.pro for a visual studio build process.
stay with the original one, the most recent binaries are on https://gbatemp.net/download/nx-nand-manager.38890/













