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

[BUG] tasklist returned non-zero exit status 3221225477. #456

Closed
2 tasks done
asukamm opened this issue Sep 3, 2024 · 3 comments
Closed
2 tasks done

[BUG] tasklist returned non-zero exit status 3221225477. #456

asukamm opened this issue Sep 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@asukamm
Copy link

asukamm commented Sep 3, 2024

问题描述

程序出错:Seraphine ver.1.0.0

Traceback (most recent call last):
File "app\lol\listener.py", line 32, in run
File "app\common\util.py", line 158, in getLolClientPids
File "subprocess.py", line 415, in check_output
File "subprocess.py", line 516, in run
subprocess.CalledProcessError: Command 'tasklist /FI "imagename eq LeagueClientUx.exe" /NH' returned non-zero exit status 3221225477.

系统信息

Windows 11

运行方式

直接双击打开 exe 程序

软件版本

v1.0

客户端状态(若有)

闲置中

复现方法(若有)

双击打开即出现

日志文件

No response

您进行游戏的服务器(若有)

艾欧尼亚

出现率(若有)

未进行具体的重复测试

在提交之前,请您确认

  • 我已经查看了 常见问题 FAQ,但并不能解决我的问题
  • 我已经查看了之前(包括已经关闭)的 issues,但并不能解决我的问题
@asukamm asukamm added the bug Something isn't working label Sep 3, 2024
@Ninohana
Copy link
Contributor

Ninohana commented Sep 3, 2024

每次打开都会出现这个问题吗?

如果管理员权限下打开呢?

@Zzaphkiel Zzaphkiel changed the title [BUG] (删去左右圆括号,并在此处简要描述问题)双击打开exe应用出现程序报错然后退出 [BUG] tasklist returned non-zero exit status 3221225477. Sep 8, 2024
coolkiid added a commit to coolkiid/Seraphine that referenced this issue Sep 9, 2024
printing the original error may be helpful for
troubleshooting issues like Zzaphkiel#456 and Zzaphkiel#367.
@BakaFT
Copy link

BakaFT commented Sep 9, 2024

注意到 hex(3221225477)='0xc0000005'

可能相关 #367

@Zzaphkiel
Copy link
Owner

#367 重复了,都是因为第一次尝试使用 tasklist 的时候没报错,所以我们认为它可以正常工作,但之后的某次 tasklist 调用却报错了。

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

4 participants