-
Notifications
You must be signed in to change notification settings - Fork 107
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
Blank pop-up on massa wallet - Ubuntu #1280
Comments
The pop up is a wails embedded browser kit (https://wails.io). The blank page may be caused by an error in the routing. To debug, we can try to print the event that is sent to wails and see why the switch statement for the routing doesn't redirect to the expected page. |
@Thykof how can I dump wails log after launching massastation in terminal ? |
If I would do it, I would modify the code to add some |
Still buggy after upgrading to station v0.6.1 after mainnet launch |
From Wails FAQ:
|
While this might work, it might cause issues with other Webkit apps if set system wide since it will be applied to any Wekbit app. A solution to this might be to create our own env variable such as That way, we could ask users with this issue to set |
Man ! You're a lifesaver! That just worked fine! I opened a terminal, ran "export WEBKIT_DISABLE_DMABUF_RENDERER=1" then ran massastation and... tada ! everything is fixed ! |
The problem(s)
The pop-up is rendering blank.
To Reproduce
https://discord.com/channels/828270821042159636/1177269236628992102/1177269236628992102
Expected behavior(s)
Screenshots
MassaStation version
0.4.0
more info: https://discord.com/channels/828270821042159636/1178393948054618132/1178393948054618132
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: