Hello,
I’m new to Proffie, and I’ve spent the weekend tinkering with my config file and sd card, and I keep running into the same problem.
I have updated my proffie OS, I have Arduino set up properly, I’ve reformatted my sd card more times than I can count, my sd card files match the name in my presets, and Arduino is giving me the greenlight for my config. I flash my proffie.ino file to my board, and I insert my SD card into my board.
The saber will turn on and use the blade styles and sound fonts as they should. However, when I switch in-between sound fonts, it gives me a “font directory not found” error. But the sound still works. Even the boot noise for the font still plays, underneath the error message. Everything works as it should. It is only the error message that persists.
The only thing I can think of is that I have too much memory used on the board. I have about 95% of the boards memory tied up.
Here is the config I’m using. I used the same config that came with my saber (TXQ saber), I just edited the presets.
ProffieOS is probably complaining because you don’t have these sound files:
dim.wav
battery.wav
bmbegin.wav
bmend.wav
vmbegin.wav
vmend.wav
volup.wav
voldown.wav
volmin.wav
volmax.wav
faston.wav
blstbgn.wav
blstend.wav
push.wav
They should either be:
- in all your fonts
or
- in your common folder, and optionally can be in some of your fonts if you want different sounds for some of your fonts.
push.wav is usually font specific but all the others can be found in a voice pack:
Download your choice of language and variation here:
https://fredrik.hubbe.net/lightsaber/sound/
Also, a large variety of FREE in-universe character Voice packs available here:
1 Like
I’m guessing you don’t have a “common” directory on your SD card.
That’s the directory it cannot find.
Either create the common directory (and maybe put a voice pack in it) or just remove that from your config file.
1 Like
Thank you both of you, thats just what I needed. I created a common folder and put the voice pack in it, now it switches without the error. Much Appreciated!