Cloudflare Warp is crashing on windows

Hi,

I just downloaded the latest version of Warp today on my Windows 8.1 (x64) PC. When i try to run the GUI, it does not start up. I have the latest .Net framework installed (4.8). The gui log file contains the following log for:

2022-09-22T13:02:25Z|DEBUG|Hosting starting |Microsoft.Extensions.Hosting.Internal.Host|EventId=1, EventName=Starting
2022-09-22T13:02:25Z|INFO|Application started. Press Ctrl+C to shut down. |Microsoft.Hosting.Lifetime|
2022-09-22T13:02:25Z|INFO|Hosting environment: Production |Microsoft.Hosting.Lifetime|envName=Production
2022-09-22T13:02:25Z|INFO|Content root path: C:\Program Files\Cloudflare\Cloudflare WARP |Microsoft.Hosting.Lifetime|contentRoot=C:\Program Files\Cloudflare\Cloudflare WARP
2022-09-22T13:02:25Z|DEBUG|Hosting started |Microsoft.Extensions.Hosting.Internal.Host|EventId=2, EventName=Started
2022-09-22T13:02:26Z|INFO|Settings: |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|always_on '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|operation_mode 'DnsOverHttps' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|disable_for_wifi '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|disable_for_ethernet '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|disable_for_networks  |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|families 'Off' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|enable_dns_log '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|gateway_id '' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|override_endpoint 'warp_ipc.CustomEndpoint+__Internal' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|onboarding '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|proxy_port '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|daemon_teams_auth '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|allow_updates '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|organization_locked '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|switch_locked '0' |Warp.UI.Helpers.SystemHelper|
2022-09-22T13:02:26Z|INFO|GetSettings() returned: Success |Warp.UI.IPC.WarpIpc|
2022-09-22T13:02:26Z|INFO|Warp status changed: Disconnected --> RegistrationMissing |Warp.UI.IPC.WarpConnection|
2022-09-22T13:02:26Z|INFO|Supressing notifications: False |Warp.UI.IPC.WarpConnection|
2022-09-22T13:02:26Z|ERROR|GetAccount() returned: MissingRegistration |Warp.UI.IPC.WarpIpc|
2022-09-22T13:02:26Z|INFO|GetSettings() returned: Success |Warp.UI.IPC.WarpIpc|
2022-09-22T13:02:26Z|WARN|OnStartup: GetAccountAsync() == null |Warp.UI.App|
2022-09-22T13:02:26Z|INFO|GetOrganization() returned: Success |Warp.UI.IPC.WarpIpc|
2022-09-22T13:02:26Z|INFO|CheckTeamsLoginStatus: Teams organization from daemon:  |Warp.UI.IPC.Teams|
2022-09-22T13:02:26Z|INFO|CheckTeamsLoginStatus: curOrganization:  |Warp.UI.IPC.Teams|
2022-09-22T13:02:26Z|INFO|Teams organization login required: NoLoginPending |Warp.UI.App|
2022-09-22T13:02:26Z|DEBUG|AppCastUrl: https://api.appcenter.ms/v0.1/public/sparkle/apps/ec3c5c62-b8b3-466c-b95a-ad52d431f0bc |Warp.UI.AppUpdater.ApplicationUpdater|
2022-09-22T13:02:26Z|ERROR|System.Management.ManagementException: Not found 
   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
   at System.Management.ManagementEventWatcher.Start()
   at Warp.UI.Services.ThemeWatcherService..ctor(ILogger`1 logger, ObservableVariables observableVariables) |Warp.UI.Services.ThemeWatcherService|
2022-09-22T13:02:26Z|FATAL|System.InvalidCastException: Specified cast is not valid. System.InvalidCastException: Specified cast is not valid.
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
   at WinRT.IObjectReference.As[T](Guid iid)
   at Windows.UI.Notifications.ToastNotification.Make___objRef_global__Windows_UI_Notifications_IToastNotification2()
   at Windows.UI.Notifications.ToastNotification.set_SuppressPopup(Boolean value)
   at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.<>c.<PreRegisterIdentityLessApp>b__41_0(ToastNotification toast)
   at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize)
   at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.PreRegisterIdentityLessApp()
   at Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat.get_Setting()
   at Warp.UI.Services.ModernNotifications.EnabledForApp()
   at Warp.UI.Services.ModernNotifications..ctor(ILogger`1 logger)
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
   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.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, 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.ServiceProvider.CreateServiceAccessor(Type serviceType)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Warp.UI.App.ConfigureApplication(IServiceProvider serviceProvider)
   at Warp.UI.App.OnStartup(StartupEventArgs e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) System.Object: |Warp.UI.App|


May I ask if you’ve ran and installed it as an “administrator” user? :thinking:

Otherwise, it might be related to the recent temporary issue as follows on the Cloudflare Status page:

Yes, i have installed it as administrator thrice, always run it as administrator. After running nothing shows up, no screen no error message, it looks like nothing happened. Only thing i found is the GUI log.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.