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' (AUMId Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo’) supports 33 extensions but has no verbs

Environment

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

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:38

github_iconTop GitHub Comments

9reactions
ItsAuriccommented, Sep 11, 2021

Run a command prompt as administrator and paste the following:

Get-AppXPackage Microsoft.ZuneVideo -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

5reactions
JeroSQcommented, Sep 19, 2021

Run a command prompt as administrator and paste the following:

Get-AppXPackage Microsoft.ZuneVideo -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

This didn’t fix it for me

Read more comments on GitHub >

github_iconTop Results From Across the Web

What does this warning mean? It happens every time I restart ...
...for 100% correct handling we (GLib and GIO) need to remember which extensions (handlers) support which verbs, and each handler gets its own ......
Read more >
UWP warnings about extensions and verbs with glib 2.72.1
I can see many of these warnings now that are completely unrelated to my application: 2022-04-22 08:02:53,986114 [ 5592:5748 ] WARN GLib-GIO ......
Read more >
Makie plotting: GLib-GIO-WARNING - Julia Discourse
I am using the excellent Makie plotting package. When I am compiling the code I am getting the following Warnings, GLib-GIO-WARNING *which I ......
Read more >
#61163 (emacs @27.1_1 +x11: GLib-GIO-CRITICAL error ...
comment:1 Changed 2 years ago by jmroot (Joshua Root) ; set to drkp · +x11 removed · new → assigned · GLib-GIO-CRITICAL error/warning...
Read more >
GLib-GIO-WARNING showing in terminal while open gedit
seems to be caused by using « instead of ' in the translation. upstream just switched it out. Not sure why the strings...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found