lanylow / genshin-utility

Utility tool for Genshin Impact and Honkai: Star Rail.
GNU General Public License v3.0
114 stars 13 forks source link

Does not load with loader after new version(GI) #41

Closed alperenkart closed 1 year ago

alperenkart commented 1 year ago

As title says. It stopped working with furina banner. Also I'm just curious what is affecting loader regarding game version.

lanylow commented 1 year ago

Is that on the latest v1.4.12 release?

youran commented 1 year ago

Me too. Using v1.4.12 with Genshin Impact 4.2 and got Failed to inject the library: OpenProcess returned 0, make sure Genshin Impact is opened before running this.

lanylow commented 1 year ago

Me too. Using v1.4.12 with Genshin Impact 4.2 and got Failed to inject the library: OpenProcess returned 0, make sure Genshin Impact is opened before running this.

Are you sure you're running the loader as administrator before opening the game?

youran commented 1 year ago

Are you sure you're running the loader as administrator before opening the game?

Thanks for the reminder! Just realized I didn't run it as admin. It works for me now.

alperenkart commented 1 year ago

It was 4.2 update and fixed with new release. Sorry I did not see the response that day. What is it that affecting the application with version updates though? Just curious.

lanylow commented 1 year ago

This program uses multiple functions that are included within the files of the game. To put it simply - every functions has it's own place in the memory, and that place is different with every release of the game. You can see all functions this program uses and their addresses in sdk.cpp (Line 8 to 15 for Genshin Impact).