BeepIsla / CSGO-Overwatch-Bot

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

STEAMWORKS Error #204

Closed Dyzery02 closed 3 years ago

Dyzery02 commented 3 years ago

I have an issue starting node index.js STEAMOWRKS, cannot add anything up, only tried reinstalling, looking forward to fix it. Screenshot 2021-05-25 234926

BeepIsla commented 3 years ago

Oops.

This seems to come from the module not installing correctly, it is suppose to create a "data" folder in your directory with sub folders and binaries. I don't think I provide steps on how to install the module itself anywhere, so try executing npm i ./extension/steam

BeepIsla commented 3 years ago

Actually taking a quick look just now, I think I found the source of the issue but it might take a bit for me to actually fix it, I have to clean up my local code a bit.

BeepIsla commented 3 years ago

Update and try again, if the issue persists please re-open

Dyzery02 commented 3 years ago

I did an npm update after that, npm i ./extension/steam and I got a bunch of errors, attaching log, tried again to run STEAMWORKS, same problem, error code ELIFECYCLE. 2021-05-26T13_39_52_741Z-debug.log

BeepIsla commented 3 years ago

I meant update as in: Download the bot again

Dyzery02 commented 3 years ago

Seems to work now just fine, sorry for the delay.

Dyzery02 commented 3 years ago

After first install and launch without steamworks, then steamworks it worked fine, after closure, when I launched csgo and closed it, command-bot did not work that time, even after reinstall it did not work, attaching log. 2021-05-26T15_23_17_136Z-debug.log

Suspectxyzz commented 3 years ago

image

BeepIsla commented 3 years ago

There should be no difference between installs, the logs just say

1674 info lifecycle steam@1.0.0~install: Failed to exec install script

With no further detail as to why this would happen. Maybe the actual error on your command prompt has more information?

Dyzery02 commented 3 years ago

Capture Capewfqfweture

BeepIsla commented 3 years ago

Try running in command prompt instead, if that doesn't help you have to install all required build tools, NodeJS will do that automatically as mentioned here.

Dyzery02 commented 3 years ago

image NodeJS was installed at first and now reinstalled with checkbox on plugins, about Python, it brags about it when installing and running index.js. I have the latest version installed, but it still does not run.

BeepIsla commented 3 years ago

It tells you what to do:

Node-gyp should be able to find and use Python (automatically). If not you can try one of the following options:

  • npm config set python ""

I think you have to use Python2, not Python3, but I am not sure.

Dyzery02 commented 3 years ago

Just fixed it, linked a path to python (newest version) and had to install visual studio C++ desktop works with minor errors, but still I do not receive overwatch xp bonus, is it possible to run file path in cmd and as an administrator? if so how? when the bot is running should cs:go be open or closed?

BeepIsla commented 3 years ago

The Steamworks method simulates CSGO, you should not have the actual CSGO client running while using it.