mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
3.7 KiB
3.7 KiB
Frequently Asked Questions
The program crashes immediately when I try to run it
- Possible solution 0: The downloaded archive is incomplete.
- If you are the first time using this software, please do not download the compressed package with the word
OTAin the file name, this is for incremental update and cannot be used alone. - If you can't use it after an automatic update, there may be some bugs in the automatic update function, you can try to manually download the complete package and use it again.
- If you are the first time using this software, please do not download the compressed package with the word
- Possible solution 1: you are missing some runtime libraries. Please try installing Visual C++ Redistributable, .NET Framework 4.8 and restart the program.
- Possible solution 2: your CPU instruction set is incompatible.
This project requires
PaddleOCRto do the image recognition, which requiresAVXinstruction set that is supported by only some of the newly-released CPUs, while others may not support it. You can also try downloadingPaddleOCRNoAVX version, unzip and replace the files with the same names. Since it may cause performance drop, please do not use it unless it is necessary.
(CPU-Z is a tool that provides check of existence ofAVXinstruction set.) - If those solutions above do not work, please submit an issue to us.
Connection error/not knowing how to fill in ADB path
Tips: please refer to the Usage section to ensure that you are using your simulator correctly.
Approach 1
-
Make sure that MAA
Settings-Connection Settings-adb pathis automatically filled in, if it has been filled in, please ignore this step. If not filled in:- Option 1: Find the installation path of your simulator, where there may be a file named
adb.exe(or something similar, e.g.nox_adb.exe,HD-adb.exe,adb_server.exe, etc., EXE files withadb). Simply choose the file in the connection settings of MAA! - Option 2: Download adb and unzip it, select the
adb.exe
- Option 1: Find the installation path of your simulator, where there may be a file named
-
Confirm that your connection address is filled in correctly, you can Google what the adb address of the emulator you are using is generally in a format like
127.0.0.1:5555
Approach 2
Change another simulator, such as Bluestacks international version Nougat 64 bit
Approach 3
Try restarting your computer
Wrong Recognition/Program freezes after starting
Tip 1: The Current Stage of auto battle that costs Sanity requires you to go to the screen with the start button. Please confirm they are not related.
Tip 2: Follow the steps below until the problem is solved.
- Confirm that your simulator is supported in the [List of the Supported Simulators](List of the Supported Simulators.md).
- Change the DPI to
320 dpi. - Change the resolution to landscape,
1280 * 720. - Try with another simulator, such as Bluestacks international version Nougat 64 bit. (Please note that you are required to switch on ADB in Bluestack simulator.)
- Submit an issue to us if the problem still exists.
Custom Connection
- Download adb and unzip it.
- Go to
Settings-Connection Settings, and select the location ofadb.exe, fill in the address of ADB (with the format of IP+port, e.g.127.0.0.1:5555), and choose the type of your simulator.