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
Bug 2:
I click on arrow to right above "Launch Minecraft".
Steps to reproduce the bug
Bug 1 and 2:
Need to remove all cores.
Expected behavior
Actually nothing.
Environment
Windows 11 22H2 (22621.2428)
FL 2.2.3.0
Attachment
Bug 1:
System.ArgumentException
System.ArgumentException: Not an game managed by GameService (Parameter 'gameInfo')
at Natsurainko.FluentLauncher.Services.Launch.GameService.ActivateGameInfo(ExtendedGameInfo gameInfo)
at Natsurainko.FluentLauncher.ViewModels.Home.HomeViewModel.OnPropertyChanged(PropertyChangedEventArgs e)
at Natsurainko.FluentLauncher.ViewModels.Home.HomeViewModel.set_ActiveGameInfo(ExtendedGameInfo value)
at Natsurainko.FluentLauncher.ViewModels.Home.HomeViewModel..ctor(GameService gameService, AccountService accountService, LaunchService launchService, INavigationService navigationService)
at InvokeStub_HomeViewModel..ctor(Object, Object, IntPtr*)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitDisposeCache(ServiceCallSite transientCallSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.DynamicServiceProviderEngine.<>c__DisplayClass2_0.<RealizeService>b__0(ServiceProviderEngineScope scope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Natsurainko.FluentLauncher.Services.UI.Navigation.NavigationService.ConfigureFrameContent(String key, Object parameter)
at Natsurainko.FluentLauncher.Services.UI.Navigation.NavigationService.NavigateTo(String key, Object parameter)
at Natsurainko.FluentLauncher.Views.ShellPage.NavigationViewControl_ItemInvoked(NavigationView _, NavigationViewItemInvokedEventArgs args)
at WinRT._EventSource_global__Windows_Foundation_TypedEventHandler_global__Microsoft_UI_Xaml_Controls_NavigationView__global__Microsoft_UI_Xaml_Controls_NavigationViewItemInvokedEventArgs_.EventState.<GetEventInvoke>b__1_0(NavigationView sender, NavigationViewItemInvokedEventArgs args)
at ABI.Windows.Foundation.TypedEventHandler`2.Do_Abi_Invoke[TSenderAbi,TResultAbi](Void* thisPtr, TSenderAbi sender, TResultAbi args)
Bug 2:
System.NullReferenceException
System.NullReferenceException: Object reference not set to an instance of an object.
at Natsurainko.FluentLauncher.Views.Home.NewHomePage.Button_Click(Object sender, RoutedEventArgs e)
at ABI.Microsoft.UI.Xaml.RoutedEventHandler.Do_Abi_Invoke(IntPtr thisPtr, IntPtr sender, IntPtr e)
The text was updated successfully, but these errors were encountered:
Describe the bug
Bug 1:
I click on "home." this error pops up.
Bug 2:
I click on arrow to right above "Launch Minecraft".
Steps to reproduce the bug
Bug 1 and 2:
Need to remove all cores.
Expected behavior
Actually nothing.
Environment
Windows 11 22H2 (22621.2428)
FL 2.2.3.0
Attachment
Bug 1:
Bug 2:
The text was updated successfully, but these errors were encountered: