jeertmans / manim-slides

Tool for live presentations using manim
https://manim-slides.eertmans.be
MIT License
410 stars 44 forks source link

[BUG] Segmentation fault when presenting slides #454

Open pacaunt opened 4 days ago

pacaunt commented 4 days ago

Description

I run the basic example file with the command including manim and

manim-slides BasicExample

but then the interface crashed and the following error appeared:

QOpenGLFunctions created with non-current context
[1]    9459 segmentation fault (core dumped)  manim-slides BasicExample

I use python 3.12.3 in a virtual environment on Ubuntu 24.04.

Version

5.1.7

Platform

Ubuntu 24.04 linux

Screenshots

No response

Additional information

No response

jeertmans commented 4 days ago

Hello! This is the first time I encounter this issue, so I do not know yet the solution.

Are you running the command inside a Docker environment or WSL?

Can you include the output of pip freeze here?

pacaunt commented 3 days ago

Hello! This is the first time I encounter this issue, so I do not know yet the solution.

Are you running the command inside a Docker environment or WSL?

Can you include the output of pip freeze here?

There is no output from that command...

jeertmans commented 3 days ago

Hello! This is the first time I encounter this issue, so I do not know yet the solution. Are you running the command inside a Docker environment or WSL? Can you include the output of pip freeze here?

There is no output from that command...

Very bizarre, can you put a screenshot of you writing that in the terminal and the output here?

pacaunt commented 3 days ago

Screenshot from 2024-07-06 19-38-58 I run the Ubuntu by itself, not in WSL.

jeertmans commented 3 days ago

Screenshot from 2024-07-06 19-38-58 I run the Ubuntu by itself, not in WSL.

I meant a screenshot of the pip freeze command :)

pacaunt commented 3 days ago

Screenshot from 2024-07-07 00-02-35 There's really nothing... ToT

jeertmans commented 2 days ago

Does not make any sense to me… Is pip working with other subcommands?