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

[Bug] Default sample fails to export #30

Closed
jcoliz opened this issue Jul 7, 2024 · 0 comments
Closed

[Bug] Default sample fails to export #30

jcoliz opened this issue Jul 7, 2024 · 0 comments

Comments

@jcoliz
Copy link
Owner

jcoliz commented Jul 7, 2024

  1. Fresh install of 0.9.1
  2. Immediately Export without making any changes.
  3. Choose any output location
  4. Press save

Result:
Output presentation is blank

Expected:
Properly exported

Logs:

2024-07-06 20:36:32.616 -07:00 [ERR] Export failed
System.ApplicationException: Unable to load image wine.png
 ---> System.InvalidOperationException: Sequence contains no elements
   at System.Linq.ThrowHelper.ThrowNoElementsException()
   at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
   at LogoSlideMaker.Export.ImageCache.LoadImageAsync(String filename)
   at LogoSlideMaker.Export.ImageCache.LoadAsync(String path)
   --- End of inner exception stack trace ---
   at LogoSlideMaker.Export.ImageCache.LoadAsync(String path)
   at LogoSlideMaker.Export.ImageCache.LoadAsync(IEnumerable`1 paths)
   at LogoSlideMaker.Export.ExportPipeline.LoadAndMeasureAsync(String basePath)
   at LogoSlideMaker.WinUi.ViewModels.MainViewModel.ExportToAsync(String outPath)
   at LogoSlideMaker.WinUi.MainWindow.DoExport_Click(Object _, RoutedEventArgs __)
@jcoliz jcoliz closed this as completed in 5033b21 Jul 7, 2024
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

1 participant