Blockstream / green_qt

Blockstream Green App
GNU General Public License v3.0
203 stars 32 forks source link

Windows 10 Desktop app crashes when loading transactions #63

Closed ktulu75 closed 1 year ago

ktulu75 commented 2 years ago

Version 1.0.4 on Windows 10

The desktop app crashes without warning when "Loading transactions".

Log:

[2021-12-04 14:36:09.037037] [app:info] Blockstream Green 1.0.4 [2021-12-04 14:36:09.037037] [app:info] System Information: [2021-12-04 14:36:09.037037] [app:info] Build ABI: x86_64-little_endian-llp64 [2021-12-04 14:36:09.037037] [app:info] Build CPU Architecture: x86_64 [2021-12-04 14:36:09.037037] [app:info] Current CPU Architecture: x86_64 [2021-12-04 14:36:09.037037] [app:info] Kernel Type: winnt [2021-12-04 14:36:09.037037] [app:info] Kernel Version: 10.0.19043 [2021-12-04 14:36:09.037037] [app:info] Product Type: windows [2021-12-04 14:36:09.037037] [app:info] Product Version: 10 [2021-12-04 14:36:09.037037] [app:info] Build Type: release [2021-12-04 14:36:09.037037] [app:info] Data directory: "C:/Users/Besitzer/AppData/Local/Blockstream/Green" [2021-12-04 14:36:09.037037] [app:info] Log file: "C:/Users/Besitzer/AppData/Local/Blockstream/Green/logs/1.0.4.txt" [2021-12-04 14:36:09.892892] [app:debug] void ConnectHandler::exec() ConnectHandler(0x28ad2100a10) [2021-12-04 14:36:09.908908] [gdk:info] Connecting using version 02121fa to wss://prodwss.greenaddress.it/v2/ws [2021-12-04 14:36:10.138138] [app:debug] ConnectHandler(0x28ad2100a10) GA_connect 0 [2021-12-04 14:36:10.139139] [app:debug] session connected, now check for updates [2021-12-04 14:36:10.293293] [app:debug] QJsonObject({"files":{"linux":{"filename":"1.0.4/BlockstreamGreen-x86_64.AppImage","hash":"95a080bcbbd1388e58bb726aac8fc43678a9a9ad2d83e254cab9b3716095469d"},"mac":{"filename":"1.0.4/BlockstreamGreen_MacOS_x86_64.zip","hash":"904dbe84021746cc1b0d8199d91216bec7c4e306f20dd59ff7ba7a44c7a47000"},"windows":{"filename":"1.0.4/BlockstreamGreen_Windows_x86_64.zip","hash":"93f5780dd382c1cdf8bdf51293fa8fe39b2340bab49f6af869053abdd59ad6e1"}},"version":"1.0.4"}) [2021-12-04 14:36:10.294294] [gdk:info] assertion failure: ../src/ffi_c.cpp:assert_pointer_args:30: [2021-12-04 14:36:22.715715] [app:debug] void ConnectHandler::exec() ConnectHandler(0x28ad89e6a80) [2021-12-04 14:36:22.718718] [gdk:info] Connecting using version 02121fa to wss://prodwss.greenaddress.it/v2/ws [2021-12-04 14:36:22.917917] [app:debug] ConnectHandler(0x28ad89e6a80) GA_connect 0 [2021-12-04 14:36:22.934934] [app:debug] authentication change Wallet::Unauthenticated -> Wallet::Authenticating [2021-12-04 14:36:23.085085] [gdk:info] C:/Users/Besitzer/AppData/Local/Blockstream/Green\gdk/1b4bdd3e49031507c723fa21373463bc6.sqliteaesgcm loaded correctly [2021-12-04 14:36:23.138138] [gdk:info] Load blob ver 8 over 0 [2021-12-04 14:36:23.168168] [app:debug] void Wallet::setSettings(const QJsonObject&) QJsonObject({"altimeout":10,"csvtime":51840,"nlocktime":12960,"notifications":{"email_incoming":true,"email_outgoing":true},"pgp":"","pricing":{"currency":"EUR","exchange":"COINGECKO"},"required_num_blocks":3,"sound":true,"unit":"BTC"}) [2021-12-04 14:36:23.318318] [app:debug] authentication change Wallet::Authenticating -> Wallet::Authenticated

domegabri commented 1 year ago

Please upgrade and let us know if the issue persists.