Skip to content

5.12.3执行某些节点游戏会闪退的bug #1429

Description

@daoyanxiaoz

问题类型 / Issue Type

崩溃 / Crash

问题描述及复现步骤 / Problem Description & Reproduction Steps

vscode插件版本:5.12.2
发版的软件版本:5.12.3

问题描述:在执行节点时,vscode的框架版本不会出现软件闪退的问题,但是新版框架在发版后的软件内有问题,下面是出现问题时执行的json字段

具体的json字段是
//这一段
"准备卡双赢": {
"action": "DoNothing",
"next": [
"返回桌面"
]
},
"返回桌面": {
"action": "ClickKey",
"post_delay": 4500,
"key": 3,
"next": [
"返回游戏"
]
},
"返回游戏": {
"next": [
"选择渠道服"
]
},//到这一段
可以用5.13.3优先测试一下actionkey和starapp(或者两种组合),看看会不会有问题

MaaFramework 版本 / Version

v2.13.0

日志文件 / Log Files

maafw.log

log-20260805.log

Pipeline JSON

//这一段
    "准备卡双赢": {
        "action": "DoNothing",
        "next": [
            "返回桌面"
        ]
    },
    "返回桌面": {
        "action": "ClickKey",
        "post_delay": 4500,
        "key": 3,
        "next": [
            "返回游戏"
        ]
    },
    "返回游戏": {
        "next": [
            "选择渠道服"
        ]
    },//到这一段

崩溃 Dump 文件 / Crash Dump (仅崩溃问题 / Crash only)

No response

Draw 调试图片 / Draw Debug Images (仅识别问题 / Recognition only)

No response

模板图片 / Template Images (仅识别问题 / Recognition only)

No response

其他信息 / Additional Information

mumu模拟器adb日志

vscode_mumu_log.txt

maafw_mumu_log1.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions