Bug with new wallet wizard #65

Closed
opened 2 years ago by jahway603 · 7 comments
Collaborator

Tested on: SDL version 1.5.2 on ARM Devuan, but I believe this bug also exists on x86 and will have to verify.

Description:

  • When the New Wallet Wizard first comes up, I can click the "Next" button without entering anything and then the Wizard goes to the next screen.

  • That next screen has a "Back" button, but it will not let me click on it.

  • Then when I hit the "Cancel" button, SDL crashes.

Tested on: SDL version 1.5.2 on ARM Devuan, but I believe this bug also exists on x86 and will have to verify. Description: - When the New Wallet Wizard first comes up, I can click the "Next" button without entering anything and then the Wizard goes to the next screen. - That next screen has a "Back" button, but it will not let me click on it. - Then when I hit the "Cancel" button, SDL crashes.
Owner

@jahway603 if youa are able to report the STDOUT output just before the crash, that would help greatly. The last 20 to 50 lines is probably enough

@jahway603 if youa are able to report the STDOUT output just before the crash, that would help greatly. The last 20 to 50 lines is probably enough
Collaborator

Just confirming that it is also applicable on x86. @jahway603

I think STDOUT output won't be helpful. @duke

qt5ct: using qt5ct plugin
Loading locale  ""
MainWindow 

qt5ct: D-Bus global menu: no
setupStatusBar 

"Dark" theme  "Dark"  has loaded
Animation dark loaded
Set animation
Controller : cl= 0x 

Controller after loadConnection 

getSettings
getSettings
getSettings
doAutoConnect  server= "https://lite.hush.land"
Wallet exists: false
makeConnection
Connection
doAutoConnect : server= "https://lite.hush.land"  connection= Connection(0x)  me= 0x

doRPC :  "info"
litelib_process_response :  Error: Light Client is not initialized
Just confirming that it is also applicable on x86. @jahway603 I think STDOUT output won't be helpful. @duke ``` qt5ct: using qt5ct plugin Loading locale "" MainWindow qt5ct: D-Bus global menu: no setupStatusBar "Dark" theme "Dark" has loaded Animation dark loaded Set animation Controller : cl= 0x Controller after loadConnection getSettings getSettings getSettings doAutoConnect server= "https://lite.hush.land" Wallet exists: false makeConnection Connection doAutoConnect : server= "https://lite.hush.land" connection= Connection(0x) me= 0x doRPC : "info" litelib_process_response : Error: Light Client is not initialized ```
Owner

@onryo @jahway603 if either of you can provide a coredump backtrace, that will definitely be useful

@onryo @jahway603 if either of you can provide a coredump backtrace, that will definitely be useful
Owner

testing this on Ubuntu x86, I get the same STDOUT as @onryo above, but no coredump. The core bug is that we should disable the Next button until all necessary items have been input

testing this on Ubuntu x86, I get the same STDOUT as @onryo above, but no coredump. The core bug is that we should disable the Next button until all necessary items have been input
Owner

Another bug is that there should be no "Back" button on the very first page of the wizard.

Another bug is that there should be no "Back" button on the very first page of the wizard.
duke referenced this issue from a commit 2 years ago
Owner

@jahway603 @onryo I have fixed the core issue on dev branch, see commit message for details. Not sure if the "coredump on Cancel" bug is fixed yet

@jahway603 @onryo I have fixed the core issue on `dev` branch, see commit message for details. Not sure if the "coredump on Cancel" bug is fixed yet
duke commented 1 year ago
Owner

seems to be fixed, there is no back button now. closing

seems to be fixed, there is no back button now. closing
duke closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.