toyobayashi / mishiro

CGSS desktop application
MIT License
159 stars 16 forks source link

Stuck while downloading #14

Closed MarieRose1301 closed 5 years ago

MarieRose1301 commented 5 years ago

Hello, I've tried to download the new version after a long time of not using the program, and after I open it, it downloads 2 files, and gets stuck at 100% at the second file, is there anything I can do to fix this? image

toyobayashi commented 5 years ago

@MarieRose1301 Uninstall older mishiro completely first and try again.

Mejax commented 5 years ago

workaround:

  1. copy

X-Unity-Version: 2018.3.8f1 User-Agent: Dalvik/2.1.0 (Linux; U; Android 7.0; LG-F500K Build/NRD90U) Host: asset-starlight-stage.akamaized.net Connection: Keep-Alive Accept-Encoding: gzip

  1. used it on fiddler (composer) as agent, then open the manifest.csv via note pad (the manifest.csv can be obtained from manifest_(some number here).db that is downloaded by mishiro and inside it is the manifest table which is exported then to *.csv by db browser),

  2. select a target cgss unity 3d file, for example the new cinfest fumika model (head), copy the hash which is in case, 5c4e84d0e2b609e3aeb2a5c7574cd3ca, copy also the first 2 letters of the hash, and make it look like this /5c/5c4e84d0e2b609e3aeb2a5c7574cd3ca and paste it at the end of https://asset-starlight-stage.akamaized.net/dl/resources/AssetBundles**/5c/5c4e84d0e2b609e3aeb2a5c7574cd3ca**

  3. execute fiddler request, save response, extract the unity file (from the saved response) using some lz4 decompress and it works.

----- of course, your mishiro is better a million times and easier too. this workaround i found is too tedious and tiring specially if there's a need to download multiple or all models for 3d rips and backups

toyobayashi commented 5 years ago

Now I have known the reason. I will fix it in v1.9.1.

Mejax commented 5 years ago

Now I have known the reason. I will fix it in v1.9.1.

excellent and thank you! now testing :D

EDIT: works great! looks like my intercepted http connections didnt help at all. i thought bamco changed their links again so i thought of intercepting the connection and share it here

toyobayashi commented 5 years ago

@Mejax Thank you all the same! If similar problem occur in the future, you can try launch mishiro in command line, errors will be logged out.

Mejax commented 5 years ago

running mishiro in command line <<< guide please my friend so the next time errors pop out, i could post the log instead here. i frequently use your application (since i rip models to convert for use to MMD) so i am sure i will be encountering this errors frequently

toyobayashi commented 5 years ago

@Mejax

Here gives two ways to open command line. (Windows)

  1. win + R and enter cmd.
  2. Open mishiro folder, then edit the path of explorer to cmd and press Enter.

Check whether the Current Working Directory is your mishiro install folder.

if it is, enter mishiro directly and press Enter to run mishiro.

C:\somewhere\you\install\mishiro>mishiro

else you can use cd command to change CWD:

C:\Windows\system32>cd ../..
C:\>cd somewhere/you/install/mishiro
C:\somewhere\you\install\mishiro>mishiro

By the way, you can enter dev in mishiro [HOME] to open chrome devtools. Switch to Console tab to confirm if there are some errors logged out. It may help as well.

MarieRose1301 commented 5 years ago

It works now, thank you so much