You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install GLVIS-4.2 with mfem-4.4 under WSL. Compilation using make went well for both and also for the mfem examples. I then install VcXsrv for the graphic. I made the command export DISPLAY=192.168.2.43:0.0. I test with two applications, xterm and xcalc, both works fine.
When I start ./glvis I get the following message....
Waiting for data on port 19916 ...
FATAL: Failed to initialize SDL: No available video device
Thank you for using GLVis.
I try Xming and get the same behaviour.
I am on Windows 10 Version 10.0.19044.
I don't know what to do... do you have any suggestion?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Can you try building glvis in debug mode? The make command is make debug if you're using the GNU make build system. For CMake, you can add use the standard flag -DCMAKE_BUILD_TYPE=Debug.
In debug build there could be more details about the failure.
Resolved the issue. Basically I just followed 2.1.2 on page 4 and launch a terminal (as shown in Figure 3) and was able to verify the build using the command: ./glvis -m ../mfem-4.5/data/escher.mesh
I install GLVIS-4.2 with mfem-4.4 under WSL. Compilation using make went well for both and also for the mfem examples. I then install VcXsrv for the graphic. I made the command export DISPLAY=192.168.2.43:0.0. I test with two applications, xterm and xcalc, both works fine.
When I start ./glvis I get the following message....
Waiting for data on port 19916 ...
FATAL: Failed to initialize SDL: No available video device
Thank you for using GLVis.
I try Xming and get the same behaviour.
I am on Windows 10 Version 10.0.19044.
I don't know what to do... do you have any suggestion?
Thank you for your help.
The text was updated successfully, but these errors were encountered: