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

使用v0.10.0-preview1遇到了好几个问题 #448

Closed
AquaHarp opened this issue Nov 8, 2022 · 3 comments
Closed

使用v0.10.0-preview1遇到了好几个问题 #448

AquaHarp opened this issue Nov 8, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@AquaHarp
Copy link

AquaHarp commented Nov 8, 2022

Magpie version 程序版本

v0.10.0-preview1

Windows version 系统版本

Win11 家庭版 22H2 22621.755

Related screenshot (optional) 相关截图(可选)

快捷键不起作用(管理员也不行),但可以使用5秒后缩放;使用ACNet上下有黑边,不能自适应到全屏
1新建 BMP 图像 (2)

重启资源管理器后任务栏图标没了
image

Reproduction steps 复现步骤

显卡GTX 1650Ti,笔记本,分辨率1920x1080
(1)玩东方project系列作品时放大的快捷键不起作用,管理员也没用(神灵庙汉化版除外),但可以使用5秒后缩放。0.9.1版本无此问题。(在这里下的游戏)

(2)使用ACNet、Anime4K、FSRCNNX等放大比较小的窗口时只能放大到原来的2倍,不能自适应到全屏。0.9.1版本无此问题

(3)资源管理器崩溃重启后任务栏图标不见了
config.json.txt

Log files 日志文件

magpie.log

@AquaHarp AquaHarp added the bug Something isn't working label Nov 8, 2022
@Blinue
Copy link
Owner

Blinue commented Nov 9, 2022

谢谢反馈。第二点不是 bug,v0.10 中的算法有所改变,默认配置不会放大窗口。如果你想获得和 v0.9 相同的行为,在 ACNet 后添加 Bicubic 即可,虽然我更推荐使用其他更好的放大算法。

第一点和第三点正在调查中。

@Blinue
Copy link
Owner

Blinue commented Nov 9, 2022

3 已经修复。

1 比较棘手。v0.10 更改了实现热键的方式 #362 (comment) ,RegisterHotKey 是操作系统提供的热键功能,在东方游戏的窗口上似乎无效。或许应该使用兼容性更好的键盘钩子实现热键,缺点是没法检测重复的热键。

GitHub
v0.10 专注于提高易用性。 重新设计 UI 提供配置缩放模式的 UI 支持在运行时修改效果参数以及保存 支持保存特定游戏的配置 支持 ARM64 为了尽快释出 v0.10,一些功能被推迟

@Blinue
Copy link
Owner

Blinue commented Nov 12, 2022

热键问题已经修复🎉 再次感谢反馈!

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