Skip to content

New package: RikkiGibson.DreamPotato version 0.2.0#357373

Merged
microsoft-github-policy-service[bot] merged 1 commit intomicrosoft:masterfrom
DandelionSprout:dreamp-n
Apr 13, 2026
Merged

New package: RikkiGibson.DreamPotato version 0.2.0#357373
microsoft-github-policy-service[bot] merged 1 commit intomicrosoft:masterfrom
DandelionSprout:dreamp-n

Conversation

@DandelionSprout
Copy link
Copy Markdown
Contributor

@DandelionSprout DandelionSprout commented Apr 10, 2026

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.12 schema?

Note: <path> is the directory's name containing the manifest you're submitting.


Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-138-357373-20260410-1

@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Apr 10, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot enabled auto-merge (squash) April 10, 2026 08:00
@stephengillie
Copy link
Copy Markdown
Collaborator

stephengillie commented Apr 10, 2026

Manual Validation ended with:

Fault bucket 1459317346727482592, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: DreamPotato.exe
P2: 0.2.0.0
P3: 68278271
P4: KERNELBASE.dll
P5: 10.0.22621.6060
P6: 5dcc5c14
P7: e0434352
P8: 000000000006055c
P9:
P10:

Attached files:
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.ebf12e86-0c56-44db-8257-9ec588661156.tmp.dmp
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.61ab4aae-08bc-4c45-9c94-8ffcbaef169f.tmp.WERInternalMetadata.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.7a49457f-7b9f-4fcc-bb82-54e0f6fb6182.tmp.csv
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.2a065906-2af4-4b3f-98ea-eb5d2bd91ad1.tmp.txt
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.72626f2a-1759-497a-985d-27fbdc3df728.tmp.xml

These files may be available here:
\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_DreamPotato.exe_15bc15810c0bc53554b8ba214427cebeac5f1e_e31e45a4_8f1a62a4-1c63-4b53-a80f-e313900e243a

Analysis symbol:
Rechecking for solution: 0
Report Id: 2bd956da-f15b-4f63-8c27-da52e2325a4c
Report Status: 268435456
Hashed bucket: 508f471d666028a2644089652241d4e0
Cab Guid: 0


Faulting application name: DreamPotato.exe, version: 0.2.0.0, time stamp: 0x68278271
Faulting module name: KERNELBASE.dll, version: 10.0.22621.6060, time stamp: 0x5dcc5c14
Exception code: 0xe0434352
Fault offset: 0x000000000006055c
Faulting process id: 0x0x17D8
Faulting application start time: 0x0x1DCC93ECB85F1B6
Faulting application path: C:\Users\User\AppData\Local\Microsoft\WinGet\Packages\RikkiGibson.DreamPotato__DefaultSource\DreamPotato.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 2bd956da-f15b-4f63-8c27-da52e2325a4c
Faulting package full name:
Faulting package-relative application ID:


Application: DreamPotato.exe
CoreCLR Version: 9.0.625.26613
.NET Version: 9.0.6
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Failed to create graphics device!
---> System.PlatformNotSupportedException: MonoGame requires either ARB_framebuffer_object or EXT_framebuffer_object.Try updating your graphics drivers.
at Microsoft.Xna.Framework.Graphics.GraphicsDevice.FramebufferHelper.Create(GraphicsDevice gd)
at Microsoft.Xna.Framework.Graphics.GraphicsDevice.PlatformInitialize()
at Microsoft.Xna.Framework.Graphics.GraphicsDevice.Initialize()
at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation gdi)
at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice()
--- End of inner exception stack trace ---
at Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice()
at Microsoft.Xna.Framework.Game.DoInitialize()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at Program.

$(String[] args) in D:\a\DreamPotato\DreamPotato\src\DreamPotato.MonoGame\Program.cs:line 14

(Automated response - build 1247.)

Edit: Hi @DandelionSprout,

Does this application work for you? In the logs above, I see:

Exception Info: Microsoft.Xna.Framework.Graphics.NoSuitableGraphicsDeviceException: Failed to create graphics device!
---> System.PlatformNotSupportedException: MonoGame requires either ARB_framebuffer_object or EXT_framebuffer_object.Try updating your graphics drivers.

Which I believe indicates that the application is blocked by the inferior OpenGL drivers on the approval VMs. Verify:
image

@stephengillie stephengillie added the Needs-Author-Feedback This needs a response from the author. label Apr 10, 2026
@DandelionSprout
Copy link
Copy Markdown
Contributor Author

It does seem to work on my end:

image

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Apr 11, 2026
@stephengillie stephengillie removed the Needs-Attention This work item needs to be reviewed by a member of the core team. label Apr 13, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 3f3a595 into microsoft:master Apr 13, 2026
1 check passed
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Apr 13, 2026
@wingetbot
Copy link
Copy Markdown
Collaborator

Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Moderator-Approved One of the Moderators has reviewed and approved this PR New-Package Publish-Pipeline-Succeeded Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants