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

Index was out of range error crashes Denaro #655

Closed
ghost opened this issue Aug 19, 2023 · 1 comment · Fixed by #659
Closed

Index was out of range error crashes Denaro #655

ghost opened this issue Aug 19, 2023 · 1 comment · Fixed by #659
Assignees
Labels
bug Something isn't working in-beta This issue is fixed in a beta version
Milestone

Comments

@ghost
Copy link

ghost commented Aug 19, 2023

Hi, I got this error while I was checking my translation.

It occured when I click a button.

  • Version: 9157f69 build using flatpak-builder as Flatpak.
  • OS: Ubuntu 23.04
money.webm
flatpak run --verbose org.nickvision.money

(NickvisionMoney.GNOME:2): Gtk-CRITICAL **: 17:42:52.949: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed

(NickvisionMoney.GNOME:2): Gtk-CRITICAL **: 17:42:52.949: gtk_widget_add_css_class: assertion 'GTK_IS_WIDGET (widget)' failed
UnhandledException - unhandled exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at NickvisionMoney.GNOME.Views.AccountView.OnDateRangeStartYearChanged() in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountView.cs:line 1252
   at NickvisionMoney.GNOME.Views.AccountView.<.ctor>b__69_21(Object sender, NotifySignalArgs e) in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountView.cs:line 207
   at GObject.Closure.InternalCallback(IntPtr closure, IntPtr returnValuePtr, UInt32 nParamValues, ValueData[] paramValuesData, IntPtr invocationHint, IntPtr userData)

@nlogozzo nlogozzo added this to the V2023.8.1 milestone Aug 19, 2023
@nlogozzo nlogozzo added the bug Something isn't working label Aug 19, 2023
@nlogozzo nlogozzo self-assigned this Aug 20, 2023
@nlogozzo nlogozzo mentioned this issue Aug 21, 2023
@nlogozzo nlogozzo added the in-beta This issue is fixed in a beta version label Aug 24, 2023
@nlogozzo
Copy link
Member

https://github.com/NickvisionApps/Denaro/releases/tag/2023.8.1-rc1

should be on flathub beta soon...whenever gnome gitlab is up again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-beta This issue is fixed in a beta version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant