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

OF cannot run with Remote Desktop under Windows #5955

Open
eeyrw opened this issue Apr 6, 2018 · 3 comments
Open

OF cannot run with Remote Desktop under Windows #5955

eeyrw opened this issue Apr 6, 2018 · 3 comments

Comments

@eeyrw
Copy link

eeyrw commented Apr 6, 2018

I access my Windows PC as a remote computer by using RDP. It seems that GLFW can not find monitor when I operate under RDP. Here is an issue about GLFW which may hit the core of this problem. By the way, the version I used is of 0.9.8 for Visual Studio.

[ error ] ofAppGLFWWindow: 65544: No monitors found
[ error ] ofAppGLFWWindow: couldn't init GLFW
[ error ] ofAppGLFWWindow: 65537: The GLFW library is not initialized
@oneandonlyoddo
Copy link

As far as I know Windows RDP doesn't support any 3D Acceleration. It will also crash other programs like Cinema 4D that need 3D Acceleration.

@youandhubris
Copy link
Contributor

The same happens with TeamViewer, if you install its drivers to Show black screen. For example. in Windows your monitor gets registered as Generic PNP Monitor in Device Manager, and you have to reinstall it.

So, and adding to what @oneandonlyoddo wrote, this seems to be more of an issue with third-party tools and not with openFrameworks itself.

@igiso
Copy link

igiso commented Sep 25, 2018

if you want to use open frameworks with RDP, you have to get an earlier version that supports GLUT,
make sure you use openGL 1 commands, (RDP does not support newer versions of open GL ofImage doesn't work, you need to use another drawing class)

you should be able to use GFLW if you lower the GL version from GFLW settings but not sure if it can be done in our fork of GFLW

ps, Windows Server 2016 supposedly supports newer versions of OPENGL but I have not tried it yet

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

No branches or pull requests

4 participants