bitshares / bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core
https://bitshares.org/
The Unlicense
219 stars 174 forks source link

Bitshares 0.9 crashes in Ubuntu 14.04 after right mouse click #1520

Open ljkrause opened 9 years ago

ljkrause commented 9 years ago
Clicking the right mouse botton let's the GUI crash (Ubuntu 14.04, plain installation):

./Bitshares
$ Could not start new instance listener. Attempting to remove defunct listener... Success.
Listening for new instances on /tmp/BitShares
243627ms th_a       thread.cpp:95                 thread               ] name:bitshares tid:140519327041280
245244ms th_a       MainWindow.cpp:922            loadWebUpdates       ] No web update package found.
245265ms th_a       ClientWrapper.cpp:136         initialize           ] config: {
  "logging": {
    "includes": [],
    "appenders": [{
        "name": "stderr",
        "type": "console",
        "args": {
          "stream": "std_error",
          "level_colors": [{
              "level": "debug",
              "color": "green"
            },{
              "level": "warn",
              "color": "brown"
            },{
              "level": "error",
              "color": "red"
            }
          ]
        },
        "enabled": true
      },{
        "name": "stdout",
        "type": "console",
        "args": {
          "stream": "std_out",
          "level_colors": [{
              "level": "debug",
              "color": "green"
            },{
              "level": "warn",
              "color": "brown"
            },{
              "level": "error",
              "color": "red"
            }
          ]
        },
        "enabled": true
      }
    ],
    "loggers": [{
        "name": "default",
        "level": "debug",
        "enabled": true,
        "additivity": false,
        "appenders": [
          "stderr"
        ]
      }
    ]
  },
  "ignore_console": false,
  "client_debug_name": "",
  "rpc": {
    "enable": false,
    "enable_cache": true,
    "rpc_user": "randomuser",
    "rpc_password": "d2cb1e8a818770e5621e7c8a5b1b8d8042585b91319836102f97725ca5d68dd1",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "websocket_endpoint": "0.0.0.0:0",
    "encrypted_rpc_endpoint": "127.0.0.1:0",
    "encrypted_rpc_wif_key": "",
    "htdocs": "./htdocs",
    "users": []
  },
  "statistics_enabled": false,
  "default_peers": [
    "46.226.109.66:1776",
    "54.77.51.177:1776",
    "54.79.27.224:1776",
    "61.129.33.213:1776",
    "84.238.140.192:42577",
    "85.214.53.224:1776",
    "95.85.33.16:8764",
    "104.131.35.149:1776",
    "106.185.26.162:1776",
    "178.62.50.61:1776",
    "178.62.50.61:1777",
    "178.62.50.61:1778",
    "178.62.50.61:1779",
    "178.62.157.161:1776",
    "180.153.142.120:1777",
    "185.25.22.21:1776",
    "188.226.195.137:60696"
  ],
  "maximum_number_of_connections": 200,
  "use_upnp": true,
  "chain_servers": [],
  "chain_server": {
    "enabled": false,
    "listen_port": 0
  },
  "wallet_enabled": true,
  "min_relay_fee": 10000,
  "wallet_callback_url": "",
  "light_network_fee": 10000,
  "light_relay_fee": 10000,
  "relay_account_name": "",
  "faucet_account_name": ""
}
245265ms th_a       ClientWrapper.cpp:139         initialize           ] Starting client with data-dir: /home/testing/.BitShares
Loading config from file: /home/testing/.BitShares/config.json
Initializing state from built-in genesis file
Successfully replayed 0 blocks in 1 seconds.                          
Blockchain size changed from 0MiB to 0MiB.
QSslSocket: cannot resolve SSLv2_client_method
QSslSocket: cannot resolve SSLv2_server_method
/index.html
/css/app.css
/js/app.js
/locale-en.json
/locale-de.json
/img/logo-ico.svg
/img/xts-logo-xl-white-shadow.png
/img/xt-background.jpg
/webfonts/Roboto-Regular-webfont.woff
/webfonts/fontawesome-webfont.woff
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
/webfonts/Roboto-Regular-webfont.ttf
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
/webfonts/Roboto-Regular-webfont.svg
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
/img/logo-ico.svg
Cannot mix incompatible Qt library (version 0x50201) with this library (version 0x50400)

$
dnotestein commented 9 years ago

This part of error looks relevant: Cannot mix incompatible Qt library (version 0x50201) with this library (version 0x50400)