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

Author Topic: Re:Crash On Closing Window [SFML 2.0]  (Read 1304 times)

0 Members and 1 Guest are viewing this topic.

Rabenholz

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Email
Re:Crash On Closing Window [SFML 2.0]
« on: August 20, 2012, 07:45:22 am »
I'm having the same issue seen in this old thread, the program crashes after main() exits with an access violation reading error, but only when running from the dev environment.

http://en.sfml-dev.org/forums/index.php?topic=3976.0

I'm using VC++ 2010 with Window 7 64-bit on an Intel HD integrated graphics card.
I'm also using the dynamically linked libraries.

I just ported from 1.6 to 2.0, so I wasn't sure if it was a bug (seeing as there has been trouble with this previously) or I had made some error on my part. I haven't tried using the static libraries.

EDIT: I'll add more information if needed, I just wanted to make sure this wasn't a bug before I delved to far into it.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10916
    • View Profile
    • development blog
    • Email
Re:Crash On Closing Window [SFML 2.0]
« Reply #1 on: August 20, 2012, 11:19:53 am »
Are you using global resources (textures/font/text/etc)?
Or are you mixong release libraries in debug mode?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Rabenholz

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Email
Re:Crash On Closing Window [SFML 2.0]
« Reply #2 on: August 21, 2012, 08:32:23 am »
Are you using global resources (textures/font/text/etc)?
Or are you mixong release libraries in debug mode?

I've checked the libraries, and they're correctly linked. I am using textures, however.

 

anything