GLib-GIO-WARNING
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 also had the same warnings.
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
Run a command prompt as administrator and paste the following:
Get-AppXPackage Microsoft.ZuneVideo -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
(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
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
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.
(process:10616): GLib-GIO-WARNING **: 11:33:08.277: Unexpectedly, UWP app Microsoft.WindowsSoundRecorder_10.1906.1972.0_x64__8wekyb3d8bbwe' (AUMId Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe!App') supports 1 extensions but has no verbs
it occurs whenever I run the ts-node cmd.
Run a command prompt as administrator and paste the following:
Get-AppXPackage Microsoft.WindowsSoundRecorder -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Great. I have fixed. I have run this command in Power Shell Admin. And then run cmd again.
Wow. Thanks a lot.
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.
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 verbsI 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"}?
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 verbsI 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.
Hi, I get this warning:
Can someone help me?
Hi, I get this warning:
Can someone help me?
Try: Get-AppXPackage 20815shootingapp.AirFileViewer -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} ?
Hi, I get this warning:
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..
happens for me
.
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
i have this problem
(process:2536): GLib-GIO-WARNING **: 19:11:13.968: Unexpectedly, UWP appmicrosoft.windowscommunicationsapps_16005.14326.20544.0_x64__8wekyb3d8bbwe' (AUMIdmicrosoft.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"}
(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"}
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
@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?
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 verbsto 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!
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 verbsto 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 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 verbsNow 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
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?
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
(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
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.
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?
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?
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.
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 verbsBefore the update, it all went well, I guess that's because the update brought a new UWP app called ClipChamp.
same
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 verbsBefore 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.