marchaesen / vcxsrv

Windows X-server based on the xorg git sources (like xming or cygwin's xwin), but compiled with Visual Studio 2012 Community Edition.
GNU General Public License v3.0
358 stars 14 forks source link

X11 crashes by invoking koreader app #9

Open richo67 opened 5 months ago

richo67 commented 5 months ago

Hello, I am trying to run koreader from WSL1 using your X11 server running on Win10. Here is attached log: VCXSrv.0.log

I am using DISPLAY=:0 also tried DISPLAY=:0

simple x apps like xeyes or xclock works fine when I start koreader X11 crashes.

Update: I exported LIBGL_ALWAYS_INDIRECT and LIBGL_ALWAYS_SOFTWARE which seems to solve the issue. Can you fix the other issue and maybe give suggestion to what value these variables shoul dbe exported or what is a proper way to export them? Thanks.