OpenGL crash on android

Hello guys, for some time now I couldn’t make my android app work, due to some random crashing, I’m currently using android emulator (nox) as I don’t have a working android phone anymore. I first noticed crashing when I uploaded my game to google play. Tried it on my friends phones aswell, game crashes on startup after splash screen. But on android emulator it only crashes after I start my level with play button and after aprox 3 seconds of gameplay.
So I checked my logs on emulator and found this error: [2018.12.14-19.48.22:788] 46]LogRHI: Error: Shader compile failed: 0(6) : error C7621: #extension directive must occur before any non-preprocessor token
witch I think is making my game crash.

Have you been able to solve this?