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

Author Topic: Help with VS13, SFML and GIT  (Read 1200 times)

0 Members and 1 Guest are viewing this topic.

jere_grill

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Help with VS13, SFML and GIT
« on: May 24, 2014, 09:44:56 pm »
Hi guys,

i am really on the edge of despair right now and hope you could help me out of my misery :)

I am working on a project with 2 friends of mine and we wanted to try the SFML Framework out so i downloaded it, followed the instructions and had everything running in no time.
So i included the framework in our existing project and everything ran just fine and i pushed it to our repository on Github.

The problem now is that my friends can't start the program. It builds just fine but when they try to start it they get the following error:



An in addition one of them has to download some symbols every time he restarts his VS:
'Highly Contagious.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Loading disabled by Include/Exclude setting.
'Highly Contagious.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Loading disabled by Include/Exclude setting.
'Highly Contagious.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Loading disabled by Include/Exclude setting.

All paths in the project settings are relative paths ($(ProjectDir)\...) so that shouldn't be the a problem.
We all work with Visual Studio 2013 Professional on Win8.1 and use SourceTree for our Repository.
I also attached our .gitignore maybe we excluded something that shouldn't be.

I really hope someone could help me fix this issue.

BR
Jere

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Help with VS13, SFML and GIT
« Reply #1 on: May 24, 2014, 09:55:33 pm »
For the famous 0xc000007b error, there are many, many possible fixes available via Google.

What exactly did you push to the Git repository? Can you provide the pushed project file?

Btw. SFML is not a framework. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

jere_grill

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Help with VS13, SFML and GIT
« Reply #2 on: May 24, 2014, 10:08:21 pm »
Yeah sry Library...my bad :D

We tried several of the fixes from google including reinstallation of the newest versions of dotNET and Visual C++ Redistributable and even the best windows error fix (restarting the pc) but couldn't find anything that could help us, that's why i try it here now :)

I attached the project file which is on the repository (i hope this is the file you ment)

BR

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Help with VS13, SFML and GIT
« Reply #3 on: May 24, 2014, 10:26:39 pm »
Is the project file the only VS file that's on the repo?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

jere_grill

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Help with VS13, SFML and GIT
« Reply #4 on: May 24, 2014, 10:40:48 pm »
Well there's also the .sln and the project.filters file.
Or is there an specific file you are looking for?

 

anything