Wings 3D Development Forum
[fixed] Window: geom Reason - 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] Window: geom Reason (/showthread.php?tid=2718)



[fixed] Window: geom Reason - Hank - 11-27-2018

Hello,

W3D 2.1.7

[probably] additional geometry window is causing dump error.
See recording:



steps:
1. add any object
2. select faces
3. face -> uv mapping
4. align uv mapping window to geometry, so they are horizontal
5. open any previous file

Additionally, when you align uv window and go to top menu, there's no mouse pointer focus (you can click anything, but there's no feedback), thus after new window is aligned, go with mouse pointer to geometry window and now you can do next step.


Dump written 2018-11-27_17-49
Version: 2.1.7
Window: geom
Reason: {error,no_gl_context,5433}

Stack trace:
[{gl,rec,1,[{file,"gen/gl.erl"},{line,298}]},
{wings_vbo,new,3,
[{file,"c:/Users/familjen/src/wings/src/wings_vbo.erl"},
{line,27}]},
{wings_draw,make_edge_dl,1,
[{file,"c:/Users/familjen/src/wings/src/wings_draw.erl"},
{line,361}]},
{wings_draw,update_fun_2,3,
[{file,"c:/Users/familjen/src/wings/src/wings_draw.erl"},
{line,340}]},
{wings_draw,update_fun,3,
[{file,"c:/Users/familjen/src/wings/src/wings_draw.erl"},
{line,307}]},
{wings_dl,map_1,5,
[{file,"c:/Users/familjen/src/wings/src/wings_dl.erl"},{line,276}]},
{wings_draw,refresh_dlists,1,
[{file,"c:/Users/familjen/src/wings/src/wings_draw.erl"},
{line,49}]},
{wings,main_loop,1,[{file,"f:/unixlike/src/wings/src/wings.erl"},{line,320}]},
{wings_wm,handle_event,3,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},{line,973}]},
{wings_wm,send_event,2,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},{line,939}]},
{wings_wm,do_dispatch,2,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},{line,840}]},
{wings_wm,dispatch_event,1,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},{line,747}]},
{wings_wm,get_and_dispatch,0,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},{line,651}]},
{wings,init_part2,2,
[{file,"f:/unixlike/src/wings/src/wings.erl"},{line,104}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]


BR, Hank