ParticleSimulator
ParticleSimulator copied to clipboard
Black Screen OSX
Hi I tested the application on OSX 10.10 with simple cmake commands but the application is showing empty windows (black) I also have the following log at startup:
Particle Simulator Version: 0.2
Error. Unable to create the context. Retrying without shared context.
Warning. New context created without shared context.
Error. Unable to create the context. Retrying without shared context.
Warning. New context created without shared context.
Linking program
I can run OGL 3.3 applications but I don't have the time to get into the code right now, so I was wondering if you know what may cause this.
Never heard of this error before, huh.
So this error is showing up in the console upon run? Or when attempting to compile?
When running the executable of course. It compiled just fine
Seems to me that SFML and OpenGL are creating different context settings, so they can't share resources with each other. I'm taking a look at this thread on the SFML forums and I'll see if I can get ahold of my buds Mac and try and fix this problem.