-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
All sammples in Navigation fail to run #546
Comments
Are you trying to run the Windows .NET MAUI app? Did you try any other platforms? What is the project you're trying to run? |
Yes, I just downloaded MAUI samples and tried to run a sample. It just fails.
I tried several samples from the directory Navigation in .Net9.0. They all failed the same way.
For the time being I will just wait a few months see if the becomes a more stable plateform to work on.
Rgds
Pierre
From: Gerald Versluis ***@***.***>
Sent: 10 December 2024 16:27
To: dotnet/maui-samples ***@***.***>
Cc: pierresa ***@***.***>; Author ***@***.***>
Subject: Re: [dotnet/maui-samples] All sammples in Navigation fail to run (Issue #546)
Are you trying to run the Windows .NET MAUI app? Did you try any other platforms? What is the project you're trying to run?
—
Reply to this email directly, view it on GitHub<#546 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADBLK36NGOAIFMHIMZ55CX32E4B5DAVCNFSM6AAAAABSXMQ5D6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZSGA2DGNRRHA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
I'm getting the exact same problem with the SkiaSharpDemos. I'm running it on Windows. NET 9.0. It very occasionally does run so I've seen a lot of the demos in this app. It really is awesome. So many samples touching on a lot of things I want to do so to all the contributors... Thank You. |
A couple of other things I've noticed different on Windows than on IOS. The 'Home' title text is left aligned whereas IOS is center aligned. But a much bigger difference is that Windows has a large highlighted blank box between the menu title and the list in the table view. It's by default 'highlighted' with a black outline box. If you select it, the black outline box disappears. If I was to guess, I'd say that all the code for the TableView list of items is buggy and that's likely why it crashes at boot up ( I just tried running it 20 times and it successfully ran 8 times ). |
So I'm new to programming in C#. I took the SkiaSharpDemos and created my own little app that uses the same TableView to let me go to single screen menus that I'm messing around with. They are basically each a sandbox menu for me to mess around with. So I used the same MainPage.xaml from SkiaSharpDemos. My App runs 100% of the time on Windows and produces the same kind of list. When I run it, I get the invisible 'highlighted' box that I mentioned above but only sometimes. I ran it 20 times and it appeared 'highlighted' 9 of those 20. Almost exactly the same odds as the SkiaSharpDemos app successfully running ( which ALWAYS shows the highlighted box when it does run ) . So not concrete proof but I'm definitely betting that the SkiaSharpDemos crash is happening when that weird box is in an 'unhighlighted' state. |
They compile OK but then I get:
The program '[33524] TabbedPage.exe' has exited with code 3221226356 (0xc0000374).
when trying to run
Is there something wrong in my config (using .net9.0, VS 2022 lates version)
Thank yo
Pierre
The text was updated successfully, but these errors were encountered: