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

Author Topic: Help needed, crashing problem SFML 2.0 + C::B [Solved]  (Read 1504 times)

0 Members and 1 Guest are viewing this topic.

Mal1

  • Newbie
  • *
  • Posts: 18
    • View Profile
Help needed, crashing problem SFML 2.0 + C::B [Solved]
« on: December 30, 2012, 07:34:04 pm »
Hello, and sorry for having to bother you with my problems, it's just that I really want to do something creative and the time SFML-2 actually wanted to work with me without problems passed
I'd really could use some help

I tried to compile a simple hello-world from the tutorial for 2.0, everything worked flawlessly (after I figured out my linking problem) and when it's starting it's instantly crashing with the window showed in attachments and
Quote
Process terminated with status -1073741510
Please, help me somehow...

Windows 7-32bit Code::Blocks 12.11 MinGW-TDM-GCC-4.7.1-32bit



[attachment deleted by admin]
« Last Edit: December 30, 2012, 08:11:34 pm by Mal1 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10901
    • View Profile
    • development blog
    • Email
Re: Help needed, crashing problem SFML 2.0 + C::B
« Reply #1 on: December 30, 2012, 07:54:35 pm »
Did you recompile SFML on your own? Because MinGW TDM GCC 4.7.1-2 or more specific any 4.7.x version of GCC needs a recompilation of SFML (rather than using the official RC binaries).

You can also check-out my Unofficial Nightly Builds.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Mal1

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Help needed, crashing problem SFML 2.0 + C::B
« Reply #2 on: December 30, 2012, 08:02:07 pm »
No, I didn't recompile it, I had no idea it had to be recompiled for newer versions...

I'll grab your compilled one, I only compilled libraries once...

Edit: It works perfectly, thanks a lot~
It really should be mentioned by the download section that RC is incompatible with 4.7.x gcc though...
« Last Edit: December 30, 2012, 08:05:52 pm by Mal1 »

 

anything