Open ryan-carpenter opened 2 months ago
An unresolved example of the same exception: https://github.com/mkpaz/atlantafx/issues/66 Documentation on javafx.geometry.Point2D.distance: https://openjfx.io/javadoc/11/javafx.graphics/javafx/geometry/Point2D.html#distance(javafx.geometry.Point2D) Object is not initialized?: https://stackoverflow.com/questions/19738407/point2d-returning-nan-nullpointer
is someone working on that issue ? I see 2 tasks done.
@xDido This issue needs refinement and verification first. And it's likely to be caused by external isssues. If you want to take another issue look through the good first issues https://github.com/orgs/JabRef/projects/5
And it's likely to be caused by external isssues.
Note: This was in a Kwin Wayland session, if it matters.
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
openSUSE Tumbleweed with KDE Plasma 6.0.5
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
Form of the input data.
The line break is
0xa
Appendix
...
Log File
``` java.lang.NullPointerException: Cannot invoke "javafx.geometry.Point2D.distance(double, double)" because "this.dragStartLocation" is null at org.jabref.merged.module@6.0.6325/impl.org.controlsfx.skin.PopOverSkin.lambda$new$7(Unknown Source) at javafx.base@23/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base@23/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base@23/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base@23/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics@23/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics@23/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics@23/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Unknown Source) at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics@23/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics@23/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics@23/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics@23/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) at javafx.graphics@23/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$10(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) ```