You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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: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.
The text was updated successfully, but these errors were encountered: