-
Notifications
You must be signed in to change notification settings - Fork 562
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
make gui_grt
with latest ORFS no longer opens the GUI
#6172
Comments
Tried |
Tried |
It opens for me. On what OS? Under docker? |
|
@maliberty I get the same behavior on Ubuntu24. If I run with:
Nothing happens to open the window again. |
No docker, Ubuntu 24.04 (as per logs). |
Does showMaximized() work? Does show() help? |
Or |
@maliberty I tried, no. I think it's an issue with the Wayland driver that Qt5 has. I am going to try and compile with Qt6 since that seems to show some promise based on a few messages board posts I saw |
@maliberty short answer is Qt6 gets rid of some warnings I see related to Wayland. If I disable Wayland temporarily it seems to work, but this appears to be an issue in Qt. |
@gadfort does qt6 solve the issue? |
@maliberty no it did not. |
How do I disable Wayland in Qt? |
@maliberty If this will take a while, can we add a workaround to ORFS meanwhile? |
Describe the bug
Check out latest ORFS, run
./build_openroad.sh --local --latest
, then use nangate/gcd/config.mk:I can see that OpenROAD is running and using 0% CPU, if I click on the icon, it opens normally:
Expected Behavior
make gui_grt
should open the GUI after timing has been loadedEnvironment
To Reproduce
See above
Relevant log output
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: