Avnsx / EFT_Flea_Market_Bot

Escape from Tarkov Flea Market bot, to generate a lot of in-game currency within shortest time, while not even having to actively play the game!
MIT License
24 stars 9 forks source link

Crash on Boot #2

Closed Niker19 closed 4 years ago

Niker19 commented 4 years ago

When the exe is executed it causes the game launcher to open. However, when the game is launched it crashes, thank you for your time.

Avnsx commented 4 years ago

I need a propper error output, also what exe are you talking about?

Can you open source.py with Idle and build it there?

How to: Windows Search > Type in Idle > open idle Inside Idle > Click on File (top left side) > Open > select source.py from your install location > Now either go to Run and press Run Module or just press F5 > In the new window it should show the error that causes it to crash.

Respond here with the error!

Niker19 commented 4 years ago

Traceback (most recent call last): File "F:\Downloads\EFT_Flea_Market_Bot-master\source.py", line 449, in PHPSESSID = token.getToken() File "F:\Downloads\EFT_Flea_Market_Bot-master\getToken.py", line 45, in getToken subprocess.Popen(command_tarkov, stdout=DEVNULL, stderr=DEVNULL) UnboundLocalError: local variable 'command_tarkov' referenced before assignment

Avnsx commented 4 years ago

Delete the old folder and download the new version I just published!

Avnsx commented 4 years ago

Traceback (most recent call last): File "F:\Downloads\EFT_Flea_Market_Bot-master\source.py", line 449, in PHPSESSID = token.getToken() File "F:\Downloads\EFT_Flea_Market_Bot-master\getToken.py", line 45, in getToken subprocess.Popen(command_tarkov, stdout=DEVNULL, stderr=DEVNULL) UnboundLocalError: local variable 'command_tarkov' referenced before assignment

Does it work now ?

Niker19 commented 4 years ago

Checking now

Niker19 commented 4 years ago

It seems to be working now appreciate the help 😄