"Font Directory Not Found" and "SD Card Not Found" on Two PBv3 Sabers w/ Same config

As an aside, as mentioned earlier ENABLE_SAVE_STATE should be SAVE_STATE

I am using OS 7.14. I will try. I had that in my config. But I will try again.

No, he means to download the source from the github directly, which is newer than version 7.14.

You’d click “Download ZIP” from right here:

Thank you for the clarification. I have tried this.
I got the following error:

Arduino: 1.8.19 (Windows 10), Board: “Proffieboard V3, Serial, SDCARD (SDIO Default Speed), 80 MHz, Smallest Code”

ProffieOS:42:10: fatal error: common/resources.h: No such file or directory

42 | #include “common/resources.h”

  |          ^~~~~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

common/resources.h: No such file or directory

This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.

Sorry I am not sure why it is giving me this error. I have copied the config into the config folder and looked at the common folder in this download and I see the resources.h file. Not sure why I am getting this error. But I really do appreciate all the proffie support here.

Here is the new board previously with Bluetooth https://1drv.ms/v/s!AvKhvcOdBcGdi4YZtdQXnuX3FO7NXg

Sounds like you didn’t open that GitHub version of ProffieOS.ino in Arduino.

Now every time I open ardunio it opens ardunio ide…

just either goto menu File>open, then navigate to the right ProffieOS.ino file,
or just close arduino and double click on the file. It should be associated with the Arduino app.

So when you download the sources from github, and unzip it you get a directory called ProfffieOS-master, you need to rename this directory to ProffieOS before you go open ProffieOS.ino, otherwise Arduino will complain about the directory name and offer to move ProffieOS.ino into a subdirectory called ProffieOS, if you answer yes, ProffieOS won’t work. (Because Arduino only movies ProffieOS.ino, it doesn’t move all the rest of the source files.)

Is this what happened?

Actually no. That correct itself. I am going to try on a different computer. Because what I did due to the error i kept getting about the resource.h file i tried opening via file it with Arduino IDE and now my computer is using Arduino IDE always as the default. I really want to get to the bottom of this. So hopefully I can use what you most recently suggested to get the errors to speak. But first I have to update the OS. So let me give that a shot.

Can you record a screen capture of your procedure? Something simple and small is being missed here.

You allowed arduino to move the ProffieOS.ino file.

If you’ll notice in your screenshot there is a ProffieOS folder inside the folder you have open (The folder which is currently named ProffieOS-master is the actual ProffieOS folder, but you need to rename it)

The ProffieOS.ino file that is inside the ProffieOS folder needs to be moved into the folder that’s open in your screenshot, so it’s beside all those other folders (such as config, props, etc.)

This seemed to have worked. I will test the sabers now. Still no word from trtium

I am getting some feedback! It keeps repeating “Check SD” and so on… Does not stop repeating. this has to be a bad set of boards. I have no other idea. Only @profezzorn would know

https://1drv.ms/v/s!AvKhvcOdBcGdi71teEuj92HeHVHTTw?e=F62hc3

It’s saying check 16 SD when I press aux @profezzorn

Error 16 is F_ERR_CARDREMOVED.
I’m not entirely certain what would cause that, but I will take a look at the code and see if I can come up with some workarounds, or more thinks to test.