Genshin Impact 3.2 Docker Server Tutorial

Junior Spellweaver
Joined
Aug 8, 2014
Messages
164
Reaction score
26
I managed to configure it well, but the apk does not have the resources when downloading them in "/sdk/dataUpload"
 
Junior Spellweaver
Joined
Aug 8, 2014
Messages
164
Reaction score
26
Run apk without data, if you see login and after download scren move to the data folder and upload data in it.
Where can I get the resources that the 3.2 apk needs to move them directly to the folder, if the registration page is there, I imagine that these resources can be moved to the "/sdk/dataUpload" folder so that the game downloads them alone.
 
Initiate Mage
Joined
Aug 28, 2020
Messages
2
Reaction score
0
I've followed the how to run steps carefully. Did everything and leaving the fiddler open then launching the game but there are no account creation page?

when i fill in the acc and password it said "account or password error."

Same issue here, did you find the solution?

 

PMT

Newbie Spellweaver
Joined
Dec 17, 2022
Messages
51
Reaction score
58
Thank you but , Tried it several times already but it doesn't work.
try change other version of docker mysql in hk4e-minimal.yml, u can find it here:
 
Newbie Spellweaver
Joined
Feb 13, 2023
Messages
9
Reaction score
0
is this build dont have abyss ? i used the hk4e.yml

 
Initiate Mage
Joined
Mar 30, 2021
Messages
1
Reaction score
0
Clean up

After 5 Days tryin all different Solutions and askin lot of Peoples i give up. Even when i start the Server i got an unfixable Error:

Code:
2023-02-16 14:44:32 2023-02-16T13:44:32.913493Z 0 [ERROR] [MY-010735] [Server] Could not open the mysql.plugin table. Please perform the MySQL upgrade procedure.2023-02-16 14:44:32 2023-02-16T13:44:32.913736Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables2023-02-16 14:44:32 2023-02-16T13:44:32.913905Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables2023-02-16 14:44:32 2023-02-16T13:44:32.914064Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables2023-02-16 14:44:32 2023-02-16T13:44:32.914256Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables2023-02-16 14:44:32 2023-02-16T13:44:32.914431Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables2023-02-16 14:44:32 2023-02-16T13:44:32.914584Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables2023-02-16 14:44:32 2023-02-16T13:44:32.914787Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables2023-02-16 14:44:33 2023-02-16T13:44:33.038979Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.2023-02-16 14:44:33 2023-02-16T13:44:33.133469Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.2023-02-16 14:44:33 2023-02-16T13:44:33.161831Z 0 [Warning] [MY-013595] [Server] Failed to initialize TLS for channel: mysql_main. See below for the description of exact issue.2023-02-16 14:44:33 2023-02-16T13:44:33.161888Z 0 [Warning] [MY-010069] [Server] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key2023-02-16 14:44:33 mysqld: Cannot change permissions of the file 'private_key.pem.temp' (OS errno 1 - Operation not permitted)2023-02-16 14:44:33 2023-02-16T13:44:33.243600Z 0 [ERROR] [MY-010295] [Server] Could not set file permission for private_key.pem2023-02-16 14:44:33 2023-02-16T13:44:33.243650Z 0 [ERROR] [MY-010119] [Server] Aborting2023-02-16 14:44:34 2023-02-16T13:44:34.705014Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32)  MySQL Community Server - GPL.

Please help me =(
 
Last edited by a moderator:
Initiate Mage
Joined
Apr 30, 2021
Messages
3
Reaction score
0



A nodeserver error occurs when attempting to build.

Does anyone know the solution to this problem?
 
Initiate Mage
Joined
Apr 30, 2021
Messages
3
Reaction score
0
Permissions will not be changed. I think I set something wrong. Linux is too difficult for me because it's my first time. Thank you for your help. I'll study a little more.
 
Newbie Spellweaver
Joined
Mar 9, 2008
Messages
7
Reaction score
0
Did you find a permanent fix to this?
Even writing "[wsl2]memory=24GB" into .wslconfig didn't fixed it for me.

 
Last edited:
Newbie Spellweaver
Joined
May 11, 2020
Messages
12
Reaction score
0
Docker running 9/9 but client's login page seems connecting to the official site. Fiddler is running and UserAssembly.dll is replaced by the one in readme folder.
I can register account outside the client using browser in localhost:8080, the page is working.

I use this client


What did I miss?