Can someone else check if disabling/hiding axis is causing the crash?
If so, please report the video card you are using.
Do the test without any project opened (mainly without save it first )
I started notice that recently. I'm not sure if the recent drive update was the cause. I'm using a AMD Radeon R9
The dump file should look like this:
That badmatch says that for some strange reason we are getting a list of values greater than four items - as the OpenGL function glGet(GL_VIEWPORT) should return to the code.
If so, please report the video card you are using.
Do the test without any project opened (mainly without save it first )
I started notice that recently. I'm not sure if the recent drive update was the cause. I'm using a AMD Radeon R9
The dump file should look like this:
Quote:Dump written 2014-12-20_9-42
Version: 1.5.2
Window: geom
Reason: {badmatch,[0,23,1061,595,0,0,0,0,0,0,0,0,0,0,0,0]}
Short stack trace:
[]
Long stack trace:
[{wings_render,dummy_axis_letter,0,[{file,"wings_render.erl"},{line,464}]},
{wings_render,render,1,[{file,"wings_render.erl"},{line,55}]},
{wings,'-redraw/2-fun-0-',2,[{file,"wings.erl"},{line,233}]},
{wings,handle_event_3,2,[{file,"wings.erl"},{line,396}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,825}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,797}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,698}]},
{lists,foreach,2,[{file,"lists.erl"},{line,1323}]}]
That badmatch says that for some strange reason we are getting a list of values greater than four items - as the OpenGL function glGet(GL_VIEWPORT) should return to the code.