VitalElement / AvalonStudio

Cross platform IDE and Shell
GNU Lesser General Public License v3.0
1.63k stars 237 forks source link

[Manjaro Linux] Unable to Load Previewer #710

Closed swratten closed 5 years ago

swratten commented 5 years ago

I'm using the latest Avalonia UI, using .Net Core 2.2 The project Builds and Runs correctly. This is just the default generated avalonia.app by AvalonStudio avalonstudio

swratten commented 5 years ago

Also an FYI I built from git source

SiebrenW commented 5 years ago

Same issue on Ubuntu 18.04 with application compiled from source, same error. Somewhere it seems to have hardcoded the directory to a Windows specific one (D:\a\1\s\src...) or something. A github search didn't reveal the culprit though...

danwalmsley commented 5 years ago

I need to update the Avalonia remote library to be compatible. For now as a workaround you can update your csproj to use nightly builds of avalonia for compatibility see Avalonia wiki

kekekeks commented 5 years ago

Whoops, it seems that we need to fix our BSON deserializer on Avalonia side to skip unknown properties.

danwalmsley commented 5 years ago

going forward this will no longer be a problem, now fixed on avalonia side.

Make sure your app targets 0.7.1-cibuild0001329-beta or above to prevent issues.