-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asymptote compatibility with wayland ? #364
Comments
Hello, As a root: As a normal user: The last lines of the output are: GLSL version 4.50 Best regards, |
This issue sounds very much like this problem, which was solved by upgrading the NVIDIA driver. Please give that a try and let us know. (I am still using X and haven't yet tried out Wayland since it doesn't support fvwm, but I think the problem is more likely due to a bug in the graphics driver.) https://sourceforge.net/p/asymptote/discussion/409349/thread/d535c62247/ |
I'm running asy in a virtual server whitout any X environment, NVIDIA card and nvidia drivers. I run Fedora 37 server and the version of freeglut is Best regards, |
Regarding the debian report, try: and then see if the backtrace changes. Running under valgrind is a good way to find the first instance of a segfault, uninitialized memory, or floating point exception. |
Program terminated with signal SIGFPE, Arithmetic exception. This suggests an FPE exception in your graphics driver. You can temporarily work around this by specifying -mask on the command line. A better work around is to identify which OpenGL call is triggering the FPE. For example, the OSMesa library in Fedora 37 generates an FPE in glLinkProgram. Commit 72670f2 works around an FPE on that platform. Perhaps that will solve your issue too. |
Now that the 2.85 release is out, can we now close this issue? |
I will juste wait for the Debian release of 2.85, and report back, thanks
Frederic
|
Hello, I am using asy in order to build the documentation of my hkl library, from the sway environment (pure wayland).
the Debian bug report I filled against asymtote is here
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025049
the test file is here
https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=1025049;filename=B_b3_y.asy;msg=5
to my opinion the
the glrender call from the backtrace seems suspicious to mee
I would like your help in order to tackle this issue.
thanks for considering
The text was updated successfully, but these errors were encountered: