danielyxie / bitburner

Bitburner Game
https://danielyxie.github.io/bitburner/
2.81k stars 768 forks source link

BN2 - Cannot access Sleeves after starting gang (Syndicate) #2908

Closed Stols-Eco-V closed 2 years ago

Stols-Eco-V commented 2 years ago

DELETE THIS AFTER READING

include (where relevant)

Stols-Eco-V commented 2 years ago

bitburnererror.zip Not sure if this was attached in the previous submission, but here it is again.

skellt commented 2 years ago

I believe this can occur when the player assigns a sleeve to perform a faction task for Faction X and then creates a gang in X which removes all faction tasks from X. Tapping on the Sleeves tab then throws the game into recovery mode. A user workaround is to run a script to reassign sleeves away from Faction X. A real bugfix would have to be made in a PR to auto-unassign sleeves from working for Faction X when a gang is formed there. Or to delay that check until Sleeves is accessed and then unassign sleeves.

Stols-Eco-V commented 2 years ago

Hi Skellt, this makes sense! First time running gangs and only realised after this isn't happening anymore, that you cant train a sleeve to your gang faction. This makes sense.

A script shouldn't be needed, just need to remember that I shouldn't set the sleeve to work for a faction that I will be making a gang of.

Thank