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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sfPaul

Pages: [1]
1
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 11, 2009, 05:20:03 pm »
Quote from: "Lokk"
Ok, 1190 successed and 1191 failed for me too ;)

With me it was the same problem.

2
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 11, 2009, 12:26:35 pm »
Quote from: "Laurent"
The first thing you can test is an empty program linked against sfml-window
Code: [Select]
#include <SFML/Window.hpp>

int main()
{
    return 0;
}

This works fine. No problems.

Quote from: "Laurent"
And one with a sf::Window declared
Code: [Select]
#include <SFML/Window.hpp>

int main()
{
    sf::Window window(sf::VideoMode(800, 600), "test");
    return 0;
}

But here the error appeared again.

Quote from: "Laurent"
Something else that you can test: someone reported me that the probem appeared at revision 1191; 1190 should work fine.

Sorry, but what do you mean with this?

3
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 11, 2009, 10:39:26 am »
Quote from: "Laurent"
Quote
What do you want us to do, send you an ATI card?

Testing my modifications and reporting success / failures should be enough :)

Ok! I'm ready to help you if you want! ;)

4
Graphics / The same problem
« on: October 10, 2009, 07:18:32 pm »
Hey Laurent!

By now I'm using Ubuntu instead of Windows Vista. But I've problems with the new OS.
When I downloaded the SFML2 of the SVN repository I compiled it without any problems. Then I wrote a very short application and compiled it without problems, too. But when I wanted to run it, these errors came in my terminal:
Code: [Select]

X Error of failed request:  GLXBadContext
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  30
  Current serial number in output stream:  33

I found out, that is so because my graphic card. I run this command in the terminal and found out, that this is my card:
    01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
Tank said me, that there are problems with ATI and the newest SFML2. Please, can you correct this error? It's so boring without developing with SFML2! :wink:
Thank you in advance!
Paul

PS.: Sorry for my (bad) English! :lol:

5
General / no packages found on opensuse
« on: September 24, 2009, 07:56:12 pm »
hello all!
i've a problem. i want to start developing on opensuse. no more on windows vista. now i wanted to compile sfml 2. but first, i have to install the packages i need to compile, right? so, i looked for these packages:
  • build-essential
  • mesa-common-dev
  • libx11-dev
  • libxrandr-dev
  • libgl1-mesa-dev
  • libglu1-mesa-dev
  • libfreetype6-dev
  • libopenal-dev
  • libsndfile1-dev

but the yast and apt-get couldn't find one of them! where can i get them?
thank you in advance!
paul
ps.: my english is not very good

6
Audio / the same problem
« on: September 17, 2009, 04:42:50 pm »
hello laurent!
i've the same problem! i can compile my program but i cannot start it. i use sfml2 of the svn repository and msvc 2008. my operating system is windows vista.
i hope you can help us with our problem!
thank you in advance!
paul

Pages: [1]