Just installed the latest Wings3d 2.1 Linux version (using the Ubuntu build). This is the same bug as reported here: http://www.wings3d.com/forum/showthread.php?tid=2132 .
However, this time I was watching the log window to see if anything would show up there. No, the crash is too sudden.
However, if I start Wings from the terminal, when Wings crashes a segmentation fault is reported. So it's a memory management issue which is triggered when closing the material properties window after using the choose color dialogue. As a matter of fact, it occurs if the color was selected with the mouse or the eye dropper tool. I can input RGB values and it does not trigger the crash. Is the color selector widget specific to GPU shaders by any chance? The only other thing reported in the terminal is that I'm using GPU shaders.
--jeff
PS. was able to trigger another error message. Here's what's in my terminal:
However, this time I was watching the log window to see if anything would show up there. No, the crash is too sudden.
However, if I start Wings from the terminal, when Wings crashes a segmentation fault is reported. So it's a memory management issue which is triggered when closing the material properties window after using the choose color dialogue. As a matter of fact, it occurs if the color was selected with the mouse or the eye dropper tool. I can input RGB values and it does not trigger the crash. Is the color selector widget specific to GPU shaders by any chance? The only other thing reported in the terminal is that I'm using GPU shaders.
--jeff
PS. was able to trigger another error message. Here's what's in my terminal:
Code:
Using GPU shaders.
(Erlang:10674): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed
Segmentation fault