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

Unable to load PSBT #511

Open
ghost opened this issue Dec 24, 2021 · 14 comments
Open

Unable to load PSBT #511

ghost opened this issue Dec 24, 2021 · 14 comments
Labels
Bug Something isn't working Wallet

Comments

@ghost
Copy link

ghost commented Dec 24, 2021

Unable to load PSBT

Expected behavior

Bitcoin Core v 22.0

image

Actual behavior

Bitcoin Core (Master Branch)

image

To reproduce

  1. Run bitcoin-qt using Master Branch
  2. Load PSBT from clipboard
  3. Use PSBT: Respect dialog modality and fix a regression in wallet unlock #509 (comment)
@ghost ghost added the Bug Something isn't working label Dec 24, 2021
@hebasto
Copy link
Member

hebasto commented Dec 25, 2021

Can't confirm this issue on my Linux Mint 20.2 (Qt 5.12.8).

With the recent master (0106861):

Screenshot from 2021-12-25 22-55-00

@hebasto
Copy link
Member

hebasto commented Dec 25, 2021

@prayank23

What is your system? I'll try to reproduce the issue on a similar one.

@ghost
Copy link
Author

ghost commented Dec 25, 2021

What is your system? I'll try to reproduce the issue on a similar one.

[prayank@fedora ~]$ cat /etc/os-release
NAME="Fedora Linux"
VERSION="35 (Workstation Edition)"
ID=fedora
VERSION_ID=35
VERSION_CODENAME=""
PLATFORM_ID="platform:f35"
PRETTY_NAME="Fedora Linux 35 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:35"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f35/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=35
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=35
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
VARIANT="Workstation Edition"
VARIANT_ID=workstation

@hebasto
Copy link
Member

hebasto commented Dec 25, 2021

@prayank23

What QPA plugin is actually being used? wayland or xcb? (see in the second line of the debug.log)

@ghost
Copy link
Author

ghost commented Dec 25, 2021

2021-12-21T15:14:00Z Bitcoin Core version v22.99.0-702a243d34f8 (release build)
2021-12-21T15:14:00Z Qt 5.15.2 (dynamic), plugin=wayland (dynamic)

Is this relevant. I searched for wayland and this is what I see in logs

@hebasto
Copy link
Member

hebasto commented Dec 25, 2021

It works flawlessly on my Fedora 35 using either QPA plugin, wayland or xcb.

@ghost
Copy link
Author

ghost commented Dec 25, 2021

Let me try this:

  1. Reproduce on Ubuntu
  2. If you can share dependencies of Fedora. Maybe I will try to re-install and try again. I had installed everything from docs.

@hebasto
Copy link
Member

hebasto commented Dec 25, 2021

2. If you can share dependencies of Fedora.

Nothing special. I use system packages that are mentioned in our docs.

@hebasto
Copy link
Member

hebasto commented Dec 25, 2021

Could you try to run QT_FATAL_WARNINGS=1 ./src/qt/bitcoin-qt?

@ghost
Copy link
Author

ghost commented Dec 25, 2021

[prayank@fedora ~]$ QT_FATAL_WARNINGS=1 bitcoin-qt
QSocketNotifier: Can only be used with threads started with QThread
Aborted (core dumped)

@hebasto
Copy link
Member

hebasto commented Dec 25, 2021

The relevant code was touched recently in #399. What if check out the pre-399 variant of the master branch?

@ghost
Copy link
Author

ghost commented Dec 25, 2021

image

#509 (comment)

@hebasto hebasto added the Wallet label Dec 25, 2021
@Sjors
Copy link
Member

Sjors commented Aug 29, 2022

Just duplicated this error on macOS (on ~master): saved a PSBT and then tried to open it.

Here's the signet PSBT:
Elsewhere-0.00099662 BTC.psbt.zip

@Sjors
Copy link
Member

Sjors commented Aug 29, 2022

cc @achow101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Wallet
Projects
None yet
Development

No branches or pull requests

2 participants