[vtkusers] vtkEGLRenderWindow error message

Elhassan Abdou elhassan.abdou at gmail.com
Tue Dec 19 17:45:56 EST 2017


Hi,

I ran the tests of VTK, they passed except 4 tests
The following tests FAILED:
1>	1045 - vtkRenderingCoreCxx-TestResetCameraVerticalAspectRatio (Failed)
1>	1046 - vtkRenderingCoreCxx-TestResetCameraVerticalAspectRatioParallel (Failed)
1>	1062 - vtkRenderingCoreCxx-TestWindowToImageFilter (Failed)
1> 1068 - vtkRenderingExternalCxx-TestGLUTRenderWindow (Failed)
They are not related to EGL. They failed because of command line error “I guess”: 
>Errors while running CTest
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: The command "setlocal
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: "C:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C Release
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmEnd
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmErrorLevel
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: exit /b %1
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmDone
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :VCEnd" exited with code 8.
1>Done building project "RUN_TESTS.vcxproj" -- FAILED.


I tried to run the small EGL program, but it is not compiled. The unistd.h does not exist on Windows 10 visual studio 2017. I can not figure out where is the problem. The EGL files and lib I used, I got from ANGLE project. I think that is problem. Can you help me where I can find EGL files to my platform?.
I am using windows 10
Nvidia GTX 1060 Driver version 388.59
Visual studio 2017 community

I am looking forward to hearing from you

Elhassan


Sent from Mail for Windows 10

From: Dan Lipsa
Sent: Monday, December 18, 2017 7:46 PM
To: Elhassan Abdou
Cc: VTK Users
Subject: Re: [vtkusers] vtkEGLRenderWindow error message

Not sure about glew. It runs fine on our test machines.

https://open.cdash.org/index.php?project=VTK

taanab is an EGL build.

What OS, graphics card, graphics card driver version do you have? Are you your EGL installation works correctly. Can you compile/run a small EGL program?
For instance
https://www.khronos.org/registry/EGL/sdk/docs/man/html/eglIntro.xhtml




On Mon, Dec 18, 2017 at 1:23 PM, Elhassan Abdou <elhassan.abdou at gmail.com> wrote:
Hi ,

Thank you for your reply. I have not ran the test yet. I Will do this. But do you think that glew needs to be updated with eglew files that are supported from glew2.0.0?
I am not sure which version VTK has.
In the error message I noticed that glew failed to initialize

Regards
Elhassan

On 18 Dec 2017 7:18 PM, "Dan Lipsa" <dan.lipsa at kitware.com> wrote:
Elhassan,
Do the VTK tests run fine? Try to compile with BUILD_TESTING and then run ctest in the build directory.

On Sun, Dec 17, 2017 at 2:52 AM, Elhassan Abdou <elhassan.abdou at gmail.com> wrote:
Hi all,

I am trying to use vtkEGLrenderWindow but I receive this runtime error:
 Setting an EGL display to device index: 0 require EGL_EXT_device_base EGL_EXT_platform_device EGL_EXT_platform_base extensions

ERROR: In D:\toolkits\vtkrcgit\Rendering\OpenGL2\vtkEGLRenderWindow.cxx, line 356
vtkEGLRenderWindow (00000196387DE220): No matching EGL configuration found.


Any idea why I am receiving this. Can you give me tip even how to fix this?

Regards
Elhassan

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
https://vtk.org/mailman/listinfo/vtkusers


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
https://vtk.org/mailman/listinfo/vtkusers


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://vtk.org/pipermail/vtkusers/attachments/20171219/4399c3b9/attachment.html>


More information about the vtkusers mailing list