Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Multithreading Results in Window Context Activation Fail  (Read 9134 times)

0 Members and 1 Guest are viewing this topic.

Gobbles

  • Full Member
  • ***
  • Posts: 132
    • View Profile
    • Email
Re: Multithreading Results in Window Context Activation Fail
« Reply #30 on: January 16, 2014, 07:06:44 pm »
OS: Windows 7 Home Premium 64-bit
GPU: GeForce 650 with frequently updated driver
IDE: Code::Blocks

Interesting, we are basically running the same specs.

Users.RandomUser();

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • Email
Re: Multithreading Results in Window Context Activation Fail
« Reply #31 on: January 16, 2014, 10:22:48 pm »
Only suspicious thing is wglMakeCurrent = {<text variable, no debug info>} 0x6c8a955b <wglMakeCurrent>
EDIT: OpenGL Version 4.4 successfully loads
« Last Edit: January 18, 2014, 06:00:40 pm by Users.RandomUser(); »

Users.RandomUser();

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • Email
Re: Multithreading Results in Window Context Activation Fail
« Reply #32 on: January 17, 2014, 11:13:21 pm »
I've confirmed that the following code:
gameCore->window.display();
causes most errors, and this:
gameCore->window.setActive(true);
only causes 1 to 5 at the beginning.  Must have to do with the way I'm accessing gameCore.  Is there another way I could access it?