02-23-2016, 03:26 PM (This post was last modified: 02-23-2016, 03:29 PM by MacUser.)
(02-23-2016, 02:47 PM)gregory Wrote: Hum, it failed to create the openGL context. Maybe it doesn't support some context option
It could be an issue with the forward context. Maybe it require a compatibility context or a core context
What GPU do you have? Intel only? What gl version does your driver support?
I have an Intel HD6000, on a 2015 Macbook Air. I'm not sure what OGL version the hardware supports, but it supports up to 4.1 (plus a couple of 4.2 extensions) which is the maximum supported by OS X (See attachment).
I think the best person to ask about this is uyjulian. He looked into this fairly extensively a while ago (though I haven't seen him around here in a while).
(Regarding debug builds, I'm not capable of building myself. I usually just download the orphis builds. It might be an idea to have one out of every X builds being a debug build so plebs like myself can test and contribute?)
hum release build won't work anymore. I added a *very recent* extensions on windows. (Typically on linux it just crashes the context creation).
Quote: I think the best person to ask about this is uyjulian. He looked into this fairly extensively a while ago (though I haven't seen him around here in a while).
Maybe, it isn't possible. I don't know what wine does with openGL call.
Quote: (Regarding debug builds, I'm not capable of building myself. I usually just download the orphis builds. It might be an idea to have one out of every X builds being a debug build so plebs like myself can test and contribute?)
Debug build will be only useful, if you can change the context flag otherwise it won't provide any more info. I'm sorry, if you want to contribute (at least on code stuff) you need to learn how to build the project.
Hum, I know how you can help me. Maybe if you can find an open source GL application that run on wineskin. We might be able to detect the supported context option.
02-24-2016, 01:44 PM (This post was last modified: 02-24-2016, 01:50 PM by uyjulian.)
OpenGL doesn't work, last time I checked, because GL_ARB_shading_language_420pack is not supported in OSX.
OSX does not support backward compatible context. It's either 2.1 legacy feature or 3.1 new feature. I added the forwards compatible flag in 446977d1269ab6a1f4f07786eb08dd357be3d3f5, so the only thing left is to remove the requirement of GL_ARB_shading_language_420pack or wait for Apple.
Also, the latest PCSX2 versions will not work without VC2015 DLLs because PCSX2 is built using VC++2015 now.
I can check again later to see what is the problem.
Oh, and by the way, PCSX2 works if I use Linux instead of OSX :-)
The reason why I was not here recently is because I was not subscribed to the new thread; oops lol