Wings 3D Development Forum
[fixed] Saved Views window rmb click problem - 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: [fixed] Saved Views window rmb click problem (/showthread.php?tid=2235)

Pages: 1 2


[fixed] Saved Views window rmb click problem - Fonte Boa - 11-15-2016

Create any scene, open Window|Manage Saved Views,
use View|Saved Views|Save (or RMB click on Saved Views window|Save New...)
to save at least two views.

In Saved Views window, select two views (keeping Ctrl key hold):
then right click on selected views:

a wings_crash.dump is generated and Saved Views window closes.

-------------------------------------------------

Dump written 2016-11-15_9-18
Version: 2.1.3
Window: <0.381.0>
Reason: {case_clause,2}

Short stack trace:
[]

Long stack trace:
[{wpc_views_win,get_selection,1,
[{file,"c:/Users/familjen/src/wings/plugins_src/commands/wpc_views_win.erl"},
{line,306}]},
{wpc_views_win,invoke_menu,1,
[{file,"c:/Users/familjen/src/wings/plugins_src/commands/wpc_views_win.erl"},
{line,338}]},
{wpc_views_win,handle_event,2,
[{file,"c:/Users/familjen/src/wings/plugins_src/commands/wpc_views_win.erl"},
{line,219}]},
{wx_object,handle_msg,5,[{file,"wx_object.erl"},{line,450}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]


RE: [standby] Saved Views window rmb click problem - micheus - 11-15-2016

thanks for report this Fonte. Multiple selections shouldn't be available for this window.


RE: [standby] Saved Views window rmb click problem - micheus - 11-15-2016

Fixed: wpc_sel_win.beam
It must be put in a place like this C:\Program Files\wings3d_2.1.3\lib\wings-2.1.3\plugins\commands


RE: [fixed] Saved Views window rmb click problem - Fonte Boa - 11-15-2016

Micheus, i replaced wpc_sel_win.beam in C:\Program Files\wings3d_2.1.3\lib\wings-2.1.3\plugins\commands\
Therefore, multiple selections remain available in the window Saved Views.
And, as before, if i RMB click after select two or more views, a wings_crash.dump is generated.

---------------------------------

Dump written 2016-11-15_16-14
Version: 2.1.3
Window: <0.176.0>
Reason: {case_clause,2}

Short stack trace:
[]

Long stack trace:
[{wpc_views_win,get_selection,1,
[{file,"c:/Users/familjen/src/wings/plugins_src/commands/wpc_views_win.erl"},
{line,306}]},
{wpc_views_win,invoke_menu,1,
[{file,"c:/Users/familjen/src/wings/plugins_src/commands/wpc_views_win.erl"},
{line,338}]},
{wpc_views_win,handle_event,2,
[{file,"c:/Users/familjen/src/wings/plugins_src/commands/wpc_views_win.erl"},
{line,219}]},
{wx_object,handle_msg,5,[{file,"wx_object.erl"},{line,450}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]


RE: [fixed] Saved Views window rmb click problem - micheus - 11-15-2016

It's the same problem. :/
I download the uploaded file and I don't know why it was not the correct one.

Please use the same link to download the correct one. Sorry for that.


RE: [fixed] Saved Views window rmb click problem - Fonte Boa - 11-15-2016

I've downloaded it again etc etc

Same problem: multiple selections are still allowed in Saved Views window, and if i rmb click on a multiple selection bla bla bla.


RE: [standby] Saved Views window rmb click problem - micheus - 11-15-2016

#@$#!#!
O finished the work by today. I'm going to what is happening tomorrow.


RE: [standby] Saved Views window rmb click problem - micheus - 11-16-2016

We are needing glasses (well, I use. Maybe I need to visit the doctor again Smile)

That file wouldn't fix anything. It was wpc_sel_view.erl and not the wpc_views_win.beam


RE: [fixed] Saved Views window rmb click problem - Fonte Boa - 11-16-2016

Should we restore original wpc_sel_win.beam and download/replace wpc_views_win.erl?


RE: [fixed] Saved Views window rmb click problem - Fonte Boa - 11-16-2016

It is all working fine.
The link you provided above is to download a file called wpc_views_win.beam
and not wpc_views_win.erl, as you writed above.