Config file errors, help please!

Hi @iReflex30, and welcome to the Crucible! I see a few things looking at your config that would cause the errors you are getting plus another gotcha that might be an issue once you get it to compile.

Your third preset calling for the font “The_Survivor_Magenta” is missing a comma after track name and before the StylePtr.

Once you fix that, you won’t get compile errors but you will be out of space since this is a Proffie v2 board. You’re over by about 10k… You will need to make some simplifications to your styles, use the same style on a few sound fonts, or even drop a few of the bigger ones. No single preset in your config is enough to get you under (I tried - ended up getting it with the first and last presets removed, but there is probably an option you’d be happier with). Alternatively, @Fett263 has some great information here you can check out on space saving with his Option Styles with Style Arguments and Using Functions which his config tool can help you with: ProffieOS Config Helper Tool v3.0 Introduction (OS7 Feature Support and Config Optimization)

One other thing to be aware of is your voice pack. You don’t currently call for a voicepack for all of your presets which would give you an audible “Voice Pack not Found” whenever you switch to those presets. This would look like your first preset with the ;common after the font name and with it inside of the quotes like this:

{ “Bank01;common”, “tracks/TFA_Battle.wav”, …