Wings 3D Development Forum
v.2.05 crash dump on UV window: scale |normalize sizes - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12)
+--- Thread: v.2.05 crash dump on UV window: scale |normalize sizes (/showthread.php?tid=2168)



v.2.05 crash dump on UV window: scale |normalize sizes - kugelfang - 10-11-2016

Well, at least I get a crash dump with this one. I have a single combined object (~ 61 sub-objects combined) equalling 2005 polygons. Each sub-object has already been uv-mapped on its own. Now I want all the uv-maps to be in the correct size to each other. So I combine all the objects into one, uv-map and try to normalize sizes. Each and every time it results in an internal error with the following crash dump generated:

Code:
Dump written 2016-10-11_10-34
Version: 2.0.5
Window: {autouv,1}
Reason: badarith

Short stack trace:
[]

Long stack trace:
[{wpc_autouv,'-handle_command_1/2-fun-4-',3,
             [{file,"wpc_autouv.erl"},{line,873}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1262}]},
{wpc_autouv,handle_command_1,2,[{file,"wpc_autouv.erl"},{line,882}]},
{wpc_autouv,handle_command,2,[{file,"wpc_autouv.erl"},{line,829}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,931}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,903}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,768}]},
{wings_wm,get_and_dispatch,0,[{file,"wings_wm.erl"},{line,660}]}]

Any suggestions? A work around would be better since I know next to nothing regarding Erlang.

Thanks,

--jeff
Linux Mint Mate 17

Nevermind. I was able to find a solution from this posting: http://www.wings3d.com/forum/showthread.php?tid=2136&highlight=normalize+sizes


RE: v.2.05 crash dump on UV window: scale |normalize sizes - micheus - 10-11-2016

Thanks for the feedback.