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

Author Topic: Strange error when debugging.  (Read 3753 times)

0 Members and 2 Guests are viewing this topic.

nazer1290

  • Newbie
  • *
  • Posts: 3
    • View Profile
Strange error when debugging.
« on: June 13, 2010, 09:07:32 pm »
Visual Studio 2010\Projects\RBXServer\RBXClient\sfml-network-d.dll', Cannot find or open the PDB file
The program '[6000] RBXClient.exe: Native' has exited with code -1072365566 (0xc0150002).

Can anyone please help with this?

I put the DLL is in the correct place.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Strange error when debugging.
« Reply #1 on: June 13, 2010, 10:17:21 pm »
This is not an error, just a an indication that the debugging symbols for this DLL won't be available, which is fine.

You should use the debugger to find out the actual error that makes your program stop.
Laurent Gomila - SFML developer

nazer1290

  • Newbie
  • *
  • Posts: 3
    • View Profile
Strange error when debugging.
« Reply #2 on: June 13, 2010, 10:28:25 pm »
It doesn't let me debug, the application gets an error message saying that it failed to start, when you press ok, the program exits.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Strange error when debugging.
« Reply #3 on: June 13, 2010, 10:51:43 pm »
You should really give more details, we're not inside your computer you know ;)

What error message do you get? Maybe you application doesn't even compile? Or a DLL is missing?
Laurent Gomila - SFML developer

nazer1290

  • Newbie
  • *
  • Posts: 3
    • View Profile
Strange error when debugging.
« Reply #4 on: June 13, 2010, 11:30:59 pm »
The application was unable to start correctly (0xc0150002). Click OK to close the application.

And in the output, the thing in my original post.

Could it be because I'm using VC 2010?

I've tried building the source code, too, but I get errors.

If it could be because of VC 2010, is there a precompiled download availiable?

Thanks in advance.  :)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Strange error when debugging.
« Reply #5 on: June 14, 2010, 12:13:58 am »
Quote
If it could be because of VC 2010, is there a precompiled download availiable?

It is, and no there's no precompiled SFML libraries for it. You'll have to recompile it yourself.
Laurent Gomila - SFML developer