OpenMLTD / MLTDTools

Tools for THE iDOLM@STER Million Live! Theater Days (MLTD/MiriShita/ミリシタ) / 偶像大师百万演唱会剧场时光工具箱
BSD 3-Clause Clear License
139 stars 17 forks source link

some exes not opening #14

Closed akaneP closed 4 years ago

akaneP commented 4 years ago

AcbPack, HcaDec, and ManifestExport do not open, and only open like a command prompt. Opening in Compatibility Windows 8 mode and giving Admin do not work. Along with this, MillionDance does not recognize files exported from MLTD Asset Downloader

hozuki commented 4 years ago

Those three are command line programs, which means they are designed to function without a graphical interface. You need to run them in CLI. They do not need compability mode or admin priviledges. If you are not familiar with CLI, you can read some tutorials. For example this one.

Starting from ~2 years ago (mid-2018?) downloading MLTD assets requires authentication. So the downloader creates a new file (it uses WebClient internally) tries to download, but encounters a 403 error. The file remains empty, zero-length and they are invalid. There are some ways to fix it but they involve things which should not be placed in public repositories. Maybe some day someone will find a better way to bypass that. Instead you can use the cached files on your phone. Oh and I haven't fixed #12 yet... I was too long gone. 😞

hozuki commented 4 years ago

Just a side note. You can find an asset downloader here. Then integrating this is not at highest priority now.

hozuki commented 4 years ago

The latest auto build contains an improved manifest tool. Feel free to try it out.

hozuki commented 4 years ago

Can you confirm that this problem is solved?

akaneP commented 4 years ago

it worked! thank you!

Sent from my iPhone

On Jun 5, 2020, at 1:14 PM, George (Tong) Wu notifications@github.com wrote:

 Can you confirm that this problem is solved?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.