I tried test by several Illustrator 8 EPS and Postscript files.
Apparently it seems to have failed to acquire the bounding box.
And the problem occurred even with very simple data.
This is simple EPS Test data,You can this copy and paste the data and to save named with "test.eps".
(This data simply draw a triangle.)
The error log is here.
I hope the EPS / PS format will be able to be read correctly by bug fix.
Wings3D 2.1.4.1
MacOSX 10.11.6
Apparently it seems to have failed to acquire the bounding box.
And the problem occurred even with very simple data.
This is simple EPS Test data,You can this copy and paste the data and to save named with "test.eps".
(This data simply draw a triangle.)
Code:
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 240 90
newpath 170 50 moveto 140 60 lineto 140 30 lineto 170 50 closepath stroke showpage
%%EOF
The error log is here.
Code:
wings_wm:821: Dropped Event autosaver: redraw
Using GPU shaders.
File Import Error Report:
{'EXIT',
{function_clause,
[{e3d_bv,box,[[]],[{file,"e3d_bv.erl"},{line,54}]},
{e3d_vec,bounding_box,1,[{file,"e3d_vec.erl"},{line,304}]},
{wpc_ps,try_import_ps,2,[{file,"wpc_ps.erl"},{line,86}]},
{wpc_ps,make_ps,2,[{file,"wpc_ps.erl"},{line,66}]},
{wpa,do_import,3,[{file,"wpa.erl"},{line,129}]},
{wpa,'-import/3-fun-0-',3,[{file,"wpa.erl"},{line,118}]},
{wings_file,'-import_filename_1/2-fun-0-',3,
[{file,"wings_file.erl"},{line,67}]},
{wings_develop,time_command,2,
[{file,"wings_develop.erl"},{line,79}]},
{wings_plugin,command,3,[{file,"wings_plugin.erl"},{line,139}]},
{wings,raw_command_1,3,[{file,"wings.erl"},{line,624}]},
{wings,raw_command,4,[{file,"wings.erl"},{line,621}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,952}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,918}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,824}]},
{wings_wm,dispatch_event,1,[{file,"wings_wm.erl"},{line,725}]},
{wings_wm,get_and_dispatch,0,[{file,"wings_wm.erl"},{line,646}]},
{wings,init,1,[{file,"wings.erl"},{line,147}]}]}}
I hope the EPS / PS format will be able to be read correctly by bug fix.
Wings3D 2.1.4.1
MacOSX 10.11.6