File error: FR_NO_FILESYSTEM?


#1

Hello, I'm using windows 10 and making my very first patch.

The name of my patch is called "test" and when I go to click the "live" checkbox I'm seeing some errors.

Generate code complete
Creating directory on sdcard : /test
Done creating directory
Changing working directory on sdcard : /test
file error: FR_NO_FILESYSTEM, filename:"/test"
Done changing working directory
Start compiling patch
file error: FR_NO_FILESYSTEM, filename:"/test"
'make' is not recognized as an internal or external command,
operable program or batch file.
shell task failed, exit value: 1
Compiling patch failed ( C:\Users\andrew\Documents\axoloti\patches\test.axp )

I've found another user who ran into the same issue (https://sebiik.github.io/community.axoloti.com.backup/t/basic-sd-format-and-raw-files/3497) but I cant seem to find any module named "util/format" ......anyone able to help?


#2

This is the underlying issue

You need to install the axoloti_runtime


#3

Ahhh you were right. The the link for the runtime file was further down on the page than I thought it would be...

I had downloaded the main file and the source code. ...then compiled the program and everything, it was a huge waste of time and super confusing..someone should put that runtime file up at the top with the other download links (I understand that it hasn't been updated in a while but having to scroll down the page to download the file was unexpected)

Anyways, I deleted everything, uninstalled and then did a clean install. Works now!