BeepIsla / CSGO-Overwatch-Bot

Automatically solve CSGO Overwatch cases
GNU Affero General Public License v3.0
186 stars 41 forks source link

Steamworks did not work #213

Closed kamyczeek closed 3 years ago

kamyczeek commented 3 years ago

System: Windows 10 Home 20H2

image

BeepIsla commented 3 years ago

It tells you what to do right there in the error. Try it and tell me how it goes.

kamyczeek commented 3 years ago

I have tried, it does not help image image

BeepIsla commented 3 years ago

Go to extension/steam and try running node-gyp configure rebuild && node postinstall.js

kamyczeek commented 3 years ago

still the same

BeepIsla commented 3 years ago

Doing this

Go to extension/steam and try running node-gyp configure rebuild && node postinstall.js

Must either say its successful or will return a big error detailing what went wrong. What happened?

kamyczeek commented 3 years ago

image The projects in this solution are compiled individually. To enable parallel compilation, add the "-m" switch. Main.cpp win_delay_load_hook.cc Creation of the c: \ aakamov \ extension \ steam \ build \ Release \ steam.lib library and the object c: \ aakamov \ extension \ steam \ build \ Release \ steam.exp Code generation is in progress Previous IPDB not found, fall back to full compilation. All 459 functions were compiled because no usable IPDB / IOBJ from previous compilation was found. Code generation is complete

BeepIsla commented 3 years ago

Seems to compile successfully. If you try to run the bot now it still outputs the same error saying "Failed to automatically install required addon."?

kamyczeek commented 3 years ago

yes, image

BeepIsla commented 3 years ago

Try replacing the helpers/Steamworks.js file with this one, try to start the bot again and tell me what error it logs this time. Steamworks.zip

kamyczeek commented 3 years ago

image

BeepIsla commented 3 years ago

So it says it successfully installed it but then when you run it it simply can't find it? I don't quite know why this happens for you. Maybe your Anti Virus is removing the compiled files thinking it is a virus?

kamyczeek commented 3 years ago

i only have a defender, but it's also turned off

kamyczeek commented 3 years ago

i tested on a second pc and i have the same problem, no antivirus, defender disabled completely

BeepIsla commented 3 years ago

I have no idea why this is happening to be honest.

kamyczeek commented 3 years ago

I solved the problem, deleted the folder "node_modules", installed steam, recompiled the files in "extension \ steam", then I got an error about missing files in "./build". I put the files from "extension \ steam \ build" to "./build" and it works. ty for help