dwiza3962 / mff_auto

Game bot for Marvel Future Fight game.
Apache License 2.0
4 stars 1 forks source link

Setup is not recognizing Nox and BlueStacks #46

Open Zennehad opened 2 years ago

Zennehad commented 2 years ago

Setup is not recognizing Nox and BlueStacks

imagem_2022-07-12_002001575

sladejr commented 2 years ago

try nox 7.0.1.0 my friend

Zennehad commented 2 years ago

Same problem

imagem_2022-07-12_215055851

Zennehad commented 2 years ago

@dwiza3962 I'm using Win11, maybe this is the problem?

dwiza3962 commented 2 years ago

I'm on windows 11 and can confirm this works. I think I had ran into this before - I had to completely uninstall nox and then install the older version (7.0.1.0). Did you do this or install the old version on top of the new one? Check to see if that is the case. It's a bit annoying as you have to relink your account, but it's possible there are newer 64 bit libraries in tact if you've started with the latest bluestacks version.

Zennehad commented 2 years ago

@dwiza3962 I tried this now, completely removed my Nox (7.0.1.0) and installed it again in another directory and disk, but the problem remains. I have already installed the latest version of Bluestacks too, could it be interfering with the bot's identification of Nox?

dwiza3962 commented 2 years ago

Can you review task manager and ensure that it's the 32 bit version of the installer, image

Zennehad commented 2 years ago

@dwiza3962 This is what i have:

imagem_2022-07-13_215021610

dwiza3962 commented 2 years ago

image The check details tab on windows 11 - architecture should be x86. I had issues with any 64 version of nox which the later version upgraded to. Alternatively - you can also try this version - https://support.bignox.com/en/win-release/6615, v6.6.1.5 as I've had success with that version too.

Zennehad commented 2 years ago

GOT IT! I uninstalled Bluestacks, cleaned the registry and changed the language of Nox, it worked perfectly now! Thanks a lot for the help

dwiza3962 commented 2 years ago

Glad to hear it!

dwiza3962 commented 2 years ago

We need to recruit some python developers who are addicted to MFF to help knock out some of the missing functionality.

sladejr commented 2 years ago

@Zennehad where are you from?

sladejr commented 2 years ago

We need to recruit some python developers who are addicted to MFF to help knock out some of the missing functionality.

sir dwiza, could i help you with something? I don't know much about python, but if you want me to help with something I can try

tmarenko commented 2 years ago

@dwiza3962 is Android emulator working on Win11 or Microsoft still didn't released this feature?

Emulators support was painfull from the beggining. Nox v6.6.1.5 is indeed superior because it never tried to put sand in the wheels. Nox v7+ rewrites it's settings for some reason. Nox v7.1+ redesigned Qt handlers inside of it for some reason. BlueStacks fails to provide ADB connection automatically. And so on and so on. ADB support ( https://github.com/tmarenko/mff_auto/tree/adb_test ) would be a great improvement but both emulators fails to provide an easy setup for it.

I was waiting until Win11 introduce Android support but, as you probably know, my MFF account was suspended. If Microsoft did add Android then I'm willing to help with the code for it.

Otherwise you should use oldest versions of emulators or maybe create game.json file manually and put emulator_type and emulator_name by your hand.