Closed JerryAZR closed 1 month ago
Hello! Next version will support both keys. Hopefully the inner registry structure of this key isn't different (I need a full registry dump of HKEY_CURRENT_USER\Software\miHoYo\原神
to be sure). There will be also an option to disable this tweak via settings.
Issue is fixed in 1.0.0 update. If CN GI client registry doesn't have further differences, it should work now. If it still fails with new update, uncheck General Settings -> Disable DCR checkbox and let me know.
When attempting to launch Genshin (CN), the following error occurs:
Upon investigating, I found that the relevant registry key for Genshin is located at:
Computer\HKEY_CURRENT_USER\Software\miHoYo\原神
However, the code is attempting to access
...\miHoYo\Genshin Impact
in gimi_package.py:195 (disable_dcr
)Since the correct path seems to be region-based, a simple modification may not suffice. We might need to implement a more dynamic approach to handle different regions.
If you're currently busy, I would be happy to assist in developing a fix and submitting a pull request if that would help.