Tim Miller
Tim Miller
Going by the stack trace, I believe this will either be a runtime bug, or an issue with your service. There's a connection issue with accessing your service and my...
I don't doubt you have an issue; it's that based on that stack trace, your issue isn't a MAUI UI one, but a [runtime issue](https://github.com/dotnet/runtime). The underlying exception is in...
@kirb I think you're right that #14927 is the same as your issue. That error is [kCVReturnInvalidArgument](https://developer.apple.com/documentation/corevideo/kcvreturninvalidargument) (which would jive with what's happening here since there are no active displays,...
If you could please make a reproduction project of your steps, debugging and stepping through your issue would be much easier. I know it's inconvenient, but it would be a...
As mentioned by @StephaneDelcroix, this is unrelated to the MAUI UI Project. This is generic tooling handled by the runtime and to the best of my knowledge, MAUI does not...
``` 0 libFontParser.dylib 0x18d5e5700 TTrueTypeFontHandler::GetBounds(unsigned int, double&, double&, double&, double&, bool) const + 160 1 libFontParser.dylib 0x18d603d30 TFPFont::GetGlyphIdealBounds(unsigned int) const + 148 2 libFontParser.dylib 0x18d4503e8 FPFontGetGlyphIdealBounds + 60 3 CoreGraphics...
Could you please create a small reproduction sample project that we can deploy to try this?
I have my own Native [Interop implementation ](https://github.com/drasticactions/avalonia-native-repros/tree/bf042250cf909748b4e627dc5e9dff8a5801cbd4) and it's running on 26, But this is using an NSWindow and adding to its subview, not using a storyboard nor an...
Cleaned bin/obj, bumped dependencies, ran it again, checked it was running with Skia 3. New Avalonia App Template, bumped dependencies, clean bin/obj, build, run. Works. I can repro that crash...
LOL, so this is great. I cleaned bin/obj, rebuilt that repro project, ran it... and it magically worked. It did crash when I was first testing it, but after making...