Hi, here's a list of what I did recently to troubleshoot a similar issue:
# Install LDraw, LGEO, and POV in paths with no spaces:
C:\POV-Ray\v3.7\bin\pvengine.exe
C:\LDraw\LPub3D\3rdParty\l3p1.4WinB\L3P.exe
C:\LDraw\LGEO
# Enable logging in "povray.ini" file:
All_File=true
Append_File=true
# Double check "povray.ini" library paths:
Library_Path="C:\LDraw\LGEO"
Library_Path="C:\LDraw\LGEO\lg"
Library_Path="C:\LDraw\LGEO\ar"
# Check L3P location in Environment Path:
C:\LDraw\LPub3D\3rdParty\l3p1.4WinB\;
# Remove spaces in file name and internal names:
4484.mpd
4484-X-Wing.ldr
4484-TIE-Advanced.ldr
# You might need these old files in "C:\LDraw\LGEO"
lg_colors.lst
lg_elements.lst
# Set IO Restrictions=0 in "pvengine.ini"
IO Restrictions=0
Check this thread for more info:
http://forums.ldraw.org/showthread.php?t...6#pid20316
# Install LDraw, LGEO, and POV in paths with no spaces:
C:\POV-Ray\v3.7\bin\pvengine.exe
C:\LDraw\LPub3D\3rdParty\l3p1.4WinB\L3P.exe
C:\LDraw\LGEO
# Enable logging in "povray.ini" file:
All_File=true
Append_File=true
# Double check "povray.ini" library paths:
Library_Path="C:\LDraw\LGEO"
Library_Path="C:\LDraw\LGEO\lg"
Library_Path="C:\LDraw\LGEO\ar"
# Check L3P location in Environment Path:
C:\LDraw\LPub3D\3rdParty\l3p1.4WinB\;
# Remove spaces in file name and internal names:
4484.mpd
4484-X-Wing.ldr
4484-TIE-Advanced.ldr
# You might need these old files in "C:\LDraw\LGEO"
lg_colors.lst
lg_elements.lst
# Set IO Restrictions=0 in "pvengine.ini"
IO Restrictions=0
Check this thread for more info:
http://forums.ldraw.org/showthread.php?t...6#pid20316