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 - starcatcher

Pages: [1]
1
Window / Re: VMWare Pro/player 12
« on: November 23, 2015, 11:05:52 pm »
Please use [code=cpp]...[/code] tags.

As mentioned in the thread that I linked, some information about the problem you are actually having is necessary. "I get a setting vertical sync failed error" is not very much information. Which vertical sync error? What happened? Did it post the error to the console but still work? Did it crash? What did the crash report say?

Does the code work in the original environment (Windows 10) or does the error occur in both environments (Windows and Ubuntu)?

It is not actually an error, it just displays red in the console... should I just not worry about it?  I used the word error erroneously =), I think it may just be a warning?

Anyway, the code is fine in windows.  However, I do not believe that is relevant(different paths, architectures, etc.)

2
Window / Re: VMWare Pro/player 12
« on: November 23, 2015, 10:51:36 pm »
There is not really very much information to use here.

Please have a look at this thread.

That is literally the only line of code that is in main...

#include <SFML/Graphics.hpp>

int main() {

    sf::RenderWindow window(sf::VideoMode(200,200), "SFML Works!");
    return 0;
}

windows 10, the vm is running ubuntu LTS 14

3
Window / VMWare Pro/player 12
« on: November 23, 2015, 10:37:05 pm »
When attempting this line of code...

sf::RenderWindow window(sf::VideoMode(200,200), "SFML works!");

I get a setting vertical sync failed error.

VMWare Pro/player 12

Pages: [1]