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

Author Topic: I just do not know what to do!  (Read 7674 times)

0 Members and 1 Guest are viewing this topic.

MarsCoreTeam

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • http://www.marsshooter.org
Yay!
« Reply #15 on: January 04, 2011, 04:07:08 pm »
I got something! Can anybody confirm this behavior:

When executing the code mentioned above, the command prompt opens, nothing happens AND after, well, 10 minutes the SFML-Window opens!!
And
Code: [Select]
OpenGL Warning: DrvShareLists: unsupported
Fail!
OpenGL Warning: DrvShareLists: unsupported

Is printed to the terminal...
Since I'm on a virtual machine, this may be different on other machines...
Working on the Open Source Project M.A.R.S.

Crank1d

  • Newbie
  • *
  • Posts: 14
    • View Profile
I just do not know what to do!
« Reply #16 on: January 05, 2011, 03:24:55 am »
I think i´ve found something...
http://www.panda3d.org/forums/viewtopic.php?t=9791
As it says in the link i´ve provided:
Quote
Some graphics drivers don't provide a double-buffered offscreen context.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
I just do not know what to do!
« Reply #17 on: January 05, 2011, 08:50:42 am »
Ok but... there's no offscreen context in SFML, they are all attached to windows.
Laurent Gomila - SFML developer

heishe

  • Full Member
  • ***
  • Posts: 121
    • View Profile
I just do not know what to do!
« Reply #18 on: January 10, 2011, 04:58:19 am »
Hey,

I'm pretty sure that problem is 64-bit related. I get the same error (and I mean that when launching any sfml app) on two of my 64 bit machines where I don't have properly compiled 64-bit dlls and libs for SFML (it doesn't seem to work with the 32 bit libs), but not on my 32 bit machine.

(was posted here:
http://sfml-dev.org/forum/viewtopic.php?p=25747#25747