The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Problem with alien fusion

    Discussion in 'Alienware 14 and M14x' started by singkuy, Jan 4, 2012.

  1. singkuy

    singkuy Notebook Consultant

    Reputations:
    0
    Messages:
    175
    Likes Received:
    0
    Trophy Points:
    30
    hi, i get this error when changing power plans in alien fusion.

    System.NullReferenceException: Object reference not set to an instance of an object.
    at AlienLabs.AlienFusion.App.PowerPlans.enablePlan(Object sender, RoutedEventArgs e)
    at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
    at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
    at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
    at System.Windows.Input.InputManager.ProcessStagingArea()
    at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
    at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
    at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at System.Windows.Interop.HwndSource.InputFilterMessage(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.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

    any ideas on what's going on?
     
  2. pokemon123

    pokemon123 Notebook Consultant

    Reputations:
    0
    Messages:
    115
    Likes Received:
    0
    Trophy Points:
    30
    check if you have the mouse synaptics program running at start up
     
  3. singkuy

    singkuy Notebook Consultant

    Reputations:
    0
    Messages:
    175
    Likes Received:
    0
    Trophy Points:
    30
    yeah i have synaptic pointing device driver on startup
     
  4. DavidInitial

    DavidInitial Notebook Enthusiast

    Reputations:
    12
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    5
    I have a kind of same problem with AlienTouch:


    System.IO.FileNotFoundException: Impossible de charger le fichier ou l'assembly 'AlienTouch.XmlSerializers' ou une de ses dépendances. Le fichier spécifié est introuvable.
    Nom de fichier: 'AlienTouch.XmlSerializers'
    à System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
    à System.Reflection.RuntimeAssembly.LoadWithPartialNameInternal(AssemblyName an, Evidence securityEvidence, StackCrawlMark& stackMark)
    à SYNCTRLLib.ISynDeviceCtrl.GetLongProperty(SynDeviceProperty eProperty)
    à AlienLabs.TouchPad.Domain.Classes.TappingServiceClass.get_IsDisabledIfMouseAttached()
    à AlienLabs.TouchPad.App.Presenters.TappingPresenter.refresh()
    à AlienLabs.TouchPad.App.Views.Classes.ViewFactoryClass.newTappingView()
    à AlienLabs.TouchPad.App.Views.Classes.ViewFactoryClass.newView(ViewType type)
    à AlienLabs.TouchPad.App.Views.Classes.ViewRepositoryClass.newView(ViewType type)
    à AlienLabs.TouchPad.App.Presenters.TouchPadPresenter.activate(ViewType type)
    à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
    à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
    à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
    à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
    à System.Windows.Controls.RadioButton.OnChecked(RoutedEventArgs e)
    à System.Windows.Controls.Primitives.ToggleButton.OnIsCheckedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
    à System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    à System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    à System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
    à System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
    à System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
    à System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
    à System.Windows.Controls.Primitives.ToggleButton.set_IsChecked(Nullable`1 value)
    à AlienLabs.TouchPad.App.Views.Xaml.NavigationControl.createViewLinkbyType(ViewType viewlinkItem)
    à AlienLabs.TouchPad.App.Views.Xaml.NavigationControl.CreateViewLinks()
    à System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
    à System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
    à MS.Internal.FrameworkObject.OnLoaded(RoutedEventArgs args)
    à System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
    à System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
    à System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
    à System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
    à System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
    à System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
    à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    à MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

    AVT: la journalisation de liaison d'assembly est désactivée.
    Pour activer la journalisation des échecs de liaison d'assembly, attribuez la valeur 1 à la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD).
    Remarque: une certaine perte de performance est associée à l'enregistrement dans le journal des échecs de liaison d'assembly.
    Pour désactiver cette fonctionnalité, supprimez la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog].


    I've tried to reinstall Command Center but it doesn't work!
    Synaptic pointing Device is on Startup

    Help!!


    Alienware M14x 1.5 Base Black: Win XP Pro 64, i7 2720QM, GeForce GT555M 14.1 Widescreen (1600x900), 8192MB (2x4096) DDR3 1866MHz Kingston HyperX, 500GB Serial ATA (7200RPM), Intel Wireless LAN 6205 2x2 card (Europe), Dell Wireless 375 Bluetooth Card (3.0) - Quasar Blue -Schematic Wall - Alienhead Glow.
    Logitech G700 - Logitech K800, Logitech F710
     
  5. pokemon123

    pokemon123 Notebook Consultant

    Reputations:
    0
    Messages:
    115
    Likes Received:
    0
    Trophy Points:
    30
    did you guys try re-installing the synaptics?