Wings 3D Development Forum
[fixed] Crash while in AutoUV - 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] Crash while in AutoUV (/showthread.php?tid=2191)



[fixed] Crash while in AutoUV - oort - 10-20-2016

I got the following crash last night while in AutoUV. Sorry, I do not know what steps I took to cause the crash.. Sad

oort

Quote:Dump written 2016-10-19_21-52
Version: 2.1
Window: "<Unknown Window Name>"
Reason: {{{badarg,3499},{wxMessageDialog,new,3}},
[{wxe_util,rec,1,[{file,"wxe_util.erl"},{line,84}]},
{wings,'-crash_dialog/1-fun-0-',2,
[{file,"c:/Users/familjen/src/wings/src/wings.erl"},
{line,1515}]},
{wings,crash_dialog,1,
[{file,"c:/Users/familjen/src/wings/src/wings.erl"},
{line,1522}]},
{wings,handle_event,2,
[{file,"c:/Users/familjen/src/wings/src/wings.erl"},
{line,347}]},
{wings_wm,handle_event,3,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},
{line,949}]},
{wings_wm,send_event,2,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},
{line,898}]},
{wings_wm,do_dispatch,2,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},
{line,804}]},
{wings_wm,dispatch_event,1,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},
{line,709}]},
{wings_wm,get_and_dispatch,0,
[{file,"c:/Users/familjen/src/wings/src/wings_wm.erl"},
{line,630}]},
{wings,init,1,
[{file,"c:/Users/familjen/src/wings/src/wings.erl"},
{line,143}]}]}



RE: Crash while in AutoUV - dgud - 10-20-2016

Arrg, so the original problem is overwritten by a crash report where the window that should write the report crashes..

Yikes, how hard should it be to handle a crash :-)
Will take a look at the "crash crash" problem, what originally crashed we will not see until after next release.


RE: Crash while in AutoUV - oort - 10-20-2016

I think I have the sequence to create the crash.

Create a Cube > Select the Cube > RMB > UV Mapping.

Segment by > Projection > Continue > Projection Normal.

RMB > Create Texture > Pick brick or any other shader > OK > Close the AutoUV window.

I do not think the above part is important other than you are creating a UVMap.

Open the UV Mapping window again, either by RMB method or Window > UV Editor Window.

Move the UV Editor window to the top of the Wings3D window so that it covers the top area to avoid docking of the window. RMB over the UV Mapping Window > Create Texture > Crash.

OK... I got it to do it every time and now it isn't happening... Sad
I closed Wings and started again and now it is happening again....

Thanks,
oort


RE: Crash while in AutoUV - dgud - 10-21-2016

Thanks, for the description I managed to recreate the problem here and I believe I have solved both
problems.


RE: [fixed] Crash while in AutoUV - oort - 10-21-2016

Glad you were able to make it happen on your system... Smile
Thanks for fixing it.
oort