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

Application Crashes When Opening Account Settings Window #679

Closed
OssNass opened this issue Sep 1, 2023 · 7 comments
Closed

Application Crashes When Opening Account Settings Window #679

OssNass opened this issue Sep 1, 2023 · 7 comments
Labels
bug Something isn't working
Milestone

Comments

@OssNass
Copy link

OssNass commented Sep 1, 2023

I just started to use Denaro.

I have created a new saving account, and after the wizard is done, I try to check the account settings and the application just crashes.

Furthermore, I am using the latest Flatpak version with Fedora 38

The error message is the following:

   at GLib.Internal.StringArrayNullTerminatedSafeHandle..ctor(String[] array)
   at Gtk.StringList.New(String[] strings)
   at NickvisionMoney.GNOME.Views.AccountSettingsDialog.Validate() in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountSettingsDialog.cs:line 380
   at NickvisionMoney.GNOME.Views.AccountSettingsDialog..ctor(Builder builder, AccountSettingsDialogController controller, Window parent) in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountSettingsDialog.cs:line 326
   at NickvisionMoney.GNOME.Views.AccountSettingsDialog..ctor(AccountSettingsDialogController controller, Window parent) in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountSettingsDialog.cs:line 337
   at NickvisionMoney.GNOME.Views.AccountView.AccountSettings(SimpleAction sender, EventArgs e) in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountView.cs:line 849
   at GObject.Signal`2.<>c__DisplayClass11_0.<Connect>b__0(Value returnValue, Value[] parameters)
   at GObject.Closure.InternalCallback(IntPtr closure, IntPtr returnValuePtr, UInt32 nParamValues, ValueData[] paramValuesData, IntPtr invocationHint, IntPtr userData)
@Hyperspeed1313
Copy link

Same setup, exact same problem, very similar output:

UnhandledException - unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at GLib.Internal.StringArrayNullTerminatedSafeHandle..ctor(String[] array)
   at Gtk.StringList.New(String[] strings)
   at NickvisionMoney.GNOME.Views.AccountSettingsDialog.Validate() in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountSettingsDialog.cs:line 380
   at NickvisionMoney.GNOME.Views.AccountSettingsDialog..ctor(Builder builder, AccountSettingsDialogController controller, Window parent) in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountSettingsDialog.cs:line 326
   at NickvisionMoney.GNOME.Views.AccountSettingsDialog..ctor(AccountSettingsDialogController controller, Window parent) in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountSettingsDialog.cs:line 337
   at NickvisionMoney.GNOME.Views.AccountView.AccountSettings(SimpleAction sender, EventArgs e) in /run/build/org.nickvision.money/NickvisionMoney.GNOME/Views/AccountView.cs:line 849
   at GObject.Closure.InternalCallback(IntPtr closure, IntPtr returnValuePtr, UInt32 nParamValues, ValueData[] paramValuesData, IntPtr invocationHint, IntPtr userData)

@fsobolev
Copy link
Member

fsobolev commented Sep 1, 2023

Looks like this and #680 are the same bug

@nlogozzo nlogozzo added this to the V2023.9.0 milestone Sep 2, 2023
@nlogozzo nlogozzo added the bug Something isn't working label Sep 2, 2023
@nlogozzo
Copy link
Member

nlogozzo commented Sep 2, 2023

Will look into and confirm if it's the same. I'll just close them all in the same PR...i'll make one now to fix all these bugs

@nlogozzo
Copy link
Member

nlogozzo commented Sep 2, 2023

I believe this is #644 (comment) which was fixed in main...

Could you install this .flatpak file and run it and confirm if it's fixed or not: https://github.com/NickvisionApps/Denaro/actions/runs/6033236519
Here are the commands to run after you extract the zip:

flatpak install org.nickvision.money.flatpak
flatpak run org.nickvision.money//master

when you are done testing uninstall with flatpak uninstall org.nickvision.money//master

@nlogozzo
Copy link
Member

nlogozzo commented Sep 2, 2023

If that build works, I'll release an update with this as a hot fix

@nlogozzo nlogozzo closed this as completed Sep 3, 2023
@nlogozzo
Copy link
Member

nlogozzo commented Sep 3, 2023

@Hyperspeed1313
Copy link

A bit late getting back but can confirm V2023.9.2 release has this fixed.

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

4 participants