Skip to content

1.6.1

Compare
Choose a tag to compare
@Caldis Caldis released this 02 Sep 04:47
· 364 commits to master since this release

想起了当年玩PSP的日子

DJMAX: Respect

dfafa3b1-27b2-4762-ac9a-413b4412a2e8

修正

在某些应用窗口中 Mos 会异常崩溃的问题

  • 由于某些应用窗口是以子进程方式执行(如 Android Studio 的模拟器窗口, 感谢 @CasparGX 的反馈) 而子进程本身并不拥有 BundleID, 其 BundleID 是依赖其父进程的 , 导致无法在忽略列表中找到对应的排除项而导致应用异常退出

Fixed

Fixed a problem that could cause Mos to crash.

  • When the target application was running in a child process state.