Simulator for Mission Planner always gives message "not Armable"

I am trying to use the arducopter Mission Planner 1.3.77 simulator
, but I always get the message Pre arm: mode not armable . The stabilize mode is set before I click arm and the plan is installed and on the map.
Arming checks are disabled.

I am able to actually fly the plan on a real quad, but not on the simulator.

Do not disable the arming checks. Fix whatever problem you have instead

Thanks Amilcarlucas. I changed arm checks to “all” and still have the same “not armable” message. I am not sure why arm checks are important for a simulator.

Can you post a .bin log? Maybe we can get more details out of that .

Is this what you mean by .bin log?

7/30/2022 1:35:46 PM : Mission: 1 Takeoff
7/30/2022 1:35:46 PM : Disarming motors
7/30/2022 1:35:36 PM : Arming motors
7/30/2022 1:35:31 PM : PreArm: Mode not armable
7/30/2022 1:35:25 PM : Mission: 1 Takeoff
7/30/2022 1:35:25 PM : Disarming motors
7/30/2022 1:35:19 PM : Mission: 1 Takeoff
7/30/2022 1:35:16 PM : Arming motors
7/30/2022 1:35:06 PM : EKF3 IMU0 is using GPS
7/30/2022 1:35:06 PM : EKF3 IMU1 is using GPS
7/30/2022 1:34:43 PM : EKF3 IMU1 origin set
7/30/2022 1:34:43 PM : EKF3 IMU0 origin set
7/30/2022 1:34:33 PM : GPS 1: detected as u-blox at 230400 baud
7/30/2022 1:34:30 PM : EKF3 IMU1 MAG0 initial yaw alignment complete
7/30/2022 1:34:30 PM : EKF3 IMU0 MAG0 initial yaw alignment complete
7/30/2022 1:34:30 PM : EKF3 IMU0 tilt alignment complete
7/30/2022 1:34:30 PM : EKF3 IMU1 tilt alignment complete
7/30/2022 1:34:30 PM : Frame: OCTAQUAD/X
7/30/2022 1:34:30 PM : DESKTOP-EVF2SAL
7/30/2022 1:34:30 PM : ArduCopter V4.3.0-dev (f57e3668)
7/30/2022 1:34:30 PM : Frame: OCTAQUAD/X
7/30/2022 1:34:30 PM : DESKTOP-EVF2SAL
7/30/2022 1:34:30 PM : ArduCopter V4.3.0-dev (f57e3668)

7/30/2022 1:34:30 PM : Frame: OCTAQUAD/X
7/30/2022 1:34:30 PM : DESKTOP-EVF2SAL
7/30/2022 1:34:30 PM : ArduCopter V4.3.0-dev (f57e3668)
7/30/2022 1:34:29 PM : AHRS: EKF3 active
7/30/2022 1:34:29 PM : EKF3 IMU1 initialised
7/30/2022 1:34:29 PM : EKF3 IMU0 initialised
7/30/2022 1:34:27 PM : SaveWaypoint LOW

After the 1st Arm and Takeoff command it’s now in Auto mode which can’t be armed be default. Change the auto_options parameter to change this.

Thanks Dave I made auto_options change and can take off. But the simulator quad goes into wild gyrations and I get the message “compass variance”. Don’t forget this is in the simulator, not a real flight.
I have tried takeoff with 0 compass , 1 compass, and 3 compasses enabled without success.

Dave, I solved the wild flight condition by setting compass to defaults. and changing the auto_option to 7. The simulator works perfectly. Many thanks.