ahopper

Results 37 comments of ahopper

Hi sorry for my absence from this project, my initial use which faded may be starting up again. The 0.9.x release of Avalonia is very stable, the mods to text...

I'm seeing the same error on rpi4 with .net6.0 on 32 bit raspbian, on 64 bit it works fine.

The stack trace is Fatal error. Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.System.AccessViolationException: Attempted to read or...

Good spot, I suspect the problem is upstream https://github.com/jmacato/fluentui-system-icons/tree/master/AvaloniaImporter . The icons there appear to be the same for regular and filled.

@jmacato I think the issue is here https://github.com/jmacato/fluentui-system-icons/blob/e34bcf988f2b55915895276950e0607206015f91/AvaloniaImporter/Program.cs#L54 so regular is used for both. I've got to give some thought to PathIcon as some icons are not monochrome and I'm...

Try previewing Views/MainWindow . It is normal not to be able to preview App.xaml as it does not have anything visual

That is what the error is saying, I guess there could be confusion between Application (the object in the xaml) and your App (the whole program).

Your app appears to be throwing a managed exception, try logging it in Main in program.cs . One common cause of this is the current directory is different when a...

> > Your app appears to be throwing a managed exception, try logging it in Main in program.cs . One common cause of this is the current directory is different...

I'm not sure if this is useful but the following works on windows, there are further options as to exactly what is allowed such as keeping the screen on ```...