-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Problem with launching VNote on remote machine #1830
Comments
Maybe you need to try out the |
@tamlok Thank you for you answer. Unfortunately, none of the tricks listed in that thread has worked (I tried various values for the QT_OPENGL system environment variable and the corresponding VNote options). Actually, I have noticed exactly the same behaviour for another similar Qt-based piece of software called Ghost writer. Apart from that there were report on Internet that Autocad and some Adobe software (I can't remember which one it was) is plagued with it as well. That makes me strongly suspect the problem lies with some Qt libraries, rather than with your code. That being said, you still may want to wish to investigate it, provided it'll be reported by other users (surely, it might be a subtle problem with my machine configuration). |
I encountered the same problem with the remote tool (sunlogin/todesk). The remote machine could not render the. md file, It is completely normal to open with this machine when sit in front of this machine. |
try setting opengl value |
Try setting opengl value Select software through Settings>General>OpenGL. |
I try to run VNote on machine to which I connect via RDP (both remote and local machines run Windows 10). It fails with the following error:
It happens in remote session only. When I sit in front of that machine VNote launches normally.
I found a work-around which is to forcibly disable the video-card of the remote machine in Device manager:
It works, but... the remote machine must be restarted for the video-card to become properly disabled (and later be restarted again, when I need to use it locally). Besides, the work-around is not exactly elegant, is it? You may want to investigate this issue.
P. S. Many thanks for nice and handy piece of software!
The text was updated successfully, but these errors were encountered: