ParticleSimulator icon indicating copy to clipboard operation
ParticleSimulator copied to clipboard

Black Screen OSX

Open posva opened this issue 11 years ago • 3 comments

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.

posva avatar Oct 22 '14 12:10 posva

Never heard of this error before, huh.

So this error is showing up in the console upon run? Or when attempting to compile?

Syntaf avatar Oct 23 '14 22:10 Syntaf

When running the executable of course. It compiled just fine

posva avatar Oct 23 '14 22:10 posva

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.

Syntaf avatar Oct 24 '14 07:10 Syntaf