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

RStudio preview fails to render window on Mac OS Mojave 10.14.4 Beta 18E215a #4445

Closed
md0u80c9 opened this issue Mar 13, 2019 · 25 comments
Closed

Comments

@md0u80c9
Copy link

@md0u80c9 md0u80c9 commented Mar 13, 2019

Hi,

I've been using RStudio 1.2 Preview with Mac OS Mojave preview builds and not had any problems to date.

I updated with yesterday's preview (Beta 5) and since then RStudio fails to open the IDE window. Replicated on both an iMac and a MacBook Pro.

I've checked with the latest version of RStudio preview and seen the same results.

Clearly not sure if this is a bug with the Mojave beta, or an issue with the way RStudio renders.

Screenshot 2019-03-13 at 07 36 07

@jmcphers
Copy link
Member

@jmcphers jmcphers commented Mar 13, 2019

What's the exact version of RStudio you're using?

@md0u80c9
Copy link
Author

@md0u80c9 md0u80c9 commented Mar 13, 2019

1.2.1206 Exhibited this although I subsequently downloaded the latest version from the RStudio Preview website and this also did this too (don't have the exact version to hand but the one from the website yesterday).

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Mar 13, 2019

If you resize the window a tiny bit, does the UI become visible?

If it does, can you please take a screenshot of the Help -> About RStudio dialog?

@md0u80c9
Copy link
Author

@md0u80c9 md0u80c9 commented Mar 13, 2019

@jmcphers jmcphers added this to the v1.2 milestone Mar 13, 2019
@jmcphers
Copy link
Member

@jmcphers jmcphers commented Mar 13, 2019

I just updated to 18E215a and I can now reproduce this as well.

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Mar 13, 2019

@jmcphers can you test:

@jmcphers
Copy link
Member

@jmcphers jmcphers commented Mar 13, 2019

  • I can reproduce with a local build.
  • I can't check Nano Browser because Qt Creator seems completely busted (the interface draws but is unresponsive).
  • Removing that line doesn't change the behavior.

It's clear that the interface is actually loading; for example if I move my cursor over it it will change to a hand in some spots. Also, triggering a repaint by right-clicking and choosing Reload, or opening the dev tools, fixes everything.

Unlike the wantsLayer issue, however, this affects every RStudio window -- even the devtools show up blank.

image

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Mar 13, 2019

Dear lord...

Can we reproduce this in any other Chromium-using application? What about qutebrowser? (Use brew cask install qutebrowser to install)

@jmcphers
Copy link
Member

@jmcphers jmcphers commented Mar 13, 2019

Other chromium-based apps work fine (qutebrowser, VS Code, and Slack). Qt Creator is pretty busted, so I wonder if 12.1 has some compatibility issues to work out...

image

@jmcphers
Copy link
Member

@jmcphers jmcphers commented Mar 13, 2019

Opened a Qt Creator bug here: https://bugreports.qt.io/browse/QTCREATORBUG-22131

It looks like this is an issue with QtWebEngine from Qt 5.12.1, not just with RStudio (appears to reproduce with nanobrowser). Once I've done some more verification I'll open up a QTBUG.

@ukyoi
Copy link

@ukyoi ukyoi commented Mar 14, 2019

Maybe it's a bug of macOS since it seems only happens on 10.14.4 beta 18E215A. As everyone knows the OpenGL support on macOS is just a mess.

@jmcphers
Copy link
Member

@jmcphers jmcphers commented Mar 14, 2019

Also reported on Twitter. https://twitter.com/DSmilti/status/1106270572676374529

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Mar 14, 2019

The issue appears to affect all applications using Qt Quick with Qt 5.12.x: https://bugreports.qt.io/browse/QTBUG-74452

Hopefully this is an issue that will just go away in the next iteration of the Mojave preview release...

@md0u80c9
Copy link
Author

@md0u80c9 md0u80c9 commented Mar 14, 2019

Indeed. I have reported it on bugreport.apple.com and have linked to this issue.

@hemip
Copy link

@hemip hemip commented Mar 15, 2019

Can confirm this bug running Rstudio preview (v1.2.1326-1 Preview) and was affected when I upgraded my Mac to Mojave 10.14.4 beta today. However, the stable version of Rstudio (1.1.463) is not affected.

@carloscinelli
Copy link

@carloscinelli carloscinelli commented Mar 16, 2019

I can also confirm the bug for RStudio v1.2.1327-1 - Preview.

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Mar 16, 2019

Can you file a bug report with Apple?

@hrbrmstr
Copy link
Contributor

@hrbrmstr hrbrmstr commented Mar 17, 2019

I submitted as well. Problem ID 48962598 for ref (if needed)

Anyone know which version of RStudio Dailies will work until it's fixed? (I'll start playing "gotta test'em all" for now)

Wow. Had to go all the way back to the ancient 1.1.463. My gosh what is this, the Dark Ages?! :-)

@tyluRp
Copy link

@tyluRp tyluRp commented Mar 18, 2019

RStudio 1.2.1326 now works for me on the latest MacOS Mojave Beta 18E220a. I was running MacOS version 18E215a prior.

@hrbrmstr
Copy link
Contributor

@hrbrmstr hrbrmstr commented Mar 18, 2019

ah! I see that macOS beta update just dropped.

I'm now hesitating since a "console output stalling" issue that I was attributing to my system seems to not be "A Thing" in 1.1.x RStudio and I have no way of even beginning to diagnose/triage/report except to record an animated gif.

@md0u80c9
Copy link
Author

@md0u80c9 md0u80c9 commented Mar 19, 2019

I can confirm the latest beta resolves this issue: I'd suggest closing the issue if everyone in agreement.

@hrbrmstr
Copy link
Contributor

@hrbrmstr hrbrmstr commented Mar 19, 2019

same. Apple reverted whatever they broke.

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Mar 19, 2019

That sound you hear is me and the rest of the IDE breathing a heavy sigh of relief. Thanks everyone for testing and verifying!

@jmcphers
Copy link
Member

@jmcphers jmcphers commented Mar 19, 2019

Can also confirm this. Whew!

@ronblum
Copy link
Contributor

@ronblum ronblum commented Mar 19, 2019

Joyously verified.

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

9 participants