Floogen / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
116 stars 32 forks source link

Cant Preview MainWindow.axaml #216

Open MelanieNSoares opened 4 months ago

MelanieNSoares commented 4 months ago

When I try to preview the MainWindow.axaml file to see its layout i get a invalid markup error and the following in the Avalonia Diagnostics window :

[Error] 13080 UpdateXamlResult error 18:05:05:177 System.Xaml.XamlException: Value cannot be null. (Parameter 'path1')

I'm new to Avalonia so I don't know what I'm doing wrong. Building the code works fine, its only this window that cant be previewed.

codecat commented 2 months ago

path1 might be some parameter in your code? I can't find path1 in the Avalonia source.

I am running into something similar, but the parameter name is control. This error is very vague, and I kinda wish there was a stacktrace for the exception so we can actually get some more information about what's going on here.