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

Author Topic: SFML 2.2 & Windows XP  (Read 3365 times)

0 Members and 1 Guest are viewing this topic.

slotdev

  • Sr. Member
  • ****
  • Posts: 385
    • View Profile
SFML 2.2 & Windows XP
« on: April 01, 2015, 04:03:34 pm »
Hi

I'm having some problems with SFML 2.2 running on some crap old XP systems I have to support.
They're Radeon 4650 units with plenty of memory, but for some reason my app crashes immediately after opening a window. Windows 7/8 work fine.

Has anyone else experienced this?

I'll post a minimum example shortly...but literally, open a window, and boom...

Thanks
Ed
SFML 2.1

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
AW: SFML 2.2 & Windows XP
« Reply #1 on: April 01, 2015, 05:32:12 pm »
The star constellations might not align properly this month. ;)

On a serious note, it could be all kinds of things. If just opening a wibdow causes the issue we don't need a minimal example. Instead run it through a debugger with debug symbols and provide the call stack.
Also provide us the installed GPU driver version.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

myl

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • Email
Re: SFML 2.2 & Windows XP
« Reply #2 on: December 15, 2015, 05:37:39 pm »
Bump on this. Any luck, slotdev?

Running the window/win32 examples of Sfml 2.1 Visual C++ 10 (2010) - 32-bit works.
Running the window/win32 examples of Sfml 2.2 (or later) Visual C++ 10 (2010) - 32-bit fails partially:
Window example works (creating window and showing OpenGL), but win32 example (creating window and displaying moving textures) fails after loading window.
Same result when using csfml 2.1 vs later (via sfml.net).

Any ideas? I would really love not to have to attempt to install and attach a debugger on all this old crap i have to support.

System is 32bit xp with intel 82852/82855 GM/GME.

Thanks!

 

anything