SFML community forums

Help => Graphics => Topic started by: HeinzK on November 06, 2019, 09:23:11 am

Title: Sprites and problems with a onboardgrafic ..
Post by: HeinzK on November 06, 2019, 09:23:11 am
deleted
Title: Re: Sprites and problems with a onboardgrafic ..
Post by: Stauricus on November 06, 2019, 04:53:16 pm
could be a driver problem.
other than that, we can only help if you create a minimal code to reproduce the problem and post it here.
and your "for information" link is in another language, so it no help at all...
Title: Re: Sprites and problems with a onboardgrafic ..
Post by: eXpl0it3r on November 12, 2019, 03:54:45 pm
Make sure they have installed the latest driver. Not by running Windows update or checking their computer manufacturer's website,but to go to Intel's or AMD's website and downloading the latest version.

What hardware are they running and what driver version do they have installed?
Title: Re: Sprites and problems with a onboardgrafic ..
Post by: eXpl0it3r on November 12, 2019, 08:09:18 pm
If a dedicated card also has issue, it sounds like an error in your code. Just because it works on your system, doesn't mean it's actually correct.

Can you provide a minimal but compilable example that reproduces the issue?
Title: Re: Sprites and problems with a onboardgrafic ..
Post by: eXpl0it3r on November 13, 2019, 12:54:21 am
I'm pretty sure you have some bugs in your code there.
The game instantly closes when you move the mouse or input anything, which sounds to me like you're not implementing a proper event loop, or rather than you're reusing event instances even though they're not valid anymore.

At least it renders stuff for me.

Without code, it's near impossible to say what's going on, but I'm pretty sure it's something in your code.
Title: Re: Sprites and problems with a onboardgrafic ..
Post by: eXpl0it3r on November 19, 2019, 01:33:29 pm
I think you're comparing apples and oranges here.

Your full game with the installer and everything is what most people are trying, I tried the RAR file you provided here, which is just some stripped down demo.
As soon as I move my mouse this demo shuts down.
Title: Re: Sprites and problems with a onboardgrafic ..
Post by: eXpl0it3r on November 19, 2019, 06:17:16 pm
Seems to work fine on my AMD GPU card. :)