Closed ghost closed 5 years ago
Same issue
This is Avalonia UI related issue. So I will close this issue
Update:
Found temporary solution for this issue
Needed file changes:
Change <AvaloniaVersion>0.7.1-build782-beta</AvaloniaVersion>
line in file AvaloniaStudio/Directory.Build.targets
to <AvaloniaVersion>0.7.1-build712-beta</AvaloniaVersion>
Change <AvaloniaVersion>0.7.1-build782-beta</AvaloniaVersion>
line in file AvalonStudio/AvalonStudio.Shell/src/Versions.props
to <AvaloniaVersion>0.7.1-build712-beta</AvaloniaVersion>
then build AvalonStudio again, and it should work.
After this AvalonStudio will use older version of Avalonia UI that does not have this issue.
After clicking on "new solution" button on start page, "new solution" window fails to render and after few seconds AvalonStudio crashes. Using AvalonStudio from "develop" branch
basic system info: -Ubuntu 18.04 LTS 64bit -MATE desktop enviroment 1.20.1 -kernel 4.20rc4
log:
screenshot before crash:
edit: fixed typo