You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
just to let you know I tried including this control in my current project using Avalonia 0.9-preview8.
I installed all packages and currently am debugging in windows.
When i try to instantiate a window with the BrowserControl an InvalidOperationException -> "Failed to create browser." happens
StackTrace:
atXilium.CefGlue.CefBrowserHost.CreateBrowser(CefWindowInfowindowInfo,CefClientclient,CefBrowserSettingssettings,Stringurl,CefRequestContextrequestContext)
at Xilium.CefGlue.CefBrowserHost.CreateBrowser(CefWindowInfowindowInfo,CefClientclient,CefBrowserSettingssettings,Stringurl)
at CefGlue.Avalonia.AvaloniaCefBrowser.ArrangeOverride(SizearrangeBounds)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Controls.Grid.ArrangeOverride(SizearrangeSize)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Controls.Presenters.ContentPresenter.ArrangeOverrideImpl(SizefinalSize,Vectoroffset)
at Avalonia.Controls.Presenters.ContentPresenter.ArrangeOverride(SizefinalSize)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Layout.Layoutable.ArrangeOverride(SizefinalSize)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Controls.Presenters.ContentPresenter.ArrangeOverrideImpl(SizefinalSize,Vectoroffset)
at Avalonia.Controls.Presenters.ContentPresenter.ArrangeOverride(SizefinalSize)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Layout.LayoutHelper.ArrangeChild(ILayoutablechild,SizeavailableSize,Thicknesspadding)
at Avalonia.Controls.Primitives.VisualLayerManager.ArrangeOverride(SizefinalSize)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Layout.LayoutHelper.ArrangeChild(ILayoutablechild,SizeavailableSize,Thicknesspadding)
at Avalonia.Layout.LayoutHelper.ArrangeChild(ILayoutablechild,SizeavailableSize,Thicknesspadding,ThicknessborderThickness)
at Avalonia.Controls.Border.ArrangeOverride(SizefinalSize)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Layout.Layoutable.ArrangeOverride(SizefinalSize)
at Avalonia.Controls.Window.ArrangeOverride(SizefinalSize)
at Avalonia.Layout.Layoutable.ArrangeCore(RectfinalRect)
at Avalonia.Layout.Layoutable.Arrange(Rectrect)
at Avalonia.Layout.LayoutManager.Arrange(ILayoutablecontrol)
at Avalonia.Layout.LayoutManager.ExecuteInitialLayoutPass(ILayoutRootroot)
at Avalonia.Controls.Window.Show()
at Avalonia.Controls.DesktopApplicationExtensions.Run(Applicationapp,WindowmainWindow)
at RaveexUI.Program.AppMain(Applicationapp,String[]args)inC:\Projects\Tanzschule\raveex\raveex-client\RaveexUI\Program.cs:line 35
at Avalonia.Controls.AppBuilderBase`1.Start(AppMainDelegatemain,String[]args)
at RaveexUI.Program.Main(String[]args)inC:\Projects\Tanzschule\raveex\raveex-client\RaveexUI\Program.cs:line 16
The Data delivered with this exception is of type "System.Collections.ListDictionaryInternal" Count is 0.
Hey there,
just to let you know I tried including this control in my current project using Avalonia 0.9-preview8.
I installed all packages and currently am debugging in windows.
When i try to instantiate a window with the BrowserControl an InvalidOperationException -> "Failed to create browser." happens
StackTrace:
The Data delivered with this exception is of type "System.Collections.ListDictionaryInternal" Count is 0.
UserControl:
App.xaml:
The text was updated successfully, but these errors were encountered: