恍兮惚兮

Results 4 issues of 恍兮惚兮

### Magpie version 程序版本 0.10.5 ### Windows version 系统版本 win10 ### Related screenshot (optional) 相关截图(可选) _No response_ ### Reproduction steps 复现步骤 MagRuntime初始化后不能立即Run(hwnd,opion),否则Stop不能正确结束。 检查后发现Run把_hwndSrc设为hwnd总会赶在_MagWindThreadProc的while (true)之前,然后后面都会把_hwndSrc重新清零,然后导致IsRunning为false,从而无法真Stop。 这个小问题对您来说可能没有任何影响,因为实际上人工操作不可能触发这个问题。。。 不过还是希望您能优化一下,不然我在写[CLI](https://github.com/HIllya51/Magpie/blob/dev/src/Magpie.Core/CLI.cpp#191)版本的时候就必须在初始化之后Sleep一下,或者直接调MagApp::Get().Stop()。。。 感谢。 ### Log files...

bug

I have created a next generation of visual novel text hooker which is called [LunaHook](https://github.com/HIllya51/LunaHook) ([Download](https://github.com/HIllya51/LunaHook/releases)). (AGTH->ITH->vnrhook->ITHVNR->Textractor->LunaHook) >1.Textractor has not been officially maintained for a long time, with numerous errors...

open 'w'若不指定编码,会使用默认代码页,导致崩溃。

I tested `'Translator' in self` in Edge and the result was `true`, but in WebView2 it is `false`, both are the latest version 139. Is this feature not yet supported...