Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 4 of 4

Thread: Fatal exception occurred in the application. The application will close immediately

  1. #1
    Junior Member
    Join Date
    Sep 2021
    Posts
    1

    Fatal exception occurred in the application. The application will close immediately

    Hi,

    any one know how to resolve this issue.

    Ive done the following
    1. reinstall the software
    2. contacted lutron support and they provded a SQL local DB patch which was to force quit the software
    3. Firewall is not on when re installing the software

    Software Lutron Homeworks + QS+ 15.9.0












    Int32 SendTo(Byte[], Int32, Int32, System.Net.Sockets.SocketFlags, System.Net.EndPoint)
    A socket operation was attempted to an unreachable network
    System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable network
    at System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
    at System.Net.Sockets.Socket.SendTo(Byte[] buffer, EndPoint remoteEP)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.Send(Socket socket, IPAddress ipAddressToSendTo, String message)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.FindAllProcessorsOnNic(IPA ddress localIPAddress)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.AreThereAnyProcessorsOnNic (IPAddress localIPAddress)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.FindNicWithProcessorsOnIt( )
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorDiscoverer.CheckConfigIPAddressForProce ssorCommunications(Boolean verifyProcOnNic)
    at Lutron.Gulliver.QuantumResi.Transfer.TransferInput .TransferInputViewModel.ResetUDPSender()
    at Lutron.Gulliver.QuantumResi.Transfer.TransferInput .TransferInputViewModel.Initialize()
    at Lutron.Gulliver.UIFramework.WpfCore.ViewComposer.I nitializeDataContext()
    at Lutron.Gulliver.UIFramework.WpfCore.ViewComposer.I nitialize()
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewIntoRegion(ViewComposer viewComposer, String regionName, IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewsIntoRegions(IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewIntoRegion(ViewComposer viewComposer, String regionName, IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewsIntoRegions(IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewIntoRegion(ViewComposer viewComposer, String regionName, IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.CreateViewComposer[VC](String regionName, String viewName)
    at Lutron.Gulliver.QuantumResi.Main.ContentViewCompos er.LoadContent()
    at Lutron.Gulliver.QuantumResi.Main.ShellViewComposer .OnFinishFromProjectWizard(UICommunicationEventArg s args)
    at Microsoft.Practices.Composite.Events.EventSubscrip tion`1.InvokeAction(Action`1 action, TPayload argument)
    at Microsoft.Practices.Composite.Events.EventSubscrip tion`1.<>c__DisplayClass2.<GetExecutionStrategy>b_ _0(Object[] arguments)
    at Microsoft.Practices.Composite.Events.EventBase.Int ernalPublish(Object[] arguments)
    at Microsoft.Practices.Composite.Presentation.Events. CompositePresentationEvent`1.Publish(TPayload payload)
    at Lutron.Gulliver.QuantumResi.ProjectWizard.ProjectW izardViewModel.Finish(Object parameter)
    at Lutron.Gulliver.UIFramework.WpfCore.DelegateComman d`1.Execute(T parameter)
    at Lutron.Gulliver.UIFramework.WpfCore.DelegateComman d`1.System.Windows.Input.ICommand.Execute(Object parameter)
    at MS.Internal.Commands.CommandHelpers.CriticalExecut eCommandSource(ICommandSource commandSource, Boolean userInitiated)
    at System.Windows.Controls.Primitives.ButtonBase.OnCl ick()
    at System.Windows.Controls.Button.OnClick()
    at System.Windows.Controls.Primitives.ButtonBase.OnMo useLeftButtonUp(MouseButtonEventArgs e)
    at System.Windows.UIElement.OnMouseLeftButtonUpThunk( Object sender, MouseButtonEventArgs e)
    at System.Windows.Input.MouseButtonEventArgs.InvokeEv entHandler(Delegate genericHandler, Object genericTarget)
    at System.Windows.RoutedEventArgs.InvokeHandler(Deleg ate handler, Object target)
    at System.Windows.RoutedEventHandlerInfo.InvokeHandle r(Object target, RoutedEventArgs routedEventArgs)
    at System.Windows.EventRoute.InvokeHandlersImpl(Objec t source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.ReRaiseEventAs(Dependency Object sender, RoutedEventArgs args, RoutedEvent newEvent)
    at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
    at System.Windows.Input.MouseButtonEventArgs.InvokeEv entHandler(Delegate genericHandler, Object genericTarget)
    at System.Windows.RoutedEventArgs.InvokeHandler(Deleg ate handler, Object target)
    at System.Windows.RoutedEventHandlerInfo.InvokeHandle r(Object target, RoutedEventArgs routedEventArgs)
    at System.Windows.EventRoute.InvokeHandlersImpl(Objec t source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.RaiseEventImpl(Dependency Object sender, RoutedEventArgs args)
    at System.Windows.UIElement.RaiseTrustedEvent(RoutedE ventArgs args)
    at System.Windows.UIElement.RaiseEvent(RoutedEventArg s args, Boolean trusted)
    at System.Windows.Input.InputManager.ProcessStagingAr ea()
    at System.Windows.Input.InputManager.ProcessInput(Inp utEventArgs input)
    at System.Windows.Input.InputProviderSite.ReportInput (InputReport inputReport)
    at System.Windows.Interop.HwndMouseInputProvider.Repo rtInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
    at System.Windows.Interop.HwndMouseInputProvider.Filt erMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at System.Windows.Interop.HwndSource.InputFilterMessa ge(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndSubclass.DispatcherCallbackOperation( Object o)
    at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
    at System.Windows.Threading.ExceptionWrapper.TryCatch When(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    ******** Stack Trace *********


    ******** BaseStack Trace ********* at System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
    at System.Net.Sockets.Socket.SendTo(Byte[] buffer, EndPoint remoteEP)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.Send(Socket socket, IPAddress ipAddressToSendTo, String message)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.FindAllProcessorsOnNic(IPA ddress localIPAddress)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.AreThereAnyProcessorsOnNic (IPAddress localIPAddress)
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorCommunicator.FindNicWithProcessorsOnIt( )
    at Lutron.Gulliver.Infrastructure.ProcessorInformatio n.ProcessorDiscoverer.CheckConfigIPAddressForProce ssorCommunications(Boolean verifyProcOnNic)
    at Lutron.Gulliver.QuantumResi.Transfer.TransferInput .TransferInputViewModel.ResetUDPSender()
    at Lutron.Gulliver.QuantumResi.Transfer.TransferInput .TransferInputViewModel.Initialize()
    at Lutron.Gulliver.UIFramework.WpfCore.ViewComposer.I nitializeDataContext()
    at Lutron.Gulliver.UIFramework.WpfCore.ViewComposer.I nitialize()
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewIntoRegion(ViewComposer viewComposer, String regionName, IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewsIntoRegions(IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewIntoRegion(ViewComposer viewComposer, String regionName, IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewsIntoRegions(IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.LoadViewIntoRegion(ViewComposer viewComposer, String regionName, IRegionManager regionManager)
    at Lutron.Gulliver.UIFramework.WpfCore.CompositeViewC omposer.CreateViewComposer[VC](String regionName, String viewName)
    at Lutron.Gulliver.QuantumResi.Main.ContentViewCompos er.LoadContent()
    at Lutron.Gulliver.QuantumResi.Main.ShellViewComposer .OnFinishFromProjectWizard(UICommunicationEventArg s args)
    at Microsoft.Practices.Composite.Events.EventSubscrip tion`1.InvokeAction(Action`1 action, TPayload argument)
    at Microsoft.Practices.Composite.Events.EventSubscrip tion`1.<>c__DisplayClass2.<GetExecutionStrategy>b_ _0(Object[] arguments)
    at Microsoft.Practices.Composite.Events.EventBase.Int ernalPublish(Object[] arguments)
    at Microsoft.Practices.Composite.Presentation.Events. CompositePresentationEvent`1.Publish(TPayload payload)
    at Lutron.Gulliver.QuantumResi.ProjectWizard.ProjectW izardViewModel.Finish(Object parameter)
    at Lutron.Gulliver.UIFramework.WpfCore.DelegateComman d`1.Execute(T parameter)
    at Lutron.Gulliver.UIFramework.WpfCore.DelegateComman d`1.System.Windows.Input.ICommand.Execute(Object parameter)
    at MS.Internal.Commands.CommandHelpers.CriticalExecut eCommandSource(ICommandSource commandSource, Boolean userInitiated)
    at System.Windows.Controls.Primitives.ButtonBase.OnCl ick()
    at System.Windows.Controls.Button.OnClick()
    at System.Windows.Controls.Primitives.ButtonBase.OnMo useLeftButtonUp(MouseButtonEventArgs e)
    at System.Windows.UIElement.OnMouseLeftButtonUpThunk( Object sender, MouseButtonEventArgs e)
    at System.Windows.Input.MouseButtonEventArgs.InvokeEv entHandler(Delegate genericHandler, Object genericTarget)
    at System.Windows.RoutedEventArgs.InvokeHandler(Deleg ate handler, Object target)
    at System.Windows.RoutedEventHandlerInfo.InvokeHandle r(Object target, RoutedEventArgs routedEventArgs)
    at System.Windows.EventRoute.InvokeHandlersImpl(Objec t source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.ReRaiseEventAs(Dependency Object sender, RoutedEventArgs args, RoutedEvent newEvent)
    at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
    at System.Windows.Input.MouseButtonEventArgs.InvokeEv entHandler(Delegate genericHandler, Object genericTarget)
    at System.Windows.RoutedEventArgs.InvokeHandler(Deleg ate handler, Object target)
    at System.Windows.RoutedEventHandlerInfo.InvokeHandle r(Object target, RoutedEventArgs routedEventArgs)
    at System.Windows.EventRoute.InvokeHandlersImpl(Objec t source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.RaiseEventImpl(Dependency Object sender, RoutedEventArgs args)
    at System.Windows.UIElement.RaiseTrustedEvent(RoutedE ventArgs args)
    at System.Windows.UIElement.RaiseEvent(RoutedEventArg s args, Boolean trusted)
    at System.Windows.Input.InputManager.ProcessStagingAr ea()
    at System.Windows.Input.InputManager.ProcessInput(Inp utEventArgs input)
    at System.Windows.Input.InputProviderSite.ReportInput (InputReport inputReport)
    at System.Windows.Interop.HwndMouseInputProvider.Repo rtInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
    at System.Windows.Interop.HwndMouseInputProvider.Filt erMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at System.Windows.Interop.HwndSource.InputFilterMessa ge(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndSubclass.DispatcherCallbackOperation( Object o)
    at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
    at System.Windows.Threading.ExceptionWrapper.TryCatch When(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    Attached Thumbnails Attached Thumbnails Screenshot 2021-09-13 162234.png  

  2. #2
    Lutron Technical Support
    Join Date
    Sep 2020
    Posts
    103
    Hello! We apologize for the issues you're running into. At this point, we advise uninstalling all instances of Lutron Software. Additionally, head to Add or Remove Programs in the Control panel and uninstall all instances of SQL (sometimes there can be as many as 9). Once this is done, restart the computer and reinstall 15.9. Be sure to Right Click on the installer and Run as Administrator. If this doesn't help, please call in to 1-888-Lutron1 (588-7661).

  3. #3
    Junior Member
    Join Date
    Dec 2021
    Posts
    1
    1-888-Lutron1 (588-7661). Hi guys, I think it's better to call and you'll get the problem resolved faster!
    mapquest driving directions

  4. #4
    Senior Member
    Join Date
    Oct 2013
    Posts
    2,587
    Sounds like an SQL error. It's possible that an update didn't install correctly or a file just got corrupted. I would try updating or reinstalling SQL. You may have to reinstall HQS after the SQL update.
    Convergence Technologies Raleigh, North Carolina
    www.convergenceusa.com

Similar Threads

  1. Trying to Decide if This will Work for my Application
    By RadCrow in forum General Discussion - CAS
    Replies: 6
    Last Post: 05-03-2021, 02:42 PM
  2. RR-6ND 3 way application
    By aroych2 in forum General Discussion - RA2
    Replies: 2
    Last Post: 07-08-2019, 09:21 AM
  3. 3 Pole Application Question
    By Juniorkilo24 in forum Troubleshooting - Controls
    Replies: 1
    Last Post: 11-23-2017, 10:16 PM
  4. LED application - is there a driver for?
    By totalcontrol in forum Design Assistance - RA2
    Replies: 1
    Last Post: 04-19-2016, 08:11 AM
  5. RRD-6NA max load for LED application
    By Dimerize in forum Design Assistance - RA2
    Replies: 5
    Last Post: 03-30-2016, 08:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •