Wings 3D Development Forum

Full Version: [fixed] Saved Views window rmb click problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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}]}]
thanks for report this Fonte. Multiple selections shouldn't be available for this window.
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
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}]}]
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.
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.
#@$#!#!
O finished the work by today. I'm going to what is happening tomorrow.
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
Should we restore original wpc_sel_win.beam and download/replace wpc_views_win.erl?
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.
Pages: 1 2