3b1b / manim

Animation engine for explanatory math videos
MIT License
61.81k stars 5.75k forks source link

GLib-GIO-WARNING #1556

Open singleman opened 3 years ago

singleman commented 3 years ago

Describe the error

Run for a few seconds and then Interrupt

Code and Error

Code:

manimgl example_scenes.py TexTransformExample manimgl --config Error:

GLib-GIO-WARNING **: 17:10:08.767: Unexpectedly, UWP app Microsoft.ZuneVideo_10.21021.10311.0_x64__8wekyb3d8bbwe' (AUMIdMicrosoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo') supports 33 extensions but has no verbs

Environment

OS System: win10 manim version: master python version:python3.8

duke8804 commented 1 month ago

The "Fix" to jsut remove an app is not acceptable. For example, im not going to stop using Outlook.

GLib-GIO-WARNING **: 09:08:09.094: Unexpectedly, UWP app Microsoft.OutlookForWindows_1.2024.612.100_x64__8wekyb3d8bbwe' (AUMIdMicrosoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows') supports 4 extensions but has no verbs

danielcranford commented 1 month ago

emacs on windows relies on manim, so all users of that app are going to keep getting this warning. it is especially painful when using emacs on the console (emacs -nw) as the errors will trash the terminal output.

You can work around it somewhat by redirecting stderr to a file or NUL (cmd) or $null (powershell), ie whatever 2> errors.txt