Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vcoyne1 opened this issue Mar 3, 2021 · 3 comments
Open

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

vcoyne1 opened this issue Mar 3, 2021 · 3 comments
Labels
🐛bug Something isn't working

Comments

@vcoyne1
Copy link

vcoyne1 commented Mar 3, 2021

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 GerHobbelt added the 🐛bug Something isn't working label Mar 3, 2021
@GerHobbelt
Copy link
Collaborator

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
Copy link
Author

vcoyne1 commented Mar 4, 2021 via email

@SimonDedman
Copy link

SimonDedman commented Mar 29, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants