File Merge and Saved View - crash - 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: File Merge and Saved View - crash (/showthread.php?tid=860) |
File Merge and Saved View - crash - VladD - 08-24-2014 Hi, I noticed that a crash happens each time that I try to merge a wing file when the current file/scene has saved views. as an experiment, when I tried to merge the very same files the other way (ie: the file with saved view "imported" via the merge command into a file without saved views) and it didn't crash. here's the crash dump Quote:Dump written 2014-8-24_19-57Which kinda seems to confirm that there's an issue with view imports, from what pitiful erlang knowledge that I have at least. Yep, when I delete all saved views, then I can import/merge without crashing. RE: File Merge and Saved View - crash - micheus - 08-24-2014 I think I noticed that these days when I was merging the same project file. I thought it was caused by views with the same name, so I didn't care about that at this moment and I took note of it to check further. I'll check it better. Thanks for report it VladD RE: File Merge and Saved View - crash - micheus - 09-02-2014 Here is the file wings_view.beam for replacement. It should replace the file into ebin folder (like this C:\Program Files\wings3d_1.5.3\lib\wings-1.5.3\ebin) RE: File Merge and Saved View - crash - VladD - 09-03-2014 many thanks, Micheus! I'm gonna install that right away! |