Git Product home page Git Product logo

Comments (18)

Adams2074 avatar Adams2074 commented on July 19, 2024 2

I FOUND IT. i reinstalled visual studio community 2022 but with that i installed everything on pics here. after that i choosed debug on top and clicked build solution (or something like that its first after u click on the build list sorry i have that in polish sorry) with that i finally got everything right
image
image
image

from iw7-mod.

xhibition avatar xhibition commented on July 19, 2024 1

hi guys i have a problem with building files. i don't know what I'm doing right now but after building a file I have in debug only runner.exe. i don't have iw7-mod.exe or anything like this.

Zrzut ekranu 2023-05-22 225517

image

I have a suspicion these two errors could be contributing to the lack of our IW7.exe's. But I'm clueless so don't take my suggestion as verbatim. I'm indeed having the same issues, I've followed Ethan's little guide to a tee; cloned from the repo via the green code button, ran the generate.bat, built the Client and even the entire solution itself and always getting these two little errors.

from iw7-mod.

herrblitzkrieg avatar herrblitzkrieg commented on July 19, 2024

Have you already compiled the client from source?

from iw7-mod.

DONPOPACAPO avatar DONPOPACAPO commented on July 19, 2024

Yes

from iw7-mod.

herrblitzkrieg avatar herrblitzkrieg commented on July 19, 2024

Then go to 'iw7-mod\build\bin\x64\Debug' and copy 'iw7-mod.exe', 'runner.exe' and 'tlsdll.dll' to 'C:\Program Files (x86)\Steam\steamapps\common\Call of Duty - Infinite Warfare' (this is the default directory, may vary depending on your settings). Double-click 'iw7-mod.exe'.

from iw7-mod.

DONPOPACAPO avatar DONPOPACAPO commented on July 19, 2024

My iw7-mod doesn't have an iw7-mod.exe i only have an iw7-mod.sln .

from iw7-mod.

herrblitzkrieg avatar herrblitzkrieg commented on July 19, 2024

Then you haven't compiled from source yet.

Follow the instructions already explained in a duplicate issue: #25 (comment)

from iw7-mod.

DONPOPACAPO avatar DONPOPACAPO commented on July 19, 2024

Tysm this was really helpful. (btw people reading this, press the build client button in the build drop-down menu really confused the hell out of me.)

from iw7-mod.

Entelechies avatar Entelechies commented on July 19, 2024

After I generate the .bat file, I open the iw7-mod.sln file and can not find where to build this file to fully compile the build. Any help?

from iw7-mod.

herrblitzkrieg avatar herrblitzkrieg commented on July 19, 2024

After I generate the .bat file, I open the iw7-mod.sln file and can not find where to build this file to fully compile the build. Any help?

How to build/compile? Read the messages above yours, alternatively you can press F7 to build solution.

from iw7-mod.

Entelechies avatar Entelechies commented on July 19, 2024

@herrblitzkrieg Ive tried pressing F7 while the sln file is open but it does not seem to do anything. When I try and go to terminal and try "run build task" it says that the terminal process failed to launch and the build failed.
VS

from iw7-mod.

herrblitzkrieg avatar herrblitzkrieg commented on July 19, 2024

@herrblitzkrieg Ive tried pressing F7 while the sln file is open but it does not seem to do anything. When I try and go to terminal and try "run build task" it says that the terminal process failed to launch and the build failed. VS

Are you using Visual Studio Code? Wrong.

Use Visual Studio (Community 2022). Everything else is already explained in #25 (comment)

from iw7-mod.

Entelechies avatar Entelechies commented on July 19, 2024

@herrblitzkrieg I appreciate your help. Running it with Visual Studio Code Community Edition did the trick.

from iw7-mod.

Adams2074 avatar Adams2074 commented on July 19, 2024

hi guys i have a problem with building files. i don't know what I'm doing right now but after building a file I have in debug only runner.exe. i don't have iw7-mod.exe or anything like this.

Zrzut ekranu 2023-05-22 225517

from iw7-mod.

Adams2074 avatar Adams2074 commented on July 19, 2024

Me too m8 idk what I have to do now... after installing community studio I don't even have runner.exe

from iw7-mod.

herrblitzkrieg avatar herrblitzkrieg commented on July 19, 2024

I FOUND IT. i reinstalled visual studio community 2022 but with that i installed everything on pics here. after that i choosed debug on top and clicked build solution (or something like that its first after u click on the build list sorry i have that in polish sorry) with that i finally got everything right

In fact, you can also just modify your current Visual Studio installation by simply running the Visual Studio Installer once again and select/deselect Visual Studio components you want to add/remove.

83925783295683256

It's enough to only select Desktop development with C++.

from iw7-mod.

xhibition avatar xhibition commented on July 19, 2024

I FOUND IT. i reinstalled visual studio community 2022 but with that i installed everything on pics here. after that i choosed debug on top and clicked build solution (or something like that its first after u click on the build list sorry i have that in polish sorry) with that i finally got everything right

In fact, you can also just modify your current Visual Studio installation by simply running the Visual Studio Installer once again and select/deselect Visual Studio components you want to add/remove.

83925783295683256

It's enough to only select Desktop development with C++.

image

I've completely reinstalled Visual Studio with the suggested options regarding installation and still getting the same errors, absolutely no idea what I'm doing wrong :/

from iw7-mod.

xhibition avatar xhibition commented on July 19, 2024

I FOUND IT. i reinstalled visual studio community 2022 but with that i installed everything on pics here. after that i choosed debug on top and clicked build solution (or something like that its first after u click on the build list sorry i have that in polish sorry) with that i finally got everything right

In fact, you can also just modify your current Visual Studio installation by simply running the Visual Studio Installer once again and select/deselect Visual Studio components you want to add/remove.
83925783295683256
It's enough to only select Desktop development with C++.

image

I've completely reinstalled Visual Studio with the suggested options regarding installation and still getting the same errors, absolutely no idea what I'm doing wrong :/

So I've fixed my issue thanks to a friend helping me out.
He figured out that the errors I was getting were a clone issue. To get around this, we used Git to clone the repository properly.
This is what happened; when we ran the generate.bat it wasn't installing the submodules, so using Git we used the following command "git clone https://github.com/Joelrau/iw7-mod.git" it successfully installed the submodules. Thereafter, we cleaned the build within the solution before building it and now everything works properly.

If anyone are having issues try this, it might work for you too.

from iw7-mod.

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.