-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
bitcoin/bitcoin
#24842Labels
Description
Expected behavior
The app should not crash.
Actual behavior
The app immediately crashes when trying to open the "Network Traffic" tab. If I open the tab right after startup it doesn't crash right away and everything looks fine, but then it crashes some 30 seconds later. Other tabs work fine.
To reproduce
- Start bitcoin-qt.
- Go to Window > Network Traffic.
System information
23.0rc4 installed with bitcoin-23.0rc4-win64-setup.exe on Windows 10 over a previous installation of 22.0.0.
These are the last lines of the debug log:
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 17
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 17
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 17
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 17
katesalazar