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

Author Topic: [Solved] Weird problem  (Read 1995 times)

0 Members and 1 Guest are viewing this topic.

ZwodahS

  • Newbie
  • *
  • Posts: 3
    • View Profile
[Solved] Weird problem
« on: January 22, 2014, 12:54:10 pm »
I am not sure why but the text become like this when i run it on my windows. When running on osx, there is no problem.

I am using Codeblock(GCC) Windows7 64bit, sfml 2.0

When running on other windows machine, the problem isn't there.

« Last Edit: January 23, 2014, 02:33:35 pm by ZwodahS »

math1992

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
    • Email
Re: Weird problem
« Reply #1 on: January 22, 2014, 10:00:26 pm »
Some font present on Window does not work in SFML, try the classical arial.ttf to see if the problem is the same.

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Weird problem
« Reply #2 on: January 23, 2014, 12:44:03 am »
This isn't a font issue..............

It is caused by outdated graphics card drivers.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: Weird problem
« Reply #3 on: January 23, 2014, 09:23:50 am »
It is caused by outdated graphics card drivers.
...which can be transformed into the questions: What GPU do you use and is your graphics driver uptodate?
« Last Edit: January 23, 2014, 02:55:46 pm by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

ZwodahS

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Weird problem
« Reply #4 on: January 23, 2014, 02:33:20 pm »
Omg thanks a lot. I updated my driver and it fixed it. I had this for about a year now and I just assumed it work on everyone else and didn't bother to fix it. Should have post it back then.

 

anything