Thanks for sharing.
The important part of the error message is this:
more columns than column names
It is a message directly from the underlying tool. And means that the tool was trying to create a table of data and it didn’t find a header for all of those columns. That problem could be with the count files (one or more) or the reference file.
This prior Q&A was about a similar issue: DEseq2 Error in read.table
Examples of what those files should contain is at the bottom of the tool form in the help sections, and more examples are in this tutorial 2: RNA-seq counts to genes
Try comparing your data versus those examples. If you need more help, please post back a screenshot of the section right above the one you posted (Tool Parameters). Be sure to click on the input files to expand them please, to show the first few lines in the “peek” view.