jimmejardine / qiqqa-open-source

The open-sourced version of the award-winning Qiqqa research management tool for Windows
GNU General Public License v3.0
366 stars 60 forks source link

Object reference not set to an instance of an object. #308

Open vcoyne1 opened 3 years ago

vcoyne1 commented 3 years ago

The application freezes/becomes unresponsive. Recovers if I attempt to close the application via the Qiqqa icon on the taskbar (close all windows).

!Qiqqa.ErrorsAndUserActions.log

GerHobbelt commented 3 years ago

Which version are you running, by the way?

Looks like you're running one of the experimental v83 releases. As a work-around you might be best served with installing the last v82 release and trying again.

vcoyne1 commented 3 years ago

Hi,

Yes, running v83. I'll revert to v 82 until this issue is resolved.

Cheers, Vernon

On Wed, 3 Mar 2021 at 22:26, Ger Hobbelt notifications@github.com wrote:

Which version are you running, by the way?

Looks like you're running one of the experimental v83 releases. As a work-around you might be best served with installing the last v82 release and trying again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jimmejardine/qiqqa-open-source/issues/308#issuecomment-790032378, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXGQOHRBJWIQ2FMP4OSE5LTB2LQZANCNFSM4YRENVFA .

SimonDedman commented 1 year ago

Same issue for v83s, full error info follows; this is from opening a PDF in the library, doing nothing else.

20230329214913:System.NullReferenceException: Object reference not set to an instance of an object.
   at Qiqqa.Documents.PDF.PDFControls.Page.Highlight.PDFHighlightLayer.PDFHighlightLayer_Loaded(Object sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
   at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
   at MS.Internal.LoadedOrUnloadedOperation.DoWork()
   at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
   at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   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)