Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLib-GIO-WARNING #1556

Open
singleman opened this issue Jun 19, 2021 · 52 comments
Open

GLib-GIO-WARNING #1556

singleman opened this issue Jun 19, 2021 · 52 comments

Comments

@singleman
Copy link

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

@jiaweike
Copy link

I also had the same warnings.

@JeroSQ
Copy link

JeroSQ commented Jul 29, 2021

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
Copy link

Run a command prompt as administrator and paste the following:

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

@Mprogramavimai
Copy link

(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
Copy link

JeroSQ commented 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

@MateHUNAa
Copy link

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
Copy link

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
Copy link
Collaborator

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
Copy link

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
Copy link

FabiL95 commented Nov 15, 2021

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

@TonyCrane
Copy link
Collaborator

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
Copy link

FabiL95 commented Nov 16, 2021

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
Copy link

kogeki commented Nov 17, 2021

happens for me
Code_u5nhnG06Xu
.

@Alexo88
Copy link

Alexo88 commented Dec 30, 2021

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

@suhailxeaser
Copy link

i have this problem (process:2536): GLib-GIO-WARNING **: 19:11:13.968: Unexpectedly, UWP app microsoft.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
Copy link

Adargi commented Jan 24, 2022

(process:30208): GLib-GIO-WARNING **: 19:35:53.192: Unexpectedly, UWP app Icons8LLC.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"}

@skyrimbur
Copy link

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
Copy link

@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' (AUMId 6760NGPDFLab.PDFX_sbe4t8mqwq93a!App') supports 32 extensions but has no verbs

Now what should i uninstall and reinstall again?

@JeroSQ
Copy link

JeroSQ commented Feb 20, 2022

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!

@skyrimbur
Copy link

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

@skyrimbur
Copy link

@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' (AUMId 6760NGPDFLab.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
Copy link

Rhyssa6 commented Mar 1, 2022

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' (AUMId Evernote.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?

@skyrimbur
Copy link

skyrimbur commented Mar 1, 2022

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' (AUMId Evernote.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

@skyrimbur
Copy link

skyrimbur commented Mar 1, 2022

(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
#1556 (comment)

@Rhyssa6
Copy link

Rhyssa6 commented Mar 2, 2022

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' (AUMId Evernote.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
Copy link

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' (AUMId 3138AweZip.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
Copy link

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
Copy link

Bluevect commented Oct 4, 2022

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
Copy link

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
Copy link

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
Copy link

arvindsamriya commented Oct 30, 2022

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
Copy link

bcink commented Oct 30, 2022

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' (AUMId Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs

@71CAT
Copy link

71CAT commented Nov 5, 2022

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

@omerdovan
Copy link

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
Copy link

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

@bcink
Copy link

bcink commented Nov 21, 2022

Can confirm that seems to have resolved the issue.

@Wangbiao2
Copy link

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

@Wangbiao2
Copy link

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
Copy link

bcink commented Feb 17, 2023

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
Copy link

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:[email protected]] 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:[email protected]] 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:[email protected]] 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:[email protected]] global C:\b\abs_74oeeuevib\croots\recipe\opencv-suite_1664548340488\work\modules\videoio\src\cap_gstreamer.cpp (862) cv::GStreamerCapture::isPipelinePlaying OpenCV

@busraercelik
Copy link

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
Copy link

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

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 app Microsoft.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' (AUMId Microsoft.MSPaint_8wekyb3d8bbwe!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
Copy link

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
Copy link

saulthu commented Jun 13, 2023

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
Copy link

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' (AUMId Microsoft.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' (AUMId Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs"

sys:win11

@HenYu-Yo
Copy link

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' (AUMId Microsoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs

@PIBSAS
Copy link

PIBSAS commented Aug 19, 2023

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
Copy link

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' (AUMId Microsoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs

@commusim
Copy link

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' (AUMId Bandisoft.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' (AUMId Clipchamp.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' (AUMId Microsoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs

@Plodistyi
Copy link

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.

@duke8804
Copy link

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' (AUMId Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows') supports 4 extensions but has no verbs

@danielcranford
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests