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

Author Topic: problem whit 64 bits?  (Read 1621 times)

0 Members and 1 Guest are viewing this topic.

Lionel

  • Newbie
  • *
  • Posts: 4
    • View Profile
problem whit 64 bits?
« on: February 20, 2010, 06:51:11 am »
Hi, i tried some tutorials on a amd athlon 64 bits dual core / nVidia 7600 gt. I was able to compile all the tutorials but i had some problems. All the examples runs ok (i get a window) and close ok, but nothing drawn on it. In fact the window show the back aplications or desktop.
However, in my netbook (itel atom n270) i dont have any problem at all.
Both running Arch Linux and SFML 1.5-2.

PD: Sorry for my poor English.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
problem whit 64 bits?
« Reply #1 on: February 20, 2010, 10:18:45 am »
Which tutorial is it? If it's one of the first tutorial where nothing is drawn... then it's perfectly normal ;)
Laurent Gomila - SFML developer

Lionel

  • Newbie
  • *
  • Posts: 4
    • View Profile
problem whit 64 bits?
« Reply #2 on: February 20, 2010, 04:59:20 pm »
window-opengl.cpp

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
problem whit 64 bits?
« Reply #3 on: February 20, 2010, 06:16:11 pm »
Did you update your drivers? Is glxgears running fine? Did you try the SFML samples?
Laurent Gomila - SFML developer

Lionel

  • Newbie
  • *
  • Posts: 4
    • View Profile
problem whit 64 bits?
« Reply #4 on: February 20, 2010, 10:44:46 pm »
Glxgears runs perfect with nVidia drivers 190.53-4.
i realised that someone reported the same problem with the nVidia 7600 GT  at this post -> http://www.sfml-dev.org/forum/viewtopic.php?t=2100, but on Ubuntu 32 bits. I asume that the problem is the graphics card. I really dont know. Should i try with SFML2?
Thx

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
problem whit 64 bits?
« Reply #5 on: February 21, 2010, 12:17:42 am »
Quote
Should i try with SFML2?

Maybe it can help, yes.
Laurent Gomila - SFML developer

Lionel

  • Newbie
  • *
  • Posts: 4
    • View Profile
problem whit 64 bits?
« Reply #6 on: February 21, 2010, 10:54:08 pm »
SFML2 worked perfect!
Thank you!