(2021-02-24, 21:36)Bertrand Lequy Wrote: here is what I got :
The error repeat at each lines.Code:Error: Repeated CommandLinesList=D:\lego\Python\data\commandlist.txt value would lead to infinite recursion; ignoring. Critical Error: Could not find main model file.
File:
Unknown Line
Warning: Part stu23 has been renamed to 8\stud3.
File: D:/LEGO/LDRAW//P/stu23.dat
Line #1 : 0 ~Moved to 8\stud3
Warning: Part stu2 has been renamed to 8\stud.
File: D:/LEGO/LDRAW//P/stu2.dat
Line #1 : 0 ~Moved to 8\stud
Error: Repeated CommandLinesList=D:\lego\Python\data\commandlist.txt value would lead to infinite recursion; ignoring. Critical Error: Could not find main model file.
...
Do the errors comes from my ldr files ? Main models are for mpd files aren't they
The main model file is simply the file you instruct LDView to render. It can be an LDR, MPD, or DAT. All it's saying is that it can't find the specified file. However, something strange is going on, because the "filename" it can't load is not present. The "File:" line in the output is supposed to have a filename after it, and it doesn't. The output you're getting doesn't seem to match up with the contents of commandlist.txt that you posted earlier. The "infinite recursion" error should only happen if -CommandLinesList= is included in commandlist.xt with the path to commandlist.txt as its value.
Can you post here the EXACT command line you are using, as well as the EXACT contents of commandlist.txt?