Wings 3D Development Forum
Wings Snapshot - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6)
+--- Thread: Wings Snapshot (/showthread.php?tid=97)

Pages: 1 2 3 4 5 6 7


RE: Wings Snapshot - oort - 12-21-2012

Not sure if this can be considered a bug since a person shouldn't do this... It happens in 1.4.1 as well.

Using Bend command Select Rod Center Vert.
Hit L
Crash

here is the dump

Dump written 2012-12-21_16-26
Version: 1.5.pre1.38.g62be8
Window: geom
Reason: function_clause

Short stack trace:
[]

Long stack trace:
[{e3d_bv,box,[[]],[{file,"e3d_bv.erl"},{line,54}]},
{e3d_vec,bounding_box,1,[{file,"e3d_vec.erl"},{line,292}]},
{wings_sel,fold_1,4,[{file,"wings_sel.erl"},{line,84}]},
{wings_vec,check_point,1,[{file,"wings_vec.erl"},{line,735}]},
{wings_vec,handle_event_4,3,[{file,"wings_vec.erl"},{line,196}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,824}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,796}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,698}]}]


RE: Wings Snapshot - Fonte Boa - 12-21-2012

Bingo, oort! Shocked
I can confirm this here too, developers!
(congratulations, oortman)

It is a severous one, imo, since i can reproduce it during other Secondary Selection operations!!!
For example, during an Scale Axis operation, using standard Magnet, when i pick a vert to define outer boundary, and hit L, wings crashes too:

Dump written 2012-12-21_19-33
Version: 1.4
Window: geom
Reason: function_clause

Short stack trace:
[{e3d_bv,box,1},
{e3d_vec,bounding_box,1},
{wings_sel,fold_1,4},
{wings_vec,check_magnet_point,1},
{wings_vec,handle_event_4,3},
{wings_wm,handle_event,3},
{wings_wm,send_event,2},
{wings_wm,do_dispatch,2}]

Long stack trace:
[{e3d_bv,box,[[]]},
{e3d_vec,bounding_box,1},
{wings_sel,fold_1,4},
{wings_vec,check_magnet_point,1},
{wings_vec,handle_event_4,3},
{wings_wm,handle_event,3},
{wings_wm,send_event,2},
{wings_wm,do_dispatch,2}]

After this, if i try use the same command (Scale Axis), wings crashes again and force the restart:

Dump written 2012-12-21_19-37
Version: 1.4
Window: geom
Reason: function_clause

Short stack trace:
[{wings_vec,'-handle_event/3-fun-0-',3},
{wings_dl,map_1,5},
{wings_vec,handle_event,3},
{wings_wm,handle_event,3},
{wings_wm,send_event,2},
{wings_wm,do_dispatch,2},
{wings_wm,get_and_dispatch,0},
{wings,init,1}]

Long stack trace:
[{wings_vec,'-handle_event/3-fun-0-',
[{dlo,1,none,5,3,none,4,2,none,
{vab,
{24,
<<0,0,128,191,0,0,128,191,0,0,128

etc etc

EDIT
Same crash dump after a mmb Flatten!!!!!!!!!!!!!!!!!!! (when i select the Flatten point and hit L)

EDIT2
I tried all the keyboard keys: the problem is just with "L"


RE: Wings Snapshot - micheus - 12-21-2012

(12-21-2012, 06:44 PM)Fonte Boa Wrote: EDIT

Sorry, there isnt really a bug about this in last snapshot. The reason of that problem, Micheus, is the wings_tweak.beam file you distributed to be tested at http://www.wings3d.com/forum/showthread.php?tid=97&pid=815#pid815
Can you give a look there to know what is going on?
Of course I can. I think it's already fixed - that I didn't make it available for download, sorry. I'll do this tomorow. (I'm on the phone now Smile)


RE: Wings Snapshot - micheus - 12-23-2012

Fixed.
https://github.com/Micheus/wings/commit/3c6f3e1802e1ea2eca19652666c4b478d6d567d6

Fonte, sorry for not have tested it in the Quick Smooth Preview mode.

I have an new folder on my Google drive to upload the beams for this snapshot: 1.5-pre1 (please, download the files and try it).

Thanks


RE: Wings Snapshot - micheus - 12-23-2012

(12-21-2012, 09:29 PM)oort Wrote: Using Bend command Select Rod Center Vert.
Hit L
Crash
(12-21-2012, 09:40 PM)Fonte Boa Wrote: For example, during an Scale Axis operation, using standard Magnet, when i pick a vert to define outer boundary, and hit L, wings crashes too:
EDIT
Same crash dump after a mmb Flatten!!!!!!!!!!!!!!!!!!! (when i select the Flatten point and hit L)
EDIT2
I tried all the keyboard keys: the problem is just with "L"
I tried, but I couldn't repeat the crash. When I hit "L" key the sel mode just change to edge and some edge loop is selected. Undecided (I used the official snapshot)


RE: Wings Snapshot - Fonte Boa - 12-24-2012

Be sure you are in Vertex Mode at the moment you hit "L" key
(during any secondary selection step of a command, like Clamped Bend)


RE: Wings Snapshot - optigon - 12-24-2012

(12-24-2012, 12:54 AM)Fonte Boa Wrote: Be sure you are in Vertex Mode at the moment you hit "L" key
(during any secondary selection step of a command, like Clamped Bend)

I'll fix this one. Thanks for the report guys!


RE: Wings Snapshot - optigon - 12-24-2012

(12-24-2012, 12:54 AM)Fonte Boa Wrote: Be sure you are in Vertex Mode at the moment you hit "L" key
(during any secondary selection step of a command, like Clamped Bend)
Fixed.
https://github.com/optigon/wings/commit/81bcf1b6ad0f827d3d942c5952651cdc254b1acd


RE: Wings Snapshot - oort - 12-27-2012

I miss having the cube primitive default with number of cuts set to a value of 1. I guess the ideal for me would be for wings3D to remember the previous setting.

oort


RE: Wings Snapshot - maker - 12-28-2012

I'm confused. R-click|Cube. Don't you get the "old" default cube? (Clicking on box gives the new, sexy one with the macho cuts Biggrin)