Skip to content

[MiniMax Code v3.0.35] Windows 启动崩溃 - STATUS_BREAKPOINT (0x80000003) - Intel Iris Xe #9

@wellcw94

Description

@wellcw94

版本号

v3.0.35

平台

  • OS: Windows 11 Build 26200 (x64)
  • Electron: 38.3.0
  • Chrome: 140.0.7339.240
  • Node: 22.20.0

硬件环境

  • CPU: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (8 cores)
  • 内存: 15.7 GB
  • GPU: Intel(R) Iris(R) Xe Graphics(无独立显卡)

Bug 描述

MiniMax Code 启动后立即崩溃,无任何窗口显示,进程退出代码非 0。

复现步骤

  1. 安装 MiniMax Code v3.0.35(安装路径 D:\MiniMax Code\
  2. 双击 MiniMax Code.exe 启动
  3. 进程启动后立即退出,无窗口显示

崩溃详情(Windows 事件查看器 → Windows 日志 → 应用程序)

错误应用名称: MiniMax Code.exe
异常代码: 0x80000003 (STATUS_BREAKPOINT)

对比测试

环境 独显 集显 结果
台式机 NVIDIA RTX 2060 AMD 集显 ✅ 正常打开
当前笔记本 Intel Iris Xe ❌ 启动崩溃

推断:Intel Iris Xe 集显驱动(版本 32.0.101.7085)与 Chromium 140(Electron 38.3.0)存在兼容性问题,导致 STATUS_BREAKPOINT 崩溃。

日志

主进程日志(%APPDATA%\MiniMax\logs\main-06-03.log):

[2026-06-03 14:01:37.264] [info] [Electron] App name: MiniMax
[2026-06-03 14:01:37.271] [info] [Electron] Device info:
  OS: Windows 10.0.26200 (x64)
  CPU: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (8 cores)
  Memory: 15.7 GB
  Electron: 38.3.0
  Chrome: 140.0.7339.240
  Node: 22.20.0

日志在崩溃前停止输出,渲染进程日志(archon-06-03.log)仅有 1 行,无错误信息。

建议修复方向

  1. 在 Electron 主进程最早期app.ready() 之前)调用 app.disableHardwareAcceleration() —— 当前 v3.0.35 似乎未做此处理
  2. 或提供强制软件渲染模式的启动选项,供无独显的设备使用

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions