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

Author Topic: Problem with drawing text  (Read 3611 times)

0 Members and 1 Guest are viewing this topic.

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
Problem with drawing text
« on: September 13, 2008, 12:19:20 am »
Hi i draw a text on screen just like explained in tutorial, everthing works fine, but after quitting Windows vista says:

Problemsignatur:
  Problemereignisname:   APPCRASH
  Anwendungsname:   Pong_1.exe
  Anwendungsversion:   0.0.0.0
  Anwendungszeitstempel:   48caea16
  Fehlermodulname:   atioglxx.dll
  Fehlermodulversion:   6.14.10.6570
  Fehlermodulzeitstempel:   463be2e0
  Ausnahmecode:   c0000005
  Ausnahmeoffset:   0036898a
  Betriebsystemversion:   6.0.6000.2.0.0.768.3
  Gebietsschema-ID:   1031
  Zusatzinformation 1:   8d13
  Zusatzinformation 2:   cdca9b1d21d12b77d84f02df48e34311
  Zusatzinformation 3:   8d13
  Zusatzinformation 4:   cdca9b1d21d12b77d84f02df48e34311

an error occurs, why?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Problem with drawing text
« Reply #1 on: September 13, 2008, 10:11:50 am »
Sorry I don't speak german.

If you're using dynamic SFML libraries and the default font, there's a crash at exit (it's already in the roadmap).
Laurent Gomila - SFML developer

Avency

  • Full Member
  • ***
  • Posts: 113
    • View Profile
Problem with drawing text
« Reply #2 on: September 13, 2008, 10:48:33 am »
I think he's talking about the same error that is discussed here: http://www.sfml-dev.org/forum/viewtopic.php?t=605
It's similar to the one that I get.
Note:
Code: [Select]
Ausnahmecode (error code): c0000005 and atioglxx.dll

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Problem with drawing text
« Reply #3 on: September 13, 2008, 11:26:39 am »
Not sure, his bug is happenning at exit.
Laurent Gomila - SFML developer

Avency

  • Full Member
  • ***
  • Posts: 113
    • View Profile
Problem with drawing text
« Reply #4 on: September 13, 2008, 11:34:19 am »
But it's likely that they are related in some way.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Problem with drawing text
« Reply #5 on: September 13, 2008, 12:20:15 pm »
As I said, there's another bug involving the default font which happens at global exit. It looks more like this one.
Laurent Gomila - SFML developer

 

anything