YumeMichi / elichika

Local Server for Love Live! All Stars Japanese / Global

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download error when proceeding to download app assets for first time (GL version)

patiradumi opened this issue · comments

After I choose English language for the app, then after the size of downloads is confirmed, the app shows this message:
Screenshot_20240217-153247
And this is the log message from server:
image

I have followed this doc with my modifications:

  1. I use Nox to emulate Samsung Note10+, 64bit, Android 7
  2. Modify the global-metadata.dat IP to 127.0.0.1:8081
  3. The elichika server is run on port 8080 on the same PC with emulator
  4. so I use command nox_adb.exe reverse tcp:8081 tcp:8080
  5. I download CDN assets sifas-gl-cdn-assets-2d61e7b4e89961c7.tar from torrent
  6. The client and database are from LLAS patched files (the MEGA file)
  7. I have tried adb reverse tcp:8081 tcp:8080, nothing changed

Sorry for my English
Any help would be very very appreciated!

have you modified the configuration file config.json?

Do you mean this file?
image
In this directory?
image

Do you mean this file? image In this directory? image

yes, i think you need to use 8081 just like in global-metadata.dat

I edit config.json as you suggested and rerun, but the same error occurred. This time the elichika server log message changed.
image
In the app's download option, I chose Option 3 which downloads 5 GB and removes data when closing the app.

I edit config.json as you suggested and rerun, but the same error occurred. This time the elichika server log message changed. image In the app's download option, I chose Option 3 which downloads 5 GB and removes data when closing the app.

i saw 404 in your requests, i guessed you didn't put game data files into correct folder

I followed this doc which tells just to put data in elichika/static/2d61e7b4e89961c7. Could you explain the exact folder structure? And, do I have to decrypt the CDN data too?
What I have done:

  1. I extract sifas-gl-cdn-assets-2d61e7b4e89961c7.tar get folder sifas-gl-cdn-assets-2d61e7b4e89961c7 which I have put this folder in elichika/static/2d61e7b4e89961c7.
  2. After extract sifas-gl-live-masterdata-2d61e7b4e89961c7_rekeyed.tar, I put all files in folder sifas-gl-live-masterdata-2d61e7b4e89961c7_rekeyed in elichika/static/2d61e7b4e89961c7.

I followed this doc which tells just to put data in elichika/static/2d61e7b4e89961c7. Could you explain the exact folder structure? And, do I have to decrypt the CDN data too? What I have done:

  1. I extract sifas-gl-cdn-assets-2d61e7b4e89961c7.tar get folder sifas-gl-cdn-assets-2d61e7b4e89961c7 which I have put this folder in elichika/static/2d61e7b4e89961c7.
  2. After extract sifas-gl-live-masterdata-2d61e7b4e89961c7_rekeyed.tar, I put all files in folder sifas-gl-live-masterdata-2d61e7b4e89961c7_rekeyed in elichika/static/2d61e7b4e89961c7.

you can just simply use the cdn server in his document

I change a string in config.json to https://llsifas.catfolk.party/static and it works! After finishing download the app is playable even without internet. @YumeMichi Thank you for helping me.