Run/Debug Config Error

So, I’m trying to run the debugger with IntelliJ, but the process dumps and gives me the following:
"VASSAL: File ‘[Ljava.lang.String;@27912e3’ of unknown type "
Searching for the error indicates that some line of code somewhere is trying to print an array when it should be a string or vice versa.
I suspect this is because I’m missing some quotes around some setup parameter or something. Can someone give me a hint?

This is my typical Player Configuration:

And my typical Editor Configuration:

1 Like

Thank you, got it running.

1 Like