Webl GL build Not running Reliably

Hello,
My Webgl Game runs perfectly on most pcs however on one laptop it doesnt seem to work properly at all. The Browser is chrome (latest version), windows 7, i5 with 8GB ram.

The console is filled with errors like these:
.Offscreen-For-WebGL-052139B8]GL ERROR :GL_INVALID_ENUM : GetTexParameteriv: ← error from previous GL command
facebook:1 [.Offscreen-For-WebGL-052139B8]GL ERROR :GL_INVALID_OPERATION : GetTexParameteriv: ← error from previous GL command
facebook:1 [.Offscreen-For-WebGL-052139B8]GL ERROR :GL_INVALID_ENUM : GetTexParameteriv: ← error from previous GL command
facebook:1 [.Offscreen-For-WebGL-052139B8]GL ERROR :GL_INVALID_OPERATION : GetTexParameteriv: ← error from previous GL command

any help would be really appreciated.

Hello Arsinx,

I don’t know if it will help, but try to change the compression format of your images. I think I had a similar problem with images compressed with the following format : RGBA Compressed DXT5

Also, try to uncheck Automatic Graphics API in your WebGL Player Settings > Other Settings.