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

Author Topic: Sprites and problems with a onboardgrafic ..  (Read 2739 times)

0 Members and 1 Guest are viewing this topic.

HeinzK

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • ZwiAner
    • Email
Sprites and problems with a onboardgrafic ..
« on: November 06, 2019, 09:23:11 am »
deleted
« Last Edit: December 04, 2019, 08:36:26 am by HeinzK »
The trees, that obstruct the view on the forest, can be allowed to fall! (Die Bäume, die die Sicht auf einen Wald versperren, dürfen gefällt werden!)

Stauricus

  • Sr. Member
  • ****
  • Posts: 369
    • View Profile
    • A Mafia Graphic Novel
    • Email
Re: Sprites and problems with a onboardgrafic ..
« Reply #1 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...
Visit my game site (and hopefully help funding it? )
Website | IndieDB

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Sprites and problems with a onboardgrafic ..
« Reply #2 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?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Sprites and problems with a onboardgrafic ..
« Reply #3 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?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Sprites and problems with a onboardgrafic ..
« Reply #4 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Sprites and problems with a onboardgrafic ..
« Reply #5 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Sprites and problems with a onboardgrafic ..
« Reply #6 on: November 19, 2019, 06:17:16 pm »
Seems to work fine on my AMD GPU card. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything