3b1b / manim

Animation engine for explanatory math videos
MIT License
61.96k stars 5.77k forks source link

GLib-GIO-WARNING!!!(Acer Predator) #1656

Open vaibhawkhemka opened 2 years ago

vaibhawkhemka commented 2 years ago

Describe the error Run for a few seconds and then Interrupt

Code and Error Code:

manimgl example_scenes.py GraphExample

Error:

GLib-GIO-WARNING **: 17:58:47.474: Unexpectedly, UWP app AcerIncorporated.PredatorSenseV30_3.0.3162.0_x64__48frkmn4z8aw4' (AUMIdAcerIncorporated.PredatorSenseV30_48frkmn4z8aw4!CentenialConvert') supports 1 extensions but has no verbs

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

@3b1b @bhbr @TonyCrane @eulertour @Sridhar3b1b Waiting for your help. Please Guide me

3b1b commented 2 years ago

I am not sure what your error is, but it may be worth pointing out that the community edition of manim is the recommended one for people getting started with the tool. You will find a much more active community able to help, much more documentation, and code that is better tested on more systems.

TonyCrane commented 2 years ago

Please search that in the issues page first! See #1556. Try running this in PowerShell: Get-AppXPackage AcerIncorporated.PredatorSenseV30 -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

btw, please don't mention so many developers, this is a bit annoying :)

vaibhawkhemka commented 2 years ago

Thanks for the guidance. I will take care about mentioning from the next time.