-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
Its possible this is simply another nixos problem but I was using sparrow wallet on nix in the past and it seems to have stopped working for me so clearly something broke.
In essence certain buttons fail to do anything, namely the Create Transaction button and some stray tab switching.
Using Sparrow 2.2.3 on Nixos
When trying to switch tabs sometimes
Details
2025-12-02 13:19:22,786 ERROR Exception in thread "JavaFX Application Thread"
java.lang.IllegalStateException: Can't find pane
at [email protected]/com.sparrowwallet.sparrow.wallet.WalletController.lambda$initializeView$0(Unknown Source)
at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:386)
at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:91)
at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(ReadOnlyObjectPropertyBase.java:80)
at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(ReadOnlyObjectWrapper.java:103)
at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:113)
at javafx.base/javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:147)
at javafx.controls/javafx.scene.control.ToggleGroup$3.set(ToggleGroup.java:146)
at javafx.controls/javafx.scene.control.ToggleGroup$3.set(ToggleGroup.java:128)
at javafx.controls/javafx.scene.control.ToggleGroup.selectToggle(ToggleGroup.java:158)
at javafx.controls/javafx.scene.control.ToggleButton$1.invalidated(ToggleButton.java:172)
at javafx.base/javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
at javafx.base/javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
at javafx.controls/javafx.scene.control.ToggleButton.setSelected(ToggleButton.java:151)
at javafx.controls/javafx.scene.control.ToggleButton.fire(ToggleButton.java:262)
at javafx.controls/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:207)
at javafx.controls/com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:232)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:189)
at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.base/javafx.event.Event.fireEvent(Event.java:199)
at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Scene.java:4061)
at javafx.graphics/javafx.scene.Scene.processMouseEvent(Scene.java:1947)
at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2784)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.get(GlassViewEventHandler.java:353)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.get(GlassViewEventHandler.java:255)
at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:387)
at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(View.java:573)
at javafx.graphics/com.sun.glass.ui.View.notifyMouse(View.java:975)
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$1(GtkApplication.java:240)
at java.base/java.lang.Thread.run(Thread.java:1474)
Caused by: javafx.fxml.LoadException:
/nix/store/6zvcvgvbc61c10l0a3swmmd5bw764hsq-sparrow-2.2.3/lib/com.sparrowwallet.sparrow/com/sparrowwallet/sparrow/wallet/receive.fxml:63
at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2692)
at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(FXMLLoader.java:1011)
at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(FXMLLoader.java:746)
at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(FXMLLoader.java:2823)
at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2619)
at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2533)
at javafx.fxml/javafx.fxml.FXMLLoader.load(FXMLLoader.java:2503)
... 49 common frames omitted
Caused by: java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:74)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(FXMLLoader.java:1009)
... 54 common frames omitted
Caused by: java.lang.IncompatibleClassChangeError: class org.fxmisc.richtext.TextFlowExt overrides final method javafx.scene.text.TextFlow.getUnderlineShape(II)[Ljavafx/scene/shape/PathElement;
at [email protected]/org.fxmisc.richtext.ParagraphBox.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.GenericStyledArea.createCell(Unknown Source)
at [email protected]/org.fxmisc.richtext.GenericStyledArea.lambda$new$11(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellPool.getCell(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellListManager.cellForItem(Unknown Source)
at [email protected]/org.reactfx.collection.MappedList.get(Unknown Source)
at [email protected]/org.reactfx.collection.MemoizationListImpl.get(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellListManager.getCell(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellPositioner.getSizedCell(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellPositioner.placeStartAt(Unknown Source)
at [email protected]/org.fxmisc.flowless.Navigator.placeStartAtMayCrop(Unknown Source)
at [email protected]/org.fxmisc.flowless.Navigator.visit(Unknown Source)
at [email protected]/org.fxmisc.flowless.StartOffStart.accept(Unknown Source)
at [email protected]/org.fxmisc.flowless.Navigator.layoutChildren(Unknown Source)
at javafx.graphics/javafx.scene.Parent.layout(Parent.java:1275)
at [email protected]/org.fxmisc.flowless.VirtualFlow.layoutChildren(Unknown Source)
at javafx.graphics/javafx.scene.Parent.layout(Parent.java:1275)
at [email protected]/org.fxmisc.flowless.VirtualFlow.visibleCells(Unknown Source)
at [email protected]/org.fxmisc.richtext.GenericStyledArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyledTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyledTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyleClassedTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyleClassedTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.CodeArea.<init>(Unknown Source)
at [email protected]/com.sparrowwallet.sparrow.control.ScriptArea.<init>(Unknown Source)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
... 57 common frames omitted
And when pressing Create Transaction
Details
2025-12-02 13:18:51,401 ERROR Exception thrown by subscriber method viewPSBT(com.sparrowwallet.sparrow.event.ViewPSBTEvent) on subscriber com.sparrowwallet.sparrow.AppController@4eb3a63d when dispatching event: com.sparrowwallet.sparrow.event.ViewPSBTEvent@e93a7d1
java.lang.RuntimeException: javafx.fxml.LoadException:
/nix/store/6zvcvgvbc61c10l0a3swmmd5bw764hsq-sparrow-2.2.3/lib/com.sparrowwallet.sparrow/com/sparrowwallet/sparrow/transaction/transaction.fxml:25
at [email protected]/com.sparrowwallet.sparrow.AppController.addTransactionTab(Unknown Source)
at [email protected]/com.sparrowwallet.sparrow.AppController.addTransactionTab(Unknown Source)
at [email protected]/com.sparrowwallet.sparrow.AppController.viewPSBT(Unknown Source)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at [email protected]/com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Unknown Source)
at [email protected]/com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Unknown Source)
at [email protected]/com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Unknown Source)
at [email protected]/com.google.common.util.concurrent.DirectExecutor.execute(Unknown Source)
at [email protected]/com.google.common.eventbus.Subscriber.dispatchEvent(Unknown Source)
at [email protected]/com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Unknown Source)
at [email protected]/com.google.common.eventbus.EventBus.post(Unknown Source)
at [email protected]/com.sparrowwallet.sparrow.wallet.SendController.createTransaction(Unknown Source)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javafx.reflect.Trampoline.invoke(MethodUtil.java:65)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at javafx.base/com.sun.javafx.reflect.MethodUtil.invoke(MethodUtil.java:112)
at javafx.fxml/com.sun.javafx.fxml.MethodHelper.invoke(MethodHelper.java:78)
at javafx.fxml/javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1845)
at javafx.fxml/javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1718)
at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:232)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:189)
at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
at javafx.base/javafx.event.Event.fireEvent(Event.java:199)
at javafx.graphics/javafx.scene.Node.fireEvent(Node.java:9026)
at javafx.controls/javafx.scene.control.Button.fire(Button.java:203)
at javafx.controls/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:207)
at javafx.controls/com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:232)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:189)
at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.base/javafx.event.Event.fireEvent(Event.java:199)
at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Scene.java:4061)
at javafx.graphics/javafx.scene.Scene.processMouseEvent(Scene.java:1947)
at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2784)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.get(GlassViewEventHandler.java:353)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.get(GlassViewEventHandler.java:255)
at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:387)
at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(View.java:573)
at javafx.graphics/com.sun.glass.ui.View.notifyMouse(View.java:975)
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$1(GtkApplication.java:240)
at java.base/java.lang.Thread.run(Thread.java:1474)
Caused by: javafx.fxml.LoadException:
/nix/store/6zvcvgvbc61c10l0a3swmmd5bw764hsq-sparrow-2.2.3/lib/com.sparrowwallet.sparrow/com/sparrowwallet/sparrow/transaction/transaction.fxml:25
at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2692)
at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(FXMLLoader.java:1011)
at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(FXMLLoader.java:746)
at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(FXMLLoader.java:2823)
at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2619)
at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2533)
at javafx.fxml/javafx.fxml.FXMLLoader.load(FXMLLoader.java:2503)
... 77 common frames omitted
Caused by: java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:74)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.constructValue(FXMLLoader.java:1009)
... 82 common frames omitted
Caused by: java.lang.IncompatibleClassChangeError: class org.fxmisc.richtext.TextFlowExt overrides final method javafx.scene.text.TextFlow.getUnderlineShape(II)[Ljavafx/scene/shape/PathElement;
at [email protected]/org.fxmisc.richtext.ParagraphBox.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.GenericStyledArea.createCell(Unknown Source)
at [email protected]/org.fxmisc.richtext.GenericStyledArea.lambda$new$11(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellPool.getCell(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellListManager.cellForItem(Unknown Source)
at [email protected]/org.reactfx.collection.MappedList.get(Unknown Source)
at [email protected]/org.reactfx.collection.MemoizationListImpl.get(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellListManager.getCell(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellPositioner.getSizedCell(Unknown Source)
at [email protected]/org.fxmisc.flowless.CellPositioner.placeStartAt(Unknown Source)
at [email protected]/org.fxmisc.flowless.Navigator.placeStartAtMayCrop(Unknown Source)
at [email protected]/org.fxmisc.flowless.Navigator.visit(Unknown Source)
at [email protected]/org.fxmisc.flowless.StartOffStart.accept(Unknown Source)
at [email protected]/org.fxmisc.flowless.Navigator.layoutChildren(Unknown Source)
at javafx.graphics/javafx.scene.Parent.layout(Parent.java:1275)
at [email protected]/org.fxmisc.flowless.VirtualFlow.layoutChildren(Unknown Source)
at javafx.graphics/javafx.scene.Parent.layout(Parent.java:1275)
at [email protected]/org.fxmisc.flowless.VirtualFlow.visibleCells(Unknown Source)
at [email protected]/org.fxmisc.richtext.GenericStyledArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyledTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyledTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyleClassedTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.StyleClassedTextArea.<init>(Unknown Source)
at [email protected]/org.fxmisc.richtext.CodeArea.<init>(Unknown Source)
at [email protected]/com.sparrowwallet.sparrow.control.TransactionHexArea.<init>(Unknown Source)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
... 85 common frames omitted
I looked at some of the other nix related issues but they did not seem to help.
Metadata
Metadata
Assignees
Labels
No labels