SFML community forums
Help => Graphics => Topic started by: ravenheart 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?
-
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).
-
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:
Ausnahmecode (error code): c0000005
and atioglxx.dll
-
Not sure, his bug is happenning at exit.
-
But it's likely that they are related in some way.
-
As I said, there's another bug involving the default font which happens at global exit. It looks more like this one.