Code Monkey home page Code Monkey logo

Comments (6)

karkarl avatar karkarl commented on May 27, 2024 1

This should be resolved with #1480 soon

from winui-gallery.

Jay-o-Way avatar Jay-o-Way commented on May 27, 2024 1

Duplicate of #1477

from winui-gallery.

Jay-o-Way avatar Jay-o-Way commented on May 27, 2024

There seems to be an issue with the video - at least for me, at the moment. Can you check it. And also give steps to reproduce in text please. Thanks :)

from winui-gallery.

Mikachu2333 avatar Mikachu2333 commented on May 27, 2024

Sorry for use H265 codec and this caused the video unable to play.

Steps:

  1. Open the application
  2. Click Settings
  3. Crash
crash.mp4

from winui-gallery.

Jay-o-Way avatar Jay-o-Way commented on May 27, 2024

Can reproduce. @marcelwgn high priority.
All I got from Visual Studio is a quick

Exception thrown: 'System.InvalidOperationException' in System.Linq.dll
Exception thrown at 0x00007FF93D4553AC (KernelBase.dll) in WinUIGallery.exe: WinRT originate error - 0x80131509 : 'Sequence contains no elements'.
Microsoft.ui.xaml.dll!00007FF850109151: CallContext:[\ImageDecodeActivity] 80131509 - The program '[22664] WinUIGallery.exe' has exited with code 1 (0x1).

At the moment I'm suspecting something in WinAppSdkRuntimeDetails but I'm not sure. @Scottj1s

public static string WinAppSdkRuntimeDetails
{
get
{
// Retrieve Windows App Runtime version info dynamically
var windowsAppRuntimeVersion =
from module in Process.GetCurrentProcess().Modules.OfType<ProcessModule>()
where module.FileName.EndsWith("Microsoft.WindowsAppRuntime.Insights.Resource.dll")
select FileVersionInfo.GetVersionInfo(module.FileName);
return WinAppSdkDetails + ", Windows App Runtime " + windowsAppRuntimeVersion.First().FileVersion;
}
}

from winui-gallery.

karkarl avatar karkarl commented on May 27, 2024

@Mikachu2333 To debug a store app, you can try attach to process with Visual Studio: https://learn.microsoft.com/en-us/visualstudio/debugger/attach-to-running-processes-with-the-visual-studio-debugger?view=vs-2022

Let me know if this helps.

from winui-gallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.