Yes as I have said before I have made other clients. Never had this problem, I recompile before I reobfuscate. Everything is fine except that the files do not actually obfuscate they just export without changing. They should end up in the reobf folder all obfuscated and ready to go. They unfortunately do not.
@cuchaz
It seems to point to the client.srg
Which is, as expected, a list of obfuscated names and common names. Nothing seems awry with it.
Could you elaborate on that more? Where are these two scripts located? I see a client.srg file in the conf folder. That seems to list all the obfuscated - common name files, that are in the client. If that is where it's getting its info then it seems to be correct.
I have now completely started from scratch just to test. Made minor changes to the code, just to see what it would output. It still gives me the .class file that has the common name and not the obfuscated one. This is very frustrating.