Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install AvalonStudio with ubuntu20.04LTS #760

Open
tousei-seiso opened this issue Nov 11, 2020 · 1 comment
Open

Unable to install AvalonStudio with ubuntu20.04LTS #760

tousei-seiso opened this issue Nov 11, 2020 · 1 comment

Comments

@tousei-seiso
Copy link

kubuntu 20.04LTS.

Following the installing instruction 'Building from source'., I created a locally built binary and execute it.
Unhandled exception occured as below.

./AvalonStudio Unhandled exception. System.InvalidOperationException: Default font family name can't be null or empty. at Avalonia.Media.FontManager..ctor(IFontManagerImpl platformImpl) at Avalonia.Media.FontManager.get_Current() at Avalonia.Rendering.RendererBase..ctor(Boolean useManualFpsCounting) at Avalonia.Rendering.DeferredRenderer..ctor(IRenderRoot root, IRenderLoop renderLoop, ISceneBuilder sceneBuilder, IDispatcher dispatcher, IDeferredRendererLock rendererLock) at Avalonia.X11.X11Window.CreateRenderer(IRenderRoot root) at Avalonia.Controls.TopLevel..ctor(ITopLevelImpl impl, IAvaloniaDependencyResolver dependencyResolver) at Avalonia.Controls.WindowBase..ctor(IWindowBaseImpl impl, IAvaloniaDependencyResolver dependencyResolver) at Avalonia.Controls.WindowBase..ctor(IWindowBaseImpl impl) at Avalonia.Controls.Window..ctor(IWindowImpl impl) at Avalonia.Controls.Window..ctor() at AvalonStudio.Shell.Controls.MetroWindow..ctor() in /home/osamu/prj/AvalonStudio/AvalonStudio.Shell/src/AvalonStudio.Shell/Controls/MetroWindow.cs:line 63 at AvalonStudio.MainWindow..ctor() in /home/osamu/prj/AvalonStudio/AvalonStudio/AvalonStudio/MainWindow.xaml.cs:line 15 at AvalonStudio.App.OnFrameworkInitializationCompleted() in /home/osamu/prj/AvalonStudio/AvalonStudio/AvalonStudio/App.paml.cs:line 18 at Avalonia.Controls.AppBuilderBase1.Setup()
at Avalonia.Controls.AppBuilderBase`1.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
at AvalonStudio.Shell.Shell.StartShellApp[TAppBuilder](TAppBuilder builder, String appName, ShellAppMainDelegate main, String[] args, IFactory layoutFactory) in /home/osamu/prj/AvalonStudio/AvalonStudio.Shell/src/AvalonStudio.Shell/Shell.cs:line 17
at AvalonStudio.Program.Main(String[] args) in /home/osamu/prj/AvalonStudio/AvalonStudio/AvalonStudio/Program.cs:line 32
Aborted(Core dump)

Next, following 'Build AvalonStudio on Ubuntu 18.04', I proceeded step by step up to './build.sh'.
But the result of './build.sh' is error like below:

Analyzing build script...
Processing build script...
Installing tools...
Installing addins...
Compiling build script...
Error: The assembly name is invalid.

Failed both try.
Is AvalonStudio able to install to ubuntu20.04LTS?
Is there anyway to install AvalonStudio without an error?

@najlot
Copy link
Contributor

najlot commented Jun 8, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants