3b1b / manim

Animation engine for explanatory math videos
MIT License
60.9k stars 5.72k 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

jiaweike commented 3 years ago

I also had the same warnings.

JeroSQ commented 2 years ago

same here (process:16052): GLib-GIO-WARNING **: 09:36:17.418: Unexpectedly, UWP app '3138AweZip.AweZip_1.4.6.0_x86__ffd303wmbhcjt' (AUMId '3138AweZip.AweZip_ffd303wmbhcjt!App') supports 167 extensions but has no verbs

itsauric commented 2 years ago

Run a command prompt as administrator and paste the following:

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

Mprogramavimai commented 2 years ago

(process:16052): GLib-GIO-WARNING **: 09:36:17.418: Unexpectedly, UWP app '3138AweZip.AweZip_1.4.6.0_x86__ffd303wmbhcjt' (AUMId '3138AweZip.AweZip_ffd303wmbhcjt!App') supports 167 extensions but has no verbs

The exactly same is to me

JeroSQ commented 2 years ago

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

MateHUNAa commented 2 years ago

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

Thanks.

GjermundOstensvig commented 2 years ago

Hi, I get a similar version of this warning:

(process:12520): GLib-GIO-WARNING **: 06:47:35.104: Unexpectedly, UWP app `Evernote.Evernote_10.24.3.0_x86__q4d96b2w5wcc2' (AUMId `Evernote.Evernote_q
4d96b2w5wcc2!Evernote') supports 1 extensions but has no verbs

I tried modifying the command suggested to fix it, but with no success.

TonyCrane commented 2 years ago

Hi, I get a similar version of this warning:

(process:12520): GLib-GIO-WARNING **: 06:47:35.104: Unexpectedly, UWP app `Evernote.Evernote_10.24.3.0_x86__q4d96b2w5wcc2' (AUMId `Evernote.Evernote_q
4d96b2w5wcc2!Evernote') supports 1 extensions but has no verbs

I tried modifying the command suggested to fix it, but with no success.

Have you tried Get-AppXPackage Evernote.Evernote -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}?

GjermundOstensvig commented 2 years ago

Hi, I get a similar version of this warning:

(process:12520): GLib-GIO-WARNING **: 06:47:35.104: Unexpectedly, UWP app `Evernote.Evernote_10.24.3.0_x86__q4d96b2w5wcc2' (AUMId `Evernote.Evernote_q
4d96b2w5wcc2!Evernote') supports 1 extensions but has no verbs

I tried modifying the command suggested to fix it, but with no success.

Have you tried Get-AppXPackage Evernote.Evernote -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}?

Yes, that's the command I used. I ran it in PowerShell as Administrator.

FabiL95 commented 2 years ago

Hi, I get this warning: Fehler Can someone help me?

TonyCrane commented 2 years ago

Hi, I get this warning: Fehler Can someone help me?

Try: Get-AppXPackage 20815shootingapp.AirFileViewer -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} ?

FabiL95 commented 2 years ago

Hi, I get this warning: Fehler Can someone help me?

Try: Get-AppXPackage 20815shootingapp.AirFileViewer -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} ?

thanks for your help, but it didn't work. i still get the same warning..

kogeki commented 2 years ago

happens for me Code_u5nhnG06Xu .

Alexo88 commented 2 years ago

i have this problem (process:2536): GLib-GIO-WARNING **: 19:11:13.968: Unexpectedly, UWP appmicrosoft.windowscommunicationsapps_16005.14326.20544.0_x64__8wekyb3d8bbwe' (AUMId microsoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.mail') supports 1 extensions but has no verbs

suhailxeaser commented 2 years ago

i have this problem (process:2536): GLib-GIO-WARNING **: 19:11:13.968: Unexpectedly, UWP appmicrosoft.windowscommunicationsapps_16005.14326.20544.0_x64__8wekyb3d8bbwe' (AUMId microsoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.mail') supports 1 extensions but has no verbs

Try this: Get-AppXPackage microsoft.windowscommunicationsapps -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Adargi commented 2 years ago

(process:30208): GLib-GIO-WARNING **: 19:35:53.192: Unexpectedly, UWP appIcons8LLC.Lunacy_8.1.0.0_x64__7g68zyg4rddyp' (AUMId Icons8LLC.Lunacy_7g68zyg4rddyp!App') supports 1 extensions but has no verbs

I tried the following in powershell as admin but the error is constant, if anyone finds another fix, I'll be listening!

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

Tdroid20 commented 2 years ago

same here (process:16052): GLib-GIO-WARNING **: 09:36:17.418: Unexpectedly, UWP app '3138AweZip.AweZip_1.4.6.0_x86__ffd303wmbhcjt' (AUMId '3138AweZip.AweZip_ffd303wmbhcjt!App') supports 167 extensions but has no verbs

to solve is simple. Awezip and the "BreeZip: Rar, Zip & 7z Extractor" it must have corrupted. I solved by uninstalling it and reinstalling. try and tell me if it worked

Shirazahmady commented 2 years ago

@Tdroid20 how bro mine keep giving me this (process:7260): GLib-GIO-WARNING **: 14:01:14.486: Unexpectedly, UWP app 6760NGPDFLab.PDFX_1.3.13.0_x64__sbe4t8mqwq93a' (AUMId6760NGPDFLab.PDFX_sbe4t8mqwq93a!App') supports 32 extensions but has no verbs

Now what should i uninstall and reinstall again?

JeroSQ commented 2 years ago

same here (process:16052): GLib-GIO-WARNING **: 09:36:17.418: Unexpectedly, UWP app '3138AweZip.AweZip_1.4.6.0_x86__ffd303wmbhcjt' (AUMId '3138AweZip.AweZip_ffd303wmbhcjt!App') supports 167 extensions but has no verbs

to solve is simple. Awezip and the "BreeZip: Rar, Zip & 7z Extractor" it must have corrupted. I solved by uninstalling it and reinstalling. try and tell me if it worked

Uninstalled BreeZip and the error disappeared. Thanks!

Tdroid20 commented 2 years ago

same here (process:16052): GLib-GIO-WARNING **: 09:36:17.418: Unexpectedly, UWP app '3138AweZip.AweZip_1.4.6.0_x86__ffd303wmbhcjt' (AUMId '3138AweZip.AweZip_ffd303wmbhcjt!App') supports 167 extensions but has no verbs

to solve is simple. Awezip and the "BreeZip: Rar, Zip & 7z Extractor" it must have corrupted. I solved by uninstalling it and reinstalling. try and tell me if it worked

Uninstalled BreeZip and the error disappeared. Thanks!

You're welcome, bro. How nice

Tdroid20 commented 2 years ago

@Tdroid20 how bro mine keep giving me this (process:7260): GLib-GIO-WARNING **: 14:01:14.486: Unexpectedly, UWP app 6760NGPDFLab.PDFX_1.3.13.0_x64__sbe4t8mqwq93a' (AUMId6760NGPDFLab.PDFX_sbe4t8mqwq93a!App') supports 32 extensions but has no verbs

Now what should i uninstall and reinstall again?

uninstall the PDF X app: https://www.microsoft.com/pt-br/p/pdf-x-editar-pdf-leitor-pdf-anotar-pdf-conversor-pdf/9p3cp9g025rm?activetab=pivot:overviewtab

if you uninstall and the error persists let me know

Rhyssa6 commented 2 years ago

I'm also getting one of these errors: I'm running Hashlips Art Engine and when I run node index.js it generates a limited number of editions (currently down to 3) and then pops up this message. The program then continues to generate the rest of my images. (process:12520): GLib-GIO-WARNING **: 06:47:35.104: Unexpectedly, UWP app Evernote.Evernote_10.24.3.0_x86__q4d96b2w5wcc2' (AUMIdEvernote.Evernote_q 4d96b2w5wcc2!Evernote') supports 1 extensions but has no verbs.

I tried running the fix mentioned above in Powershell as Administrator but all it does is add Evernote to my appdata/local/packages folder. I'd never even heard of Evernote before this, let alone used it and I have no need or desire to install it on my computer. Has anyone found a fix for these ***supports 32 extensions but has no verbs errors?

Tdroid20 commented 2 years ago

I'm also getting one of these errors: I'm running Hashlips Art Engine and when I run node index.js it generates a limited number of editions (currently down to 3) and then pops up this message. The program then continues to generate the rest of my images. (process:12520): GLib-GIO-WARNING **: 06:47:35.104: Unexpectedly, UWP app Evernote.Evernote_10.24.3.0_x86__q4d96b2w5wcc2' (AUMIdEvernote.Evernote_q 4d96b2w5wcc2!Evernote') supports 1 extensions but has no verbs.

I will have some time to answer because my native language is Portuguese. evernote must be uninstalled. this link may help to solve your problem. https://help.evernote.com/hc/en-us/articles/208314248-Reinstale-o-Evernote

Again I apologize for the delay in responding or for spelling errors. because i can't speak english very well

Tdroid20 commented 2 years ago

(process:16052): GLib-GIO-WARNING **: 09:36:17.418: Unexpectedly, UWP app '3138AweZip.AweZip_1.4.6.0_x86__ffd303wmbhcjt' (AUMId '3138AweZip.AweZip_ffd303wmbhcjt!App') supports 167 extensions but has no verbs

The exactly same is to me

@Mprogramavimai I already solved this problem in the above cases https://github.com/3b1b/manim/issues/1556#issuecomment-1030676778

Rhyssa6 commented 2 years ago

I'm also getting one of these errors: I'm running Hashlips Art Engine and when I run node index.js it generates a limited number of editions (currently down to 3) and then pops up this message. The program then continues to generate the rest of my images. (process:12520): GLib-GIO-WARNING **: 06:47:35.104: Unexpectedly, UWP app Evernote.Evernote_10.24.3.0_x86__q4d96b2w5wcc2' (AUMIdEvernote.Evernote_q 4d96b2w5wcc2!Evernote') supports 1 extensions but has no verbs.

I will have some time to answer because my native language is Portuguese. evernote must be uninstalled. this link may help to solve your problem. https://help.evernote.com/hc/en-us/articles/208314248-Reinstale-o-Evernote

Again I apologize for the delay in responding or for spelling errors. because i can't speak english very well

Thank you for responding. I can't uninstall Evernote because I've never had it installed. It doesn't appear in my uninstall programs list and I've searched my C: drive in windows explorer. I have no files or folders with the name Evernote.

RobinKoehne commented 1 year ago

Hey. I have the same problem, but with another app..... (process:544): GLib-GIO-WARNING **: 09:39:19.482: Unexpectedly, UWP app 3138AweZip.AweZip_1.4.16.0_x86__ffd303wmbhcjt' (AUMId3138AweZip.AweZip_ffd303wmbhcjt!App') supports 167 extensions but has no verbs

I only have that Problem on VSC, if i run my program (plotting from DataFrames Dates out of a .csv File in Julia) from a CMD, it works fine......

Can someone help?

longlongvip commented 1 year ago

Hey, I meet the same problems

Windows 10
GTX 1065
ManimGL v1.6.1
(process:82216): GLib-GIO-WARNING **: 14:09:23.892: Unexpectedly, UWP app `KDEe.V.LabPlot_2.900.747.0_x64__7vt06qxq7ptv8' (AUMId `KDEe.V.LabPlot_7vt06qxq7ptv8!KDEe.V.LabPlot') supports 1 extensions but has no verbs

(process:82216): GLib-GIO-WARNING **: 14:09:23.915: Unexpectedly, UWP app `KDEe.V.Elisa_22.401.1150.0_x64__7vt06qxq7ptv8' (AUMId `KDEe.V.Elisa_7vt06qxq7ptv8!KDEe.V.Elisa') supports 9 extensions but has no verbs

(process:82216): GLib-GIO-WARNING **: 14:09:23.924: Unexpectedly, UWP app `KDEe.V.Okular_22.401.1031.0_x64__7vt06qxq7ptv8' (AUMId `KDEe.V.Okular_7vt06qxq7ptv8!KDEe.V.Okular') supports 5 extensions but has no verbs

Can someone help?

Bluevect commented 1 year ago

Hey, I got a similar warning after installing the Windows 11 22H2 Update.

ManimGL v1.6.1
0 Waiting:  33%|############################6                                                         | 10/30 [00:00<00:00, 33.49it/s]
(process:26268): GLib-GIO-WARNING **: 11:21:16.554: Unexpectedly, UWP app `Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt' (AUMId `Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 46 extensions but has no verbs

Before the update, it all went well, I guess that's because the update brought a new UWP app called ClipChamp.

Qinggao1729 commented 1 year ago

Hey, I got a similar warning after installing the Windows 11 22H2 Update.

ManimGL v1.6.1
0 Waiting:  33%|############################6                                                         | 10/30 [00:00<00:00, 33.49it/s]
(process:26268): GLib-GIO-WARNING **: 11:21:16.554: Unexpectedly, UWP app `Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt' (AUMId `Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 46 extensions but has no verbs

Before the update, it all went well, I guess that's because the update brought a new UWP app called ClipChamp.

same

arvindsamriya commented 1 year ago

Hey, I got a similar warning after installing the Windows 11 22H2 Update.

ManimGL v1.6.1
0 Waiting:  33%|############################6                                                         | 10/30 [00:00<00:00, 33.49it/s]
(process:26268): GLib-GIO-WARNING **: 11:21:16.554: Unexpectedly, UWP app `Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt' (AUMId `Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 46 extensions but has no verbs

Before the update, it all went well, I guess that's because the update brought a new UWP app called ClipChamp.

same issue, someone please provide a fast, I have stuck at this.

arvindsamriya commented 1 year ago

Hey, I got a similar warning after installing the Windows 11 22H2 Update.

ManimGL v1.6.1
0 Waiting:  33%|############################6                                                         | 10/30 [00:00<00:00, 33.49it/s]
(process:26268): GLib-GIO-WARNING **: 11:21:16.554: Unexpectedly, UWP app `Clipchamp.Clipcham
p_2.2.8.0_neutral__yxz26nhyzhsrt' (AUMId `Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 46 extensions but has no verbs

Before the update, it all went well, I guess that's because the update brought a new UWP app called ClipChamp.

please help if u have resolved it, this is the ss

Screenshot (24)

bcink commented 1 year ago

Same here but supports 41 extensions...

(process:13932): GLib-GIO-WARNING **: 11:30:12.029: Unexpectedly, UWP app Clipchamp.Clipchamp_2.5.1.0_neutral__yxz26nhyzhsrt' (AUMIdClipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs

71CAT commented 1 year ago

Same here GLib-GIO-WARNING **: 10:23:05.209: Unexpectedly, UWP app Clipchamp.Clipchamp_2.5.1.0_neutral__yxz26nhyzhsrt' (AUMIdClipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs

omerdovan commented 1 year ago

Hello everyone, currently I'm using Hashlips Art Engine and an error have occured. Can you help me with that? I run "npm run generate" but afterwards the error "GLib-GIO-WARNING **: 22:47:22.498: Unexpectedly, UWP app draw.io.draw.ioDiagrams_20.2.3.0_x64__1zh33159kp73c' (AUMId draw.io.draw.ioDiagrams_1zh33159kp73c!draw.io.draw.ioDiagrams') supports 2 extensions but has no verbs" shows up. I'm currently on Windows 10 x64. All the best! 2

amanjain487 commented 1 year ago

uninstall clipchamp, and u will not see that warning again.

bcink commented 1 year ago

Can confirm that seems to have resolved the issue.

Wangbiao2 commented 1 year ago

(python.exe:23456): GLib-GIO-WARNING **: 20:36:45.469: Unexpectedly, UWP app 20815shootingapp.AirFileViewer_1.5.2.0_x86__xcg28tkrsnqww' (AUMId20815shootingapp.AirFileViewer_xcg28tkrsnqww!App') supports 318 extensions but has no verbs

Wangbiao2 commented 1 year ago

Hi, I get this warning: Fehler Can someone help me?

Try: Get-AppXPackage 20815shootingapp.AirFileViewer -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} ?

thanks for your help, but it didn't work. i still get the same warning..

I met the same problem today. How did you solve it

bcink commented 1 year ago

Hi, I get this warning: Fehler Can someone help me?

Try: Get-AppXPackage 20815shootingapp.AirFileViewer -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} ?

thanks for your help, but it didn't work. i still get the same warning..

I met the same problem today. How did you solve it

If you don't need ClipChamp for anything, which you shouldn't, uninstall it and try again.

Wangbiao2 commented 1 year ago

Hi, I get this warning: Fehler Can someone help me?

Try: Get-AppXPackage 20815shootingapp.AirFileViewer -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} ?

thanks for your help, but it didn't work. i still get the same warning..

I met the same problem today. How did you solve it

If you don't need ClipChamp for anything, which you shouldn't, uninstall it and try again.

Thank you very much for your reply, but the problem I encountered was not clipchampe, but AirFileviewer, and opencv would prompt many GStreamer warnings when I was running cv2.VideoCapture to read avi format video. I would like to know how to install the system plug-in that opencv lacks. I am very eager to get your help [ WARN:0@11.879] global C:\b\abs_74oeeuevib\croots\recipe\opencv-suite_1664548340488\work\modules\videoio\src\cap_gstreamer.cpp (2386) cv::handleMessage OpenCV | GStreamer warning: your GStreamer installation is missing a required plugin [ WARN:0@11.881] global C:\b\abs_74oeeuevib\croots\recipe\opencv-suite_1664548340488\work\modules\videoio\src\cap_gstreamer.cpp (2402) cv::handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module uridecodebin0 reported: Your GStreamer installation is missing a plug-in. [ WARN:0@11.882] global C:\b\abs_74oeeuevib\croots\recipe\opencv-suite_1664548340488\work\modules\videoio\src\cap_gstreamer.cpp (1356) cv::GStreamerCapture::open OpenCV | GStreamer warning: unable to start pipeline [ WARN:0@11.906] global C:\b\abs_74oeeuevib\croots\recipe\opencv-suite_1664548340488\work\modules\videoio\src\cap_gstreamer.cpp (862) cv::GStreamerCapture::isPipelinePlaying OpenCV

busraercelik commented 1 year ago

remove Clipchamp

  1. Open Windows Terminal as Administrator by pressing Win + X and selecting Windows Terminal (Admin).
  2. Type or copy-paste the following command Get-AppxPackage *Clipchamp* | Remove-AppxPackage.
MoRuichen commented 1 year 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

I got a solution, use JeroSQ's idea, see following prompt, Get-AppXPackage Microsoft.Office.OneNote -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} i use this prompt to solve this problem GLib-GIO-WARNING **: 23:50:55.852: Unexpectedly, UWP appMicrosoft.Office.OneNote_16001.14326.21386.0_x64__8wekyb3d8bbwe' (AUMId Microsoft.Office.OneNote_8wekyb3d8bbwe!microsoft.onenoteim') supports 2 extensions but has no verbs

see this prompt Get-AppXPackage abcdefghijklmnopq -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"},in this warning,we change "abcdefghijklmnopq" to "Microsoft.Office.OneNote" and then we can solve following problem by change "abcdefghijklmnopq" to "Microsoft.MSPaint" '(process:21368): GLib-GIO-WARNING **: 23:50:55.790: Unexpectedly, UWP app Microsoft.MSPaint_6.2203.1037.0_x64__8wekyb3d8bbwe' (AUMIdMicrosoft.MSPaint8wekyb3d8bbwe!Microsoft.MSPaint') supports 17 extensions but has no verbs' The number or letter after the '' symbol is the version number, just change app name

MoRuichen commented 1 year ago

Hello everyone, currently I'm using Hashlips Art Engine and an error have occured. Can you help me with that? I run "npm run generate" but afterwards the error "GLib-GIO-WARNING **: 22:47:22.498: Unexpectedly, UWP app draw.io.draw.ioDiagrams_20.2.3.0_x64__1zh33159kp73c' (AUMId draw.io.draw.ioDiagrams_1zh33159kp73c!draw.io.draw.ioDiagrams') supports 2 extensions but has no verbs" shows up. I'm currently on Windows 10 x64. All the best! 2

try this ‘Get-AppXPackage draw.io.draw.ioDiagrams -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}’

saulthu commented 1 year ago

Thanks all for the suggestions, but is there any solution to this that doesn't involve uninstalling UWP programs that are being warned about? What is the true cause of these warnings? What do they mean? Why so many different UWP apps are being triggered by manim? Surely hiding the symptoms is not a real fix. Telling all users to uninstall their other apps isn't a viable solution for me. Thanks.

dx3906999 commented 1 year ago

Run a command prompt as administrator and paste the following:

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

It doesn't work. I got an error: "(process:23960): GLib-GIO-WARNING **: 21:50:07.554: Unexpectedly, UWP app Microsoft.ScreenSketch_11.2303.17.0_x64__8wekyb3d8bbwe' (AUMIdMicrosoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs

(process:23960): GLib-GIO-WARNING **: 21:50:07.557: Unexpectedly, UWP app Clipchamp.Clipchamp_2.6.2.0_neutral__yxz26nhyzhsrt' (AUMIdClipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs"

sys:win11

HenYu-Yo commented 1 year ago

I'm also having the same problem, but I've tried all the methods and it says 29 extensions, so I guess I should need to use other solutions.

(process:11184): GLib-GIO-WARNING **: 09:43:42.605: Unexpectedly, UWP app Microsoft.ScreenSketch_11.2303.17.0_x64__8wekyb3d8bbwe' (AUMIdMicrosoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs

PIBSAS commented 11 months ago

For the guys having the same problem but with Microsoft.ScreenSketch @nbnb691096047 @HenYu-Yo the solution is a little different in syntax: Get-AppXPackage *Microsoft.ScreenSketch* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Just that! without asterisc we still have the problem, putting the name_of_software_failing* make the solution propose in this issue works, thanks to @itsauric for the initial solution.

EDIT: After reboot, the problem came again! Environment OS System: win11 22H2 22621.2134 Manim Community version: 0.17.3 Python Version: Python v3.11.4:d2340ef

CyberniaXie commented 6 months ago

Oh, the way has useless,my terminal shows as following: (process:40300): GLib-GIO-WARNING **: 20:38:40.720: Unexpectedly, UWP app Microsoft.ScreenSketch_11.2310.54.0_x64__8wekyb3d8bbwe' (AUMIdMicrosoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs

commusim commented 6 months ago

I have these qustions on the windows 11 when i was running the manim code ,can you tell me how to solve it?Thanks

(process:19308): GLib-GIO-WARNING **: 21:09:22.579: Unexpectedly, UWP app Bandisoft.com.15700C60EE320_7.32.13.0_x64__dytvnjx3s1h08' (AUMIdBandisoft.com.15700C60EE320_dytvnjx3s1h08!Bandizip') supports 36 extensions but has no verbs

(process:19308): GLib-GIO-WARNING **: 21:09:22.652: Unexpectedly, UWP app Clipchamp.Clipchamp_2.8.3.0_neutral__yxz26nhyzhsrt' (AUMIdClipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs

(process:19308): GLib-GIO-WARNING **: 21:09:22.708: Unexpectedly, UWP app Microsoft.ScreenSketch_11.2310.54.0_x64__8wekyb3d8bbwe' (AUMIdMicrosoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs

Plodistyi commented 3 months ago

I have same problem and resolve this warnings using 'Windows PowerShell ISE' from the start win menu.

Just write: Get-AppxPackage program_name | Remove-AppxPackage and it works.

Example: Get-AppxPackage Clipchamp | Remove-AppxPackage.

After that my python script run without this warnings.