RetroArch 1.3.6 doesn't start (log inside thread)

After swiching the renders from gl to vulkan and then back to gl, RetroArch won’t start anymore. It will start only if I choose vulkan as renderer. If I use gl, it will only start with any menu driver except xmb.

Help please!

LOG: http://pastebin.com/fAChdFGx

Allright, I managed to fix it. The thing is, after using Vulkan renderer, the video_shader from the cfg got a vulkan shader (.slang) loaded so RetroArch couldn’t start with OpenGL with the XMB menu. I just removed the shader from the settings and everything is fine now.

It says

gfx/drivers_shader/shader_glsl.c: No such file or directory.

Look in your retroarch.cfg file to see if that directory is listed anywhere, remove it from the quotes and save.

Back up your retroarch.cfg first as a copy.

Edit: you fixed it faster than I could reply.