-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
mist on qt 5.4.0 panic: unsupported variant type: 1024 (QJSValue) #212
Comments
I was able to work around this bug by downgrading to 5.3.2 and clearing out some old packages: First, force checkout the specific commit for QT 5.3.2 in brew:
Update environment variables to point to 5.3.2:
Remove QML references and re-get all dependencies:
Re-install mist:
|
If you already had 5.3.2, you can probably just |
Submitted possible solution to go-qml repo. See: go-qml/qml#137 |
using brew only, I've resolve this as follows: As tgerring commented, first check the qt 5.3.2 from doing this:
Then, just reinstall qt5 using brew:
Switch qt5 to 5.3.2:
finally reinstall go-ethereum:
|
Fixed |
[ REDACTED ] see https://gist.github.com/obscuren/51437f663cfaedff398f "Issue is for qt 5.4 not 5.2.1. Please re-open new issue." |
Ok. Sorry. I got mist to execute just now on 5.2.1 anyway. |
…es-errors Add granular error reporting in mutable resources
sharding: refactored notary tests to use internal mock client (ethereum#212)
Add penalty feature
update trusted checkpoint for testnet also
1099 miner DAG pre-generation fix
…reum#212) * move jenkins files * trigger jenkins * trigger jenkins * trigger jenkins * fix goproxy --------- Co-authored-by: vincent <[email protected]>
Make the RPC max response batch size editable
With QT 5.4.0, works fine on QT 5.3.2.
The text was updated successfully, but these errors were encountered: