Hey so, I've generally had no problems at all getting PCSX2 to work my system for years now, whatsoever. I've recently run into a bug, probably within my hardware than your code, and was just hoping it sounded familiar at all and there was some known fix to it, as running a Google search has helped me none.
A month ago or two I could run PCSX2 with GSdx-OGL just fine, whether on Windows 8.1 or Ubuntu 15.04 on the same system.
OS: Microsoft 8.1 (build 9200), 64-bit
RAM: 6029 MB
CPU: Intel® Core i5-3230M CPU @ 2.60GHz
Vendor/Model: GenuineIntel (stepping 09)
CPU speed: 2.591 GHz (4 logical threads)
I tried running PCSX2 again today for the first time in months, and the DirectX9/11 plugin options work fine, but I received a crash every time I would try OpenGL instead, and received this output in the console:
I rebooted my system and uninstalled that version of PCSX2 and tried the most recent revision, (1.3.1-20150816181234) with the same result, only this time gracefully telling me:
"GS plugin failed to open. Your computer may have insufficient resources, or incompatible hardware/drivers."
I tried updating what I could with my display adapter and that didn't change anything. Before updating PCSX2, one line in the console I believe said "Buggy driver detected."
Now, during the month or two I haven't touched PCSX2, I've been developing my own applications with OpenGL (3.3); coooooooooouuld that possibly be part of the issue? I'm not a beginner with OpenGL though I'm not quite advanced, and have been slacking on glDeleteProgram() and glDeleteTexture() and related calls, and have really messy shaders that accidentally produce texture flickering on my own applications, and don't know if that could cause issues down the line. Beyond that, this is all I know. Does anything raise a red flag right away?
Forgot to add; OpenGL rendering works just fine even now in my own application and in Dolphin, and I'd figure more than that; it's just the GSdx plugin I'm having issues with for some reason... I don't really recognize those gl Functions.
A month ago or two I could run PCSX2 with GSdx-OGL just fine, whether on Windows 8.1 or Ubuntu 15.04 on the same system.
OS: Microsoft 8.1 (build 9200), 64-bit
RAM: 6029 MB
CPU: Intel® Core i5-3230M CPU @ 2.60GHz
Vendor/Model: GenuineIntel (stepping 09)
CPU speed: 2.591 GHz (4 logical threads)
I tried running PCSX2 again today for the first time in months, and the DirectX9/11 plugin options work fine, but I received a crash every time I would try OpenGL instead, and received this output in the console:
Code:
Current Renderer: OpenGL(Hardware mode)
Opening SPU2
3.x GL context successfully created
Failed to find glCopyImageSubData
Failed to find glInvalidateTexImage
Failed to find glClearTexImage
Failed to find glCreateTextures
Failed to find glTextureStorage2D
Failed to find glTextureSubImage2D
Failed to find glCopyTextureSubImage2D
Failed to find glBindTextureUnit
Failed to find glGetTextureImage
Failed to find glTextureParameteri
Failed to find glCreateFramebuffers
Failed to find glClearNamedFramebufferfv
Failed to find glClearNamedFramebufferuiv
Failed to find glClearNamedFramebufferiv
Failed to find glNamedFramebufferTexture
Failed to find glNamedFramebufferDrawBuffers
Failed to find glNamedFramebufferReadBuffer
Failed to find glCheckNamedFramebufferStatus
Failed to find glCreateBuffers
Failed to find glNamedBufferStorage
Failed to find glNamedBufferData
Failed to find glNamedBufferSubData
Failed to find glMapNamedBuffer
Failed to find glMapNamedBufferRange
Failed to find glUnmapNamedBuffer
Failed to find glFlushMappedNamedBufferRange
Failed to find glCreateSamplers
Failed to find glCreateProgramPipelines
Failed to find glClipControl
Failed to find glTextureBarrier
DSA is not supported. Replacing the GL function pointer to emulate it
OpenGL information. GPU: Intel(R) HD Graphics 4000. Vendor: Intel. Driver: - Build 10.18.10.3958
I rebooted my system and uninstalled that version of PCSX2 and tried the most recent revision, (1.3.1-20150816181234) with the same result, only this time gracefully telling me:
"GS plugin failed to open. Your computer may have insufficient resources, or incompatible hardware/drivers."
I tried updating what I could with my display adapter and that didn't change anything. Before updating PCSX2, one line in the console I believe said "Buggy driver detected."
Now, during the month or two I haven't touched PCSX2, I've been developing my own applications with OpenGL (3.3); coooooooooouuld that possibly be part of the issue? I'm not a beginner with OpenGL though I'm not quite advanced, and have been slacking on glDeleteProgram() and glDeleteTexture() and related calls, and have really messy shaders that accidentally produce texture flickering on my own applications, and don't know if that could cause issues down the line. Beyond that, this is all I know. Does anything raise a red flag right away?

Forgot to add; OpenGL rendering works just fine even now in my own application and in Dolphin, and I'd figure more than that; it's just the GSdx plugin I'm having issues with for some reason... I don't really recognize those gl Functions.