Giter Club home page Giter Club logo

Comments (4)

mmatyas avatar mmatyas commented on June 7, 2024

Hi, the error says:

It seems you've forgot to clone the dependencies; dependencies/enet is not
a git repository. Please run git submodule update --init first.
It seems you've forgot to clone the dependencies; dependencies/yaml-cpp-noboost is not
a git repository. Please run git submodule update --init first.

So it seems you haven't cloned the dependencies. As the message says, you can do that by running git submodule update --init.

from supermariowar.

greennick78 avatar greennick78 commented on June 7, 2024

alright i figured it out, the error had nothin to do with anything here, turns out im just a dumbass and downloaded the github instead of using git clone, this was cause i tried using git clone after figuring out you were meant to do that and after typing the command correctly i kept getting and error, turns out its cause i did this after i downloaded the github version and it couldnt clone anything due to the directory having files already.

from supermariowar.

greennick78 avatar greennick78 commented on June 7, 2024

new issue, trying to run the program pops up with "the code execution cannot proceed because [INSERT FILE.dll] was not found. Reinstalling the program may fix this problem"

these files are, libwinpthread-1.dll, SDL2.dll, SDL2_image.dll, and SDL2_mixer.dll. I did all the instructions again and yet still get this error.

Edit: nvm got it

from supermariowar.

mmatyas avatar mmatyas commented on June 7, 2024

To run any executable, all of the DLLs it depends on must be somewhere where the system (ie. Windows) finds it. On Windows, often the most accessible location is the directory of the EXE, ie. you can fix this by copying the required DLLs next to the game.

from supermariowar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.