Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

给与“允许应用程序控制你的电脑”权限之后,会导致MATLAB在关闭图片的时候卡死 #749

Closed
5 of 6 tasks
LeopoldLIANG opened this issue Dec 12, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@LeopoldLIANG
Copy link

请先确认以下事项:

  • 请务必查看 常见问题
  • 已仔细阅读了 README
  • issues 页面搜索过问题(包括已关闭的 issue),但未能找到解决方法
  • Easydict 已升级到 最新版本
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

问题描述

当我在设置中privacy & security,acessibility中打开Easydict的权限之后,我的MATLAB就会出现在关闭窗口的时候卡死的问题。取消这一权限这个现象就会消失。网上教程给的原因是后台背景冲突。https://blog.csdn.net/m0_62296894/article/details/137115920

该问题是否可以稳定重现?

可重现

重现步骤

我是在M1芯片的Mac mini上运行Matlab2023b,当我使用鼠标点击左上角红色关闭按钮,连续关闭多个窗口的时候,就会出现卡死的情况。比如运行
for i = 1:20 figure; plot(1:10,1:10) end
然后在关闭这20个窗口时,大概到第10个窗口左右Matlab就会卡死。使用close(gcf)命令则不会出现这种情况。关闭Easydict在privacy & security,acessibility中的权限也不会出现这种情况。唯独在给于这一权限之后,就会出现卡死的现象。
我是用的Matlab版本如下:
MATLAB 版本: 23.2.0.2668659 (R2023b) Update 9
MATLAB 许可证编号: 41183105
操作系统: macOS Version: 15.0 Build: 24A335
Java 版本: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode

截图

image

运行日志(zip 文件)

MMLogs.zip

期望结果

希望能够解决这一后台背景冲突的问题。

解决方案(可选)

No response

设备型号 && 系统版本

Apple M1, MacOS 15.0 (24A335)

是否愿意提交 PR 解决该问题?

  • 我愿意提交 PR 来解决该问题
@LeopoldLIANG LeopoldLIANG added the bug Something isn't working label Dec 12, 2024
Copy link

Hello LeopoldLIANG, Thank you for your first issue contribution 🎉

@LeopoldLIANG
Copy link
Author

LeopoldLIANG commented Dec 12, 2024

image
补充一张截图,这里鼠标在转圈,完全卡死了,需要重启Matlab。截图没能截上鼠标。

@tisfeng
Copy link
Owner

tisfeng commented Dec 15, 2024

很奇怪的问题,可能和苹果的系统取词 API 有问题,这个我们没什么办法。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants