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

Author Topic: SFML Wont Run Properly  (Read 8022 times)

0 Members and 1 Guest are viewing this topic.

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML Wont Run Properly
« Reply #15 on: January 07, 2011, 03:55:02 am »
yeah thats Wat i was thinking, i was like wtf, that doesn't exist in the sfml2 folder :s


this is the output message from visual c++

    'SFMl Game.exe': Loaded 'C:\Users\Gaming\Documents\Visual Studio 2008\Projects\SFMl Game\Debug\SFMl Game.exe', Symbols loaded.
    'SFMl Game.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'
    'SFMl Game.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
    'SFMl Game.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll'
    'SFMl Game.exe': Loaded 'C:\Windows\system\sfml-graphics.dll', Binary was not built with debug information.
    The program '[2868] SFMl Game.exe: Native' has exited with code -1073741515 (0xc0000135).

Groogy

  • Hero Member
  • *****
  • Posts: 1469
    • MSN Messenger - groogy@groogy.se
    • View Profile
    • http://www.groogy.se
    • Email
SFML Wont Run Properly
« Reply #16 on: January 07, 2011, 03:57:15 am »
Anyway try cleaning your computer off anything that got to do with SFML and install SFML2 agan.

I can't help you more since I need to go to bed and sleep.
Developer and Maker of rbSFML and Programmer at Paradox Development Studio

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML Wont Run Properly
« Reply #17 on: January 07, 2011, 04:01:35 am »
Quote from: "Groogy"
Anyway try cleaning your computer off anything that got to do with SFML and install SFML2 agan.

I can't help you more since I need to go to bed and sleep.


so long

Groogy

  • Hero Member
  • *****
  • Posts: 1469
    • MSN Messenger - groogy@groogy.se
    • View Profile
    • http://www.groogy.se
    • Email
SFML Wont Run Properly
« Reply #18 on: January 07, 2011, 04:04:43 am »
With that information I might have figured out what was wrong. You were using release libraries while running the code in debug. Just so you think about it. The libraries with a -det are for debug.
Developer and Maker of rbSFML and Programmer at Paradox Development Studio

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML Wont Run Properly
« Reply #19 on: January 07, 2011, 04:08:29 am »
so would that fix the sfml-graphics.dll and the sfml-system.dll problem

Groogy

  • Hero Member
  • *****
  • Posts: 1469
    • MSN Messenger - groogy@groogy.se
    • View Profile
    • http://www.groogy.se
    • Email
SFML Wont Run Properly
« Reply #20 on: January 07, 2011, 04:14:02 am »
If you still want to use SFML 1.6 then probably. But you should also be getting a sfml-window problem.

Can you also tell me what you link and in what order?
Developer and Maker of rbSFML and Programmer at Paradox Development Studio

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML Wont Run Properly
« Reply #21 on: January 07, 2011, 04:20:25 am »
oh, i thoguht i said i have got SFMl 2.0 aswell which i'm trying it on that atm

now it asks for

sfml-window-d.dll
sfml-graphics-d.dll


WHAT THE HELL I HAD THOSE FILES IN THERE!!!!!

Groogy

  • Hero Member
  • *****
  • Posts: 1469
    • MSN Messenger - groogy@groogy.se
    • View Profile
    • http://www.groogy.se
    • Email
SFML Wont Run Properly
« Reply #22 on: January 07, 2011, 04:23:22 am »
You are still linking against sfml 1.6 but to fix that error just place the dll files in system32 or the same folder as the executable.
Developer and Maker of rbSFML and Programmer at Paradox Development Studio

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML Wont Run Properly
« Reply #23 on: January 07, 2011, 04:24:20 am »
ok, i have no more compile error but i am back to my original problem, FML!

this is what i have in additional dependencies

sfml-window-d.lib
sfml-graphics-d.lib
sfml-system-d.lib

also i tryed the same code and stuff on codeblocks and the window still didn't come up, only a console box

i'm thinking its my computer thats the problem

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
SFML Wont Run Properly
« Reply #24 on: January 08, 2011, 06:53:27 pm »
OK, i fixed it, i made a partition on my drive and installed windows xp on it and used easybdc to dual boot them so now i have a partition for programming stuff (windows xp) and a partition for gaming (windows 7)


all good now ;D