Re: [GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-11 Thread David Carlson
Look under Edit > Preferences > Register for Reconciling > Automatic Credit
Card Payment, be sure that is unchecked.

On Sun, Feb 11, 2024 at 10:23 AM Adrien Monteleone <
adrien.montele...@lusfiber.net> wrote:

> Under Preferences > Register > Reconciling there is "Automatic Credit
> Card Payment"
>
> For some other accounts (Liability type I think) in the account Edit
> screen there is an "Auto Interest Transfer" checkbox.
>
> Regards,
> Adrien
>
> On 2/11/24 8:02 AM, Robert Heller wrote:
>   Can these dialogs be disabled?
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
David Carlson
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-11 Thread Adrien Monteleone
Under Preferences > Register > Reconciling there is "Automatic Credit 
Card Payment"


For some other accounts (Liability type I think) in the account Edit 
screen there is an "Auto Interest Transfer" checkbox.


Regards,
Adrien

On 2/11/24 8:02 AM, Robert Heller wrote:
 Can these dialogs be disabled?

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-11 Thread Robert Heller



At Sat, 10 Feb 2024 22:13:14 -0500 (EST) Robert Heller  
wrote:

> 
> 
> At Sat, 10 Feb 2024 18:19:40 -0800 John Ralls  wrote:
> 
> > 
> > 
> > 
> > > On Feb 10, 2024, at 5:19 PM, Robert Heller  wrote:
> > > 
> > > Always when hitting the reconcile button on a credit card account:
> > > 
> > > Could not determine the accessibility bus address
> > > **
> > > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> > >  
> > > assertion failed: (count == 1)
> > > Bail out! 
> > > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> > >  
> > > assertion failed: (count == 1)
> > > Could not determine the accessibility bus address
> > > **
> > > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> > >  
> > > assertion failed: (count == 1)
> > > Bail out! 
> > > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> > >  
> > > assertion failed: (count == 1)
> > > 
> > > Things work fine after restarting...
> > 
> > Restarting GnuCash or the computer?
> 
> GnuCash.  (I'm on Linux, not MS-Windows -- I don't randomly reboot my Linux 
> machines.)
> 
> > 
> > The accessibility bus message probably indicates that the DBUS session has 
> > quit for some reason. That part would be external to GnuCash.
> > 
> > The assertion that's failing is about the result of 
> >  count = g_signal_handlers_disconnect_by_func(dialog,
> >   gnc_xfer_dialog_response_cb,
> >   xferData);
> > There should be exactly 1 handler using that gnc_xfer_dialog_response_cb 
> > connected to the signal. It there aren't either the transfer dialog is 
> > trying to run more than one instance (count > 1) or the the handler is 
> > already disconnected (count == 0). I don't think connecting or failing to 
> > connect to the accessibility bus would affect that, but I don't know what 
> > would cause it.
> 
> Is it possible that the transfer dialog might have slipped "underneath" the 
> account window?  I *think* I have properly *Cancel*ed the (extranious) 
> transfer dialogs that popup when I reconcile credit accounts, but on at one 
> occasion I missed the cancel button and just "raised" the account window over 
> the dialog window (I caught that and retried the Cancel button).  The tranfer 
> dialog popups up *both* before the reconcilation dialog and after it (why?).

OK, I just did another batch of CC statements, being extra careful about 
*Cancel*ing the pesky transfer dialog windows, including checking underneath 
the account window.  No crashes... Can these dialogs be disabled?

> 
> > 
> > Regards,
> > John Ralls
> > 
> > 
> > 
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-10 Thread Robert Heller


At Sat, 10 Feb 2024 18:19:40 -0800 John Ralls  wrote:

> 
> 
> 
> > On Feb 10, 2024, at 5:19 PM, Robert Heller  wrote:
> > 
> > Always when hitting the reconcile button on a credit card account:
> > 
> > Could not determine the accessibility bus address
> > **
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >  
> > assertion failed: (count == 1)
> > Bail out! 
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >  
> > assertion failed: (count == 1)
> > Could not determine the accessibility bus address
> > **
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >  
> > assertion failed: (count == 1)
> > Bail out! 
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >  
> > assertion failed: (count == 1)
> > 
> > Things work fine after restarting...
> 
> Restarting GnuCash or the computer?

GnuCash.  (I'm on Linux, not MS-Windows -- I don't randomly reboot my Linux 
machines.)

> 
> The accessibility bus message probably indicates that the DBUS session has 
> quit for some reason. That part would be external to GnuCash.
> 
> The assertion that's failing is about the result of 
>  count = g_signal_handlers_disconnect_by_func(dialog,
>   gnc_xfer_dialog_response_cb,
>   xferData);
> There should be exactly 1 handler using that gnc_xfer_dialog_response_cb 
> connected to the signal. It there aren't either the transfer dialog is trying 
> to run more than one instance (count > 1) or the the handler is already 
> disconnected (count == 0). I don't think connecting or failing to connect to 
> the accessibility bus would affect that, but I don't know what would cause it.

Is it possible that the transfer dialog might have slipped "underneath" the 
account window?  I *think* I have properly *Cancel*ed the (extranious) 
transfer dialogs that popup when I reconcile credit accounts, but on at one 
occasion I missed the cancel button and just "raised" the account window over 
the dialog window (I caught that and retried the Cancel button).  The tranfer 
dialog popups up *both* before the reconcilation dialog and after it (why?).

> 
> Regards,
> John Ralls
> 
> 
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

 
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-10 Thread Robert Heller
I have gotten behind on my reconcilations and today I am catching up.

At Sat, 10 Feb 2024 20:09:24 -0600 David Carlson  
wrote:

> 
> If GnuCash crashes once then runs fine after restarting, then that isn't
> always!

No not always: it crashed, I restarted, re-did the handful of things lost with
the crash and then reconciled with out issues. Then went on to the next
statement, this time saving just before hitting the reconcile button. It
crashed again upon hitting reconcile, I restarted and then reconciled with out
issues. Went on to the next (and final for that account) statement and
everything was fine.

Question: I get popup dialogs wanting to make a transfer when I reconcile 
*some* accounts.  For savings accounts this is useful for entering interest 
paid that month.  For credit accounts, I have set up automated payments that 
are already entered via scheduled transactions and handle the interest as 
manual transaction entry before reconciling, so these extra popups are 
unneeded.  Is it possible to disable them?

> 
> Or do you mean that you cannot reconcile one or more credit card accounts?
> 
> I would suggest opening that account register and do a check and repair all
> transactions operation.  If you were to try that from the accounts screen
> you might be waiting all night for GnuCash to finish.
> 
> Good luck!
> 
> On Sat, Feb 10, 2024, 7:19 PM Robert Heller  wrote:
> 
> > Always when hitting the reconcile button on a credit card account:
> >
> > Could not determine the accessibility bus address
> > **
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >
> > assertion failed: (count == 1)
> > Bail out!
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >
> > assertion failed: (count == 1)
> > Could not determine the accessibility bus address
> > **
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >
> > assertion failed: (count == 1)
> > Bail out!
> > gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
> >
> > assertion failed: (count == 1)
> >
> > Things work fine after restarting...
> >
> >
> > --
> > Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
> > Deepwoods Software-- Custom Software Services
> > http://www.deepsoft.com/  -- Linux Administration Services
> > hel...@deepsoft.com   -- Webhosting Services
> >
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> >
> 
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
   
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-10 Thread John Ralls



> On Feb 10, 2024, at 5:19 PM, Robert Heller  wrote:
> 
> Always when hitting the reconcile button on a credit card account:
> 
> Could not determine the accessibility bus address
> **
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>  
> assertion failed: (count == 1)
> Bail out! 
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>  
> assertion failed: (count == 1)
> Could not determine the accessibility bus address
> **
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>  
> assertion failed: (count == 1)
> Bail out! 
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>  
> assertion failed: (count == 1)
> 
> Things work fine after restarting...

Restarting GnuCash or the computer?

The accessibility bus message probably indicates that the DBUS session has quit 
for some reason. That part would be external to GnuCash.

The assertion that's failing is about the result of 
 count = g_signal_handlers_disconnect_by_func(dialog,
  gnc_xfer_dialog_response_cb,
  xferData);
There should be exactly 1 handler using that gnc_xfer_dialog_response_cb 
connected to the signal. It there aren't either the transfer dialog is trying 
to run more than one instance (count > 1) or the the handler is already 
disconnected (count == 0). I don't think connecting or failing to connect to 
the accessibility bus would affect that, but I don't know what would cause it.

Regards,
John Ralls

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-10 Thread David Carlson
If GnuCash crashes once then runs fine after restarting, then that isn't
always!

Or do you mean that you cannot reconcile one or more credit card accounts?

I would suggest opening that account register and do a check and repair all
transactions operation.  If you were to try that from the accounts screen
you might be waiting all night for GnuCash to finish.

Good luck!

On Sat, Feb 10, 2024, 7:19 PM Robert Heller  wrote:

> Always when hitting the reconcile button on a credit card account:
>
> Could not determine the accessibility bus address
> **
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>
> assertion failed: (count == 1)
> Bail out!
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>
> assertion failed: (count == 1)
> Could not determine the accessibility bus address
> **
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>
> assertion failed: (count == 1)
> Bail out!
> gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
>
> assertion failed: (count == 1)
>
> Things work fine after restarting...
>
>
> --
> Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
> Deepwoods Software-- Custom Software Services
> http://www.deepsoft.com/  -- Linux Administration Services
> hel...@deepsoft.com   -- Webhosting Services
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Repeatable crashes with 4.14 on 32-bit arm Linux

2024-02-10 Thread Robert Heller
Always when hitting the reconcile button on a credit card account:

Could not determine the accessibility bus address
**
gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
 
assertion failed: (count == 1)
Bail out! 
gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
 
assertion failed: (count == 1)
Could not determine the accessibility bus address
**
gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
 
assertion failed: (count == 1)
Bail out! 
gnc.gui:ERROR:/home/heller/gnucash-4.14/gnucash/gnome-utils/dialog-transfer.c:2297:gnc_xfer_dialog_run_until_done:
 
assertion failed: (count == 1)

Things work fine after restarting...


-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
   
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.