You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we choose the UV Mapping option and then define all the edges for cut, by applying any unwrap method Wings3D is crashing suddenly without any advise or report.
That is happening in Ubuntu 22.04, but it was not present in 20.04.
That is the message in the Erlang console:
(Erlang:16669): Gdk-ERROR **: 10:31:06.389: The program 'Erlang' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 18035 error_code 8 request_code 151 (GLX) minor_code 11)
(Note to programmers: normally, X errors are reported asynchronously; that is,
you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment variable to
change this behavior. You can then get a meaningful backtrace from your debugger if
you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)
I'm having the same problem with version 2.3 in Ubuntu 22.04.
(Erlang:282140): Gdk-ERROR **: 00:01:37.762: The program 'Erlang' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 13831 error_code 8 request_code 152 (GLX) minor_code 11)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
[1] 282140 trace trap (core dumped) ./wings
After we choose the UV Mapping option and then define all the edges for cut, by applying any unwrap method Wings3D is crashing suddenly without any advise or report.
That is happening in Ubuntu 22.04, but it was not present in 20.04.
That is the message in the Erlang console:
This report comes from this Wings3D's forum thread: UV mapping problem on Ubuntu
The text was updated successfully, but these errors were encountered: