Skip to content
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

GUI not functioning. #5362

Closed
RandomAccountt opened this issue Mar 26, 2021 · 6 comments
Closed

GUI not functioning. #5362

RandomAccountt opened this issue Mar 26, 2021 · 6 comments

Comments

@RandomAccountt
Copy link

RandomAccountt commented Mar 26, 2021

Description

When opening Bisq, the GUI does not start.

Version

1.5.9

Steps to reproduce

  1. Open Bisq.

Expected behaviour

GUI opens.

Actual behaviour

GUI does not open, but the application exists in the background. Uses resources as normal. The app appears open in the taskbar, but clicking on it does not bring up the GUI.

Screenshots

This appears in the windows key+tab menu.
win-tab

Device or machine

ASUS TUF FX505DT
Running latest version of Windows 10.

Additional info

Issue persists after reinstall. Additionally, I would like to know if there is a way to export my wallet to electrum or any other wallet. I do not have the wallet seed, but I have my backup files. Thanks

@boring-cyborg
Copy link

boring-cyborg bot commented Mar 26, 2021

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

@wallclockbuilder
Copy link
Contributor

Fastest way around this is to use a VM(e.g. Ubuntu on virtualbox).

@cd2357
Copy link
Contributor

cd2357 commented Mar 27, 2021

Is this the first time you run Bisq? Or did you run it before and it ran fine, but it started behaving like this after a Bisq upgrade / OS upgrade / etc ?

One thing you can try is to disable the use of Hardware Graphics Acceleration in Bisq by doing the following:

  1. Using notepad open the file Bisq.cfg located in C:\Users\<your username>\AppData\Local\Bisq\app
  2. Under the section [JVMOptions] add the following -Dprism.order=sw such that it now looks like this:
[JVMOptions]
-Dprism.order=sw
  1. Close/save the file and start Bisq again

Reference threads:

@cd2357 cd2357 added the in:gui label Mar 27, 2021
@cd2357
Copy link
Contributor

cd2357 commented Mar 28, 2021

Might be related to #5366 because there

"the Bisq window usually turns into a blank white rectangle"

@RandomAccountt
Copy link
Author

Is this the first time you run Bisq? Or did you run it before and it ran fine, but it started behaving like this after a Bisq upgrade / OS upgrade / etc ?

Nope, it happened after a while using the app. Definitely not from a bisq upgrade, perhaps from a Windows update but I cannot remember.

Although the issue was not fixed after a complete reinstall, I was afterwards advised by Mawueli on the Keybase to reinstall C++ redistributable packages and check for corrupted files on my windows device. After doing these steps, AND reinstalling, I could no longer replicate the issue, and Bisq works as intended now.

@cd2357
Copy link
Contributor

cd2357 commented Apr 3, 2021

Alright @RandomAccountt thanks for the update. Then I'll close this, since your problem is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants