Quick clarification, the -max_helix_melt and -max_strand_melt settings shouldn’t be applicable to the regular loopmodel application – instead they’re specific to the loops_from_density application, which will determine the loops based on missing electron density regions. (See https://www.rosettacommons.org/docs/latest/loops-from-density.html ) The documentation says “Generally ‘-frac_loop 0.3 -max_strand_melt 1 -max_helix_melt -1 -edensity:sliding_window 9’ provides good results.”
The -max_helix_melt and -max_strand_melt settings are to “chew back” strands and helices to add too the loop length. The default values of -1 are supposed to allow unlimited rebuilding into secondary structural regions. One possibility for your issue is that whatever input you’re using doesn’t have any “missing density” by the criteria it’s using, so doesn’t output any loops. You may want to try increasing the -frac_loop value to do more aggressive loop remodeling.
If you’re still having issues, what, exactly, are you expecting to see, and what are you actually seeing? (You can copy/paste the loopfile in the text box, or rename it with a .txt extension and then attach it to your post.)